-
DJPaul posted a reply on the forum topic ATTENTION TRANSLATORS! – BP Album Needs Your Help!: 5 hours, 4 minutes ago
*applies text-transform:lowercase*
We don’t really need two threads regarding your plugin, foxly, especially as they are both recent and are still being posted to. You’ve got http://buddypress.org/forums/topic/bp-album-new-features-requests-and-discussion and this one. -
DJPaul posted a reply on the forum topic Ascii Characters in Email: 8 hours, 33 minutes ago
Please would you submit this as a bug on http://trac.buddypress.org/ please, using your username and password from this site. Thank you.
-
DJPaul and georgef101 are now friends 10 hours, 1 minute ago
-
DJPaul posted a reply on the forum topic Ascii Characters in Email: 10 hours, 2 minutes ago
Unless you can write PHP, not easily. Which email are you seeing this problem in?
-
DJPaul posted a reply on the forum topic internal server error after activating bp: 1 day, 3 hours ago
And please answer these — http://buddypress.org/forums/topic/when-asking-for-support. Having all that information in one post rather than throughout the whole thread would make it easier for others to help.
-
DJPaul posted a reply on the forum topic Code Snippets: Storing plugin theme files in the plugin dir (1.2): 2 days, 4 hours ago
http://trac.buddypress.org/ticket/2198
-
DJPaul posted a reply on the forum topic How to use bp_init and bp_setup_globals at the same time ?: 2 days, 4 hours ago
It just means that the BP code was changed since that documentation was written.
-
DJPaul posted a reply on the forum topic Code Snippets: Storing plugin theme files in the plugin dir (1.2): 2 days, 5 hours ago
Ok, this particular problem really sucks. You use bp_core_load_template() in a plugin to load a theme file, using the filter ’bp_located_template’.
If you’re modelling your plugin on the default BuddyPress components, or even the skeleton component, you could use the above to load an index page for your directory, and use a ”loop” file to display [...] -
DJPaul posted a reply on the forum topic How to use bp_init and bp_setup_globals at the same time ?: 2 days, 5 hours ago
In the current versions, the actions are called with the wrong priorities in the BP code resulting in this sort of problem. For now, rather than hooking into bp_setup_globals, hook into ’wp’ and/or ’admin_menu’
-
DJPaul posted a reply on the forum topic Plugin Devs Please Read: 2 days, 5 hours ago
Those aren’t working currently
-
DJPaul posted a reply on the forum topic Highlight author's topics. Outputting functions as a variable without displayin: 2 days, 5 hours ago
use:
bp_get_the_topic_poster_name and bp_get_loggedin_user_fullname -
DJPaul posted a reply on the forum topic Bad date/time on message: 2 days, 13 hours ago
That area uses the bp_format_time() function which looks like it calls the appropriate WordPress date handlers. If you have a message that displays the wrong time, if you look at it in the database, does it look any different from a message that works OK?
-
DJPaul and elaineskapetis are now friends 3 days, 3 hours ago
-
DJPaul posted a reply on the forum topic Marking Blogs as Spam does not remove posts from activity stream: 3 days, 12 hours ago
This is done when a user is marked as a spammer; this probably is best to go on http://trac.buddypress.org/ as an enhancement ticket.
-
DJPaul posted a reply on the forum topic getting started – i need help: 4 days, 1 hour ago
You need to set permalinks in your WordPress install.
-
DJPaul posted a reply on the forum topic Does Buddypress work exactly the same way with wp?: 4 days, 4 hours ago
Only use MU if you want multiple blogs on the same install (or if you want to let your users create their own blogs on your site).
-
DJPaul posted a reply on the forum topic problem displaying bp_profile_field_data on pages since Version 1.2.2.1 install: 4 days, 4 hours ago
It looks like it should still work OK. Anything in your error logs?
-
DJPaul posted a reply on the forum topic Use Forums without Groups?: 4 days, 5 hours ago
Some people are just refusing to understand the BuddyPress Groups concept. If you want something that acts as a site wide discussion forum, create a Group. As Boone’s suggested, it’s not hard to auto-add new and existing members to it; he’s even listed what a plugin would need to do for it.
-
DJPaul posted a reply on the forum topic BP mark as spammers acts wierd in 1.2.2.1: 4 days, 5 hours ago
When a user is marked as a spammer, all of their Activity data is deleted in the database. There’s no way to retrieve. They essentially start out as new users as far as BuddyPress is concerned; they’ll need to log in or edit their profile, etc, in order to appear throughout the site (on the [...]
-
DJPaul posted a reply on the forum topic BuddyPress i18n Topics: 4 days, 13 hours ago
http://trac.buddypress.org/ticket/1445
If you can comment on that ticket that would be good -
DJPaul posted a reply on the forum topic How does buddypress.org organize forums?: 4 days, 14 hours ago
This site uses ”Deep integration” with a standalone bbPress install. In the near future, this website will change and forums/groups will follow the regular BuddyPress model. The only reason this is like it is currently is because of historical reasons and the fact that the site’s theme hasn’t been updated for a long time.
If you [...] -
DJPaul posted a reply on the forum topic bp 1.2.2.1 new users unable to login: 4 days, 14 hours ago
WordPress uses the standard PHP mail() function – http://php.net/mail
-
DJPaul posted a reply on the forum topic Very Slow Server Response With BuddyPress: 5 days, 3 hours ago
Yeah, that article will help — I love eAccelerator. I also recommend you install this WordPress plugin: http://wordpress.org/extend/plugins/w3-total-cache/ (read the settings but you at least want ”Database Caching” enabled.
-
DJPaul posted a reply on the forum topic New WP-BP Install, /Forums Refuses To Work: 5 days, 13 hours ago
How exactly does it ”Fail”? There must be an error message on screen or in your web server’s log.
-
DJPaul posted a reply on the forum topic BuddyPress Pages Not Viewing: 5 days, 18 hours ago
Did you configure the pretty permalinks on your WP install?