You can’t call a WordPress function (or even a function in a WordPress plugin) without doing deep integration between WordPress and bbPress. Normally, someone would create similar functionality in a bbPress plugin so you can use that instead of trying to call the WordPress plugin:
How about this bbPress plugin from Gautam Gupta:
https://bbpress.org/plugins/topic/social-it/
It’s a WP plugin that works for posts and pages, but not for anything else, so I want to put it directly into the BBpress template – not sure where. Here’s the plugin:
https://wordpress.org/extend/plugins/add-to-any/
And my site: http://www.selfpublishingreview.com
There won’t be anything in your WordPress dashboard about bbPress. What happens when you try to access the forum URL? (and what is the forum URL?)
Is this a plugin for bbPress, or how are you getting the functionality?
I’d like to add the Add to Any code to a single forum post and I’m not sure which of the many php files to add it to. Code is here – from the WP plugin page:
<?php echo '<ul class="addtoany_list">';
if( function_exists('ADDTOANY_SHARE_SAVE_ICONS') )
ADDTOANY_SHARE_SAVE_ICONS( array("html_wrap_open" => "
<li>", "html_wrap_close" => "</li>
") );
if( function_exists('ADDTOANY_SHARE_SAVE_BUTTON') )
ADDTOANY_SHARE_SAVE_BUTTON( array("html_wrap_open" => "
<li>", "html_wrap_close" => "</li>
") );
echo ''; ?>
Wary of adding it anywhere because I just tried a BBpress sitemap plugin that broke the forums. Thanks for the help.
Hi community,
Happy new year everybody 
Just installed bbPress 1.0.2 to complete a WordPress 2.9 installation. I’m trying to add custom themes, as indicated in all tutorials i could find. This is what i did :
– created a my-templates directory at the root of the forum (same level than b-templates)
– uploaded the custom themes into this directory – themes coming from several repository on the Web, none that i did myself.
Then I cannot see any of my themes on the “appearance” tab in the admin. I tried to upload raw zip files or extracted directory but nothing is detected.
Any help is greatly appreciated !
Thanks,
Jeremy
How? there is nothing about bbpress on my WordPress dashboard, and when i visit the subdomain it just says bbpress is already installed
Open up BBcode-buttons.js and change the occurrences of “load” on lines 2 and 3 to “DOMContentLoaded”. That should make the BBcode buttons toolbar load without waiting for all of the images on the page to load first.
Ths SVN is the repository where all the plugins are stored. It is completely safe to use it.
This link does NOT work for downloads:
https://bbpress.org/plugins/topic/human-test/
What is the -svn and is it safe?
Thanks!
I highly doubt there is a way of doing this as the only way to add things to posts is by calling post_text() – I think.
Whichever way it’s done, it has to load with each post as it runs in a loop.
I just wish there was Async loading in PHP so it could perform loops without having to wait for anything.
EDIT: I know this can be done in jQuery, however. Though I wouldn’t know if it could be integrated with the bbPress system in any way.
I’m running 0.9.0.6 and I’m using _ck_’s bbpress signatures and BBcode Buttons Toolbar plugins.
Some of my users have images in their signatures… they are “top 10” charts from last.fm. The charts are loaded directly from the last.fm website. Unfortunately, the signatures load before the rest of the page is finished. So you have to wait for last.fm to load before the bbCode toolbar.
Is there a way for bbPress to load bbpress signatures last, or at least after the toolbar?
The easiest way is to edit the layout of the forum to respond to the look of your blog.
thierryyyyyyy:
About the Canonical plugin story, you may want to read this: https://wordpress.org/development/2009/12/canonical-plugins/
Like I said, I don’t think it will be a standalone package as, just like other Automattic products, it will need to be a part of WordPress. Look at BuddyPress, for example.
Links are back online:
http://www.refueled.net/marked/
More bbPress themes coming soon.
I was able to download it from here:
https://bbpress.org/plugins/topic/human-test/
If that doesn’t work, you can always get the files from svn:
https://plugins-svn.bbpress.org/human-test/trunk/
Good luck!
Where can I find the Human Test plugin now that bbshowcase.org is NOT online?
Hey Chris – yah definitely… but first I wanted to warn our fellow users!
I’ve been happily using bbPress for many years, and this is the first bug where I’ve experienced significant data loss.
I’ve hit yet another snag.
Apparently, I have bbpress installed on my site and integrated with WordPress. NOW HOW THE HECK DO I MAKE A FREAKIN FORUM AND PUT IT ON MY SITE??!!!!!
The theme is totally bad ass
I’m just really looking forward to the development and progression of bbPress, regardless of the direction it takes. I think one of the things I’m most keen to see is for the masses to take it under their wing in much the same way millions have with WordPress, so that we have a plethora of innovative developers providing additional functionality and solutions through these forums and their own personal websites.