Search Results for 'buddypress'
-
AuthorSearch Results
-
April 6, 2010 at 12:56 pm #71988
In reply to: Ascii Characters in Email
danbpfr
ParticipantNot really a bug. I experienced the same issue a while ago with french translation.
Let me explain:
when translating, all strings going through php need to use ascii, like & nbsp; for a space.
the same string going normal nedd only a invisible (tabed) space.
The email messages are the exception in this handle. They have not to translate special caracters. Translators have to write them usually, not with ascci caracters.
If you use poEdit, you can rewrite the email messages in your natural language or ask the author. His name is normaly in the header of the pot file. You can also find his name on the BP i18nn trac:
https://i18n.trac.buddypress.org/browser
Oh, and to escape in emails code, you have to use anti slash, not slash as given in your explanation.
April 6, 2010 at 12:18 pm #71978Jeff Sayre
ParticipantI’ve read several of the threads that you have started on this topic–and a few that you did not but have posted within–and I am still not clear what you are after. At the top of this thread, you state that:
How do I create “Main Themes” for forum discussions the way Buddypress did it here
You then list the names of the BuddyPress forums: Installing BuddyPress, How-To and Troubleshooting, etcetera. In other threads you refer to these as forums, or boards, or subforums.
For the record, what you are referring to as “Main Themes” are topics. I realize that the BuddyPress forums uses that phrase as a column heading, but it’s best to refer to them as forum topics or forum categories. Otherwise, it can be confused with the entirely different issue of creating themes for outputting content.
From all of your various threads and posts, it is not clear to me if you are having issues with:
- Getting your external bbPress install to display properly in your site
- Whether you are having issues in theming your external bbPress install so that it matches your BuddyPress theme
- If you are trying to get the contents of each group forum from your internal bbPress install to display as separate forum topics (categories) within your external bbPress install
- Whether you are trying to add forum topics (categories) to each group forum of your internal bbPress install
I’ve come to this game late, but a read through all of your postings has me confused about your real issue.
Xevo
ParticipantPerhaps ask them if they can help you further or if they can write a plugin to make it work with wordpress/buddypress?
netzombie
ParticipantAnyone got any ideas on this, It looks like a great addition to buddypress , I have tried a few different variable but I just do not have the knowledge neccesary to make it work
April 6, 2010 at 11:57 am #71975Xevo
Participant@ Dainismichel
I’m not following, what do you mean by “main themes”? Do you mean main categories/subfora?
April 6, 2010 at 11:55 am #71974Xevo
ParticipantYou’d have to add the class to the post before it gets dumped into the database, you can’t sort it after, since buddypress activity stream does not add this kind of information, and the html is also inside the database to reduce queries and load time.
Try finding the function that adds new posts into the activity stream.
April 6, 2010 at 11:55 am #71973In reply to: Facestream (Facebook plugin)
charlesxii
Member@Anointed » Connections (the whole pack) works perfectly with groups in my installation (latest BuddyPress, latest SINGLE WordPress). Facestream gave me headache though.
April 6, 2010 at 11:51 am #71972In reply to: Facestream (Facebook plugin)
charlesxii
MemberThe latest FACESTREAM broke the BuddyPress groups in my installation. You could not add groups properly after installing FACESTREAM and there was no way og writing anything within the groups. TWEETSTREAM works perfectly though. After removing FACESTREAM the group feature in BuddyPress worked fine again.
April 6, 2010 at 11:27 am #71966In reply to: How to create forums?
dainismichel
ParticipantI’ve talked with two elance programmers, both of whom kind of backtracked on this issue. It would be super cool, if buddypress.org could share its code and method for displaying main themes.
April 6, 2010 at 11:25 am #71964dainismichel
ParticipantI’m starting to pay people to help me with this…still haven’t found a coder who can do this right off the bat…
Can someone step up to the plate in mega-coolness and share the file locations and code that makes https://buddypress.org/forums/ display main themes?
Installing bbPress is a pretty easy task. Setting bb-config.php to point to a particular install of bbpress is also easy…but where is BuddyPress choosing to display groups and how can that file be modified to show all of what is created in bbPress?
What I mean is, I already created Main Themes in the bbPress admin area, but they aren’t appearing in BuddyPress…the last issue for me, as I understand this situation is “what code do I need to put in which BuddyPress file to make the Main Themes appear in my forum section.”
Man, this issue is getting SO SUPER OLD…can someone come step up to the plate?
April 6, 2010 at 11:09 am #71958gabrielcrowe
MemberI think this is what i want:
https://buddypress.org/forums/topic/extending-activity-how-to-store-additional-info
And i’v implimented a simple plugin:
function add_trackmeta_to_activity( $content, $user_id, $activity_id ) {
bp_activity_update_meta( $activity_id, ‘trackmd5’, md5($_POST[‘trackstr’]) );
}
add_action( ‘bp_activity_posted_update’, ‘add_trackmeta_to_activity’, 10, 3 );
And it does not crash, or complain, but where does my data go? and how can i access it in my templates?
April 6, 2010 at 11:05 am #71957In reply to: BuddyPress-Links 0.3 FINAL is here at last
21cdb
Participant@MrMaz – This solved the JS problem … but there is still an erro saving the Link-Details. Could this be the case because i’m on Single WP 2.9.2? Are there any known issues – should i report errors like this, or is it to early in development of 0.4?
April 6, 2010 at 10:21 am #71953In reply to: BuddyPress-Links 0.3 FINAL is here at last
MrMaz
ParticipantI am testing against the 1.2 branch. You should maybe try clearing your browser cache in case the old JS is still loading.
April 6, 2010 at 10:13 am #71952In reply to: Badge Maker
warut
Participantcoding can see progress here – http://warutblog.blogspot.com/2010/04/buddypress-badge.html
April 6, 2010 at 9:52 am #71948In reply to: Idea: Flag Posts, Replies, Comments, Etc.
21cdb
Participanthttps://buddypress.org/about/roadmap/ – but it isn’t set in stone
April 6, 2010 at 8:06 am #71933In reply to: what templates should I modify?
Xevo
ParticipantDid you copy the buddypress default theme or did you copy a wordpress theme?
Activity/forums etc have their own template files.
April 6, 2010 at 6:11 am #71929In reply to: Joinless groups?
twodeuces
ParticipantHas anyone gotten Auto Join Groups to work with Buddypress 1.2 or 1.3?
April 6, 2010 at 5:26 am #71926In reply to: Idea: Auto Add New Members to Group
techguy
ParticipantI’ve been considering the same thing. In my research here’s the list of plugins I needed to still evaluate. Not a perfect plugin I think for this, but one of these plugins should be able to easily be modified to do what you want if you know a little PHP and WP/BP. Otherwise, I’m planning to dive into it myself over the next couple months. I hope these links help:
https://buddypress.org/forums/topic/join-all-public-groups-at-once
https://wordpress.org/extend/plugins/auto-join-groups/
http://buddypress.webdevstudios.com/blog/2009/11/13/buddypress-registration-options/
I also had the welcome pack on my list since it does make sense to have this part of it also.
April 6, 2010 at 4:57 am #71925Kunal17
ParticipantThanks for giving us another useful plugin. I just installed it and will test it properly and let you know if I come across any issues.
The 1 minor problem I see immediately is not specific to this plugin but was only noticed because of it. I am using the default buddypress theme and already have the bp-links and ajax chat plugins installed which create links in the profile menu bar. Now with the send invites link, the bar is too long and spilling over to another row.
Ofcourse, this is a limitation with my theme (I made the default theme fixed narrow width) and not with the plugin but I was wondering if anyone knew how I can easily remove 1 or more of the profile menu bar items which are not essential.
April 6, 2010 at 3:19 am #71924In reply to: Avatar Upload Issues
lyricalbiz
Participantok – here’s the situation. I just changed the url on the site to it’s actual one since we are supposed to be out of test mode now and in the real world.
Avatars are uploading, but are not showing up in the profile for cropping. I get this as a link on the image:
http://xxxx.xxx/members/mha/profile/change-avatar/wp-content/uploads/avatars/2/arrow-downright6.gif
but nothing shows up on the page except 2 beige squares saying Avatar to Crop and Avatar Preview.
Same thing is happening with my Group Avatars. When I go to the file server, the images have uploaded to the Avatars folder. Any ideas??
Running WP Single User 2.9.2 with BuddyPress Plugin 1.2.3
April 6, 2010 at 2:04 am #71921Nightlyfe
ParticipantWe’re hiring freelancers. We’re also working in Miami this month if you want to live that whole code on the beach lifestyle. Long list of projects that need to be completed.
If you have experience connecting Buddypress with a CRM, managing publishing workflows, integrating with Drup*l, integrating with twitter/facebook/openid/oauth, custom MU code, custom content types, socket servers, and related items..
Contact.
https://buddypress.org/developers/nightlyfe/
I’d fill the small tasks list if there was one. Lets move on that asap!
Copy paste from an old post:
I propose that ma.tt create a premium service offering on wordpress.org. He should create a list of preferred service providers, pair them with module developers who need help, and let the community at large pay for support. all code is committed back to the plugin directly. Managed fixes and improvements, as well as a ‘certified’ list of ‘good’ plugins. Effectively, merge guru/elance/odesk with the popular list and an issue tracker.
April 6, 2010 at 12:24 am #71911In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
Participantoh doh, i forgot – i’m blocking out certain activity items on my site but it will appear in the stream (in reply to)
April 6, 2010 at 12:24 am #71910In reply to: Non-English characters not working
muratk
Memberthanks. that helped. though that topic is not very helpful and doesn’t explain what to do for BuddyPress.
for non-English users, I will try to explain here.
via phpmyadmin go to your database. find wp_bb_topics table. click on structure. change all collation values to “utf8_general_ci”
do the same for wp_bb_posts table as well.
April 6, 2010 at 12:15 am #71908In reply to: [New Plugin] BuddyPress Group Forum Extras
5887735
InactiveI think converting old blog comments would be key for for wide adoption of the plugin.
Nothing showing in:
April 6, 2010 at 12:09 am #71907In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
Participantbut it took a minute or two before the comment showed up and
shared host – so it will be a little slow – otherwise all the same activity posting code
I don’t see anything in my activity stream.
technically, since its a reply to an activity update (the new blog post) – you see it on your profile activity:
http://etivite.com/members/dennish/
One of my main concerns is what happens to all my existing comments?
not sure yet – or even i want to go down that road of converting of blog comments into the activity stream (since this requires the activity update for the new_blog_post to begin with – so those would somehow have to be injected into the activity stream ) – i’ll start a new thread on the plugin this week and can discuss more
What about pings/tracebacks?
doesn’t look to be a problem – but that may go tandem with the issue above
Can the admin delete comments?
A recent comments widget would also be cool.
Sure on both – behaves the exact same as the activity stream.
-
AuthorSearch Results