Search Results for '\"wordpress\'
-
Search Results
-
I need to make bbPress forum to one WordPress installation and I want to ask other users what is in their opinion better solution for bbPress’ database: should it have separate database or to use existing database of WordPress?
Untill now, I used separate databases, but I found one reason for using only one database: WP plugins for automatic backup of database could then backup bbPress’ tables too. I don’t know for any similar plugin for bbPress.
Your experiences?
I really need my forum tag cloud visible when my users are on the wordpress side. I need to call bb_get_tag_heat_map( $tags, $args ) specifically. Anyone have any suggestions on how I might achieve this?
Thanks in advance –
The BuddyPress Default theme for bbPress is ready and available for the download.
ATTENTION: REQUIRES the deep integration between bbPress and WordPress/MU.
For info, and download link please go here.
For a demo visit: http://forum.buddypress-it.it
Enjoy!
Topic: Tag cloud into an array
Is there way to use the “bb_tag_heat_map” tag in a way that would not echo the results, but would rather allow me to place them into an array for further processing? Browsing through the code I found “bb_get_tag_heat_map”, which appears to have the option “format” that can be set to “array”, but no matter how much I try, I cannot figure out how to make it work.
Basically, I would like to have my tags listed in an alphabetic index, a bit like in a book. To illustrate, if you scroll down here to the section “News archived by subject”, you see my implementation on the WordPress side. I would now like to do the same here (section “Topic index”).
last week i make a simple modification with wp-facebookconnect plugin by adam hump to work in bbpress. so here is the file
http://rapidshare.com/files/379814279/wp-facebookconnect.rar
this plugin is not recomended if you don’t understand php code, because the code from wordpress plugin still there. i have no time to clean it, if i got more time next week maybe i can update the feature to work like the real wp plugin. you can setting your api key and secret key in the admin panel
feature :
– Single-signon with your Facebook account <– fully working but still need some test (tested in 2 online site)
– avatar <– not tested
– Publish comments to the newsfeed <– not yet, maybe next week
I have bbpress and WordPress deeply integrated. How do I link the username link in the WordPress comments to the user’s bbpress profile page? Do I use this function? get_user_profile_link()