I notice a weird behaviour in my (almost) plain install: as I add tags to a topic at top-right, the list is not ajaxically updated and the input field is not cleaned. To see the updated page I have to reload it (F5).
This is not the case when I delete a tag: it works fine there.
One might want to freely try it here, just in case: http://www.kirpi.it/r/topic/evita
User: Evita
Password: IE0Rc4vpTl7P
Any clue, please?
is there a way to force bb-press to show/count “also” the number of subforums instead only the amount of topics?
(coders the following code might hurt your eyes but i’am (not yet) so skilled in php, i’m really sorry)
kinda…
<?php if ( bb_forums() ) : ?>
<table class="etcetera">
<tr>
<td>
<?php bb_forum_pad...etctera>
</td>
<td class="info">
<?php forum_topics(); ?>
</td>
</tr>
</table>
<?php else( bla() ) : ?>
<?php if ( bb_forums() ) : ?>
<table class="etcetera">
<tr>
<td>
<?php bb_forum_pad...etctera>
</td>
<td class="info">
<?php forum_subforums(); ?>
</td>
</tr>
</table>
https://wordpress.org/extend/themes/pyrmont-v2
I don’t even want to post what I have so far. Are there any suggestions or walk throughs on how to port themes? I searched but didn’t find much.
thanks
I think it’s impressive there were 10,000 downloads of bbPress in August.
That’s over 300 per day.
Hi everyone, I’m new to bbpress and to this forum.
Is there some sort of plugin that sends alerts or email notifications to a moderator whenever there is a new post?
Any help is greatly appreciated. Thanks!
hello,
is there a way or possibility to highlight or to change the appearance (with css) of every first/initial post?
thank’s in advance.
I am looking for someone to help me with WordPress and bbPress. I have developed the wordpress site as a membership site and want to include a forum. I wasted about a month or more with SMF and couldn’t get it to work properly, so today I switched to bbPress and have it working in a iframe in one of the wordpress pages. The only problem is getting the cookies and all that to work so a person logged into the membership site can go right into the forum without having to re-log in and vice-versa.
I installed the bbpress integration plugin and went through all the set up procedures numerous times to no avail. I also went through the “WordPress Integration settings” numerous times. I have compared both the WordPress config and bbpress config files to be sure the Auth_Key, Secure_Auth_Key and Logged_In_Keys were identical and they are.
I have put the – define( ‘COOKIEPATH’, ‘/members/’ ); – line in the WPconfig file as instructed, but I just put it in exactly as shown here. I’m not sure if I should replace “cookiepath” with an actual path or if the word cookiepath is what they want.
I am not a code person, but I can get along sometimes ok. sometimes not! This is a NOT day.
Would some kind soul be able to help me with this?
If not please steer me toward someone who can help.
The navigation bar on the front page is not working, I have updated to the latest trunk and they are still not working.
Is there any way to fix for this. Any help will be much appreciated.
i’m looking for a banner manager/banner rotator plugin for bbpress like “WP-BANNERIZE” (it comes with a banner impression counter and campaign manager).
is such a thing already in the pipe or should i stick with those external standalone ad-scripts for now ?
thanks
Is there any way to get a feed of the posts of a specific user? Not the favorite posts, just the posts he makes.
Seems odd that this isn’t there, since that’s the primary way I interact with most forums, by following my own posts and threads I’ve commented in.