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
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?
Where can I find the Human Test plugin now that bbshowcase.org is NOT online?
Inside my loop in front-page.php i want a custom class
like:
<tr class="bb-precedes-sibling bb-follows-sibling bb-child ????"><br />
<td><div class="nest"><a href="http://www.example.com/forum/example">Example</a><br /><small> Examples of examples</small></div></td><br />
<td class="num">99</td><br />
<td class="num">1029</td></p>
<p></tr>
on the place of the questionmarks i would like to have a category id as a class.
so i can customise each category in css
can someone help me out?
I just lost 12k posts from my forum, and wanted to report what happened here in the bbPress forum! I was able to restore the posts thank goodness, but it was a chilling experience.
Here’s the scoop: I’ve always had great success with using the “delete forum” feature before… I would choose the option to enable “moving topics from this forum into [another forum]”, and it always worked great. But recently, I suffered massive data loss while using this feature (on the 0.9.x branch).
I deleted a forum and chose to move its topics into another forum… the forum was successfully deleted, but so was every single topic in the forum! I was able to restore the data from a backup, but still I wouldn’t wish that experience on anyone.
It took a while before a friend was able to audit the source code and create a hypothesis around what had happened. The preliminary analysis indicates that the “delete forum and move topics into another forum” routine ordinarily first moves the topics, and then deletes the topics and forum. But if the “move topics” algorithm times out before it can be completed, then the topic data appears to still be deleted even though the move wasn’t successful.
In other words, even though I asked bbPress to move the topics out of the forum before deleting the forum… bbPress appeared to fail to move the topics and then actually deleted the entire forum and all the topics still in it!
WHOA… scary stuff! If this bug really does exist, it could put a lot of bbPress data at risk.
This may only be an issue on slower servers or larger forums (this bbPress install has around 600k posts)… basically it appears that the bug only pops up if the “move topics” query times out.
Two thoughts here:
1) Can any developers out there audit the “delete topic” code and report back on worst case situations: i.e. what might happen if you choose to delete a forum and move the topics, but the “move topics” query times out?
2) In the meantime, until the existence of a bug is confirmed or not… I strongly suggest that you refrain from using the “delete forum” feature! Or if you must, make sure to have a fresh backup and also to doublecheck your topics immediate afterward deleting the forum to make sure your topics are all in the new forum!!
I love bbpress , it’s a good program—-quick and small!
I want to use the offcial forum’s theme,can I?
but I can no download it now.
who can provide it to me ?
Thank you !
I have uploaded bbPM to my site http://pennyforums.com at siteground. I uploaded it to “my-plugins” along with a few other working plugins. Private messaging shows up along with my other plugins but when I activate it I get the following 2 error boxes at the top:
bbPM is installed in the “public_html” directory. It should be installed in “my-plugins”
and:
The my-plugins directory has its permissions set to 750. This is not recommended. Please use 755 instead.
Well I’m far from competent with php but the permissions does say “755” beside the ‘my-plugins’ folder and
I did install it the “my-plugins” along with the other plugins. I did pull up an existing topic at my pennyforums.com site and saw that the option to send a private message was there but when I clicked on it I got an “error 404”.
Thanks in advance for any replies and Happy New Years!
Can you lock sticky post?
Ivy
Maybe it’s me, but I have no clue what I’m supposed to put for my database title in the very first step – as in what is hte database file usually called by default and where would I find it?
I’m running wordpress 1.9.
I’ve installed the bbpress folder renamed as “forums” in my root because if I put it under /blog/forums I get a 404 and the rss list of posts from wp
I have the database host set as the default “localhost” per suggestion
I assume ‘databse user’ and ‘database password’ are not pre-existing UN & PW but the same ones used to access the admin of WP, but if they are a way of setting new UN and PW then I’d be using the same for both BB and WP.
I’m using Yahoo as my web host