Search Results for 'bbpress'
-
Search Results
-
Topic: Plugin for comment nesting?
I would like to have my comment’s nested. I already have a comment nesting plugin for WP, but not sure if that could be reused for bbPress.
I have seen many people asking that tags are not getting deleted in bbPress 1.0 (Even I faced the same problem, but it was working in the default theme). So I just thought of writing a solution for it.
Open the topic-tags.php of your theme.
You would find something like this:
<?php if ( $public_tags ) : ?>
<div id="othertags">
<ul id="yourtaglist">
<?php foreach ( $public_tags as $tag ) : ?>
<li id="tag-<?php echo $tag->tag_id; ?>_<?php echo $tag->user_id; ?>">
<a href="<?php bb_tag_link(); ?>" rel="tag"><?php bb_tag_name(); ?></a> <?php $tags = bb_get_tag_remove_link (); if ($tags) echo '<small>'.$tags.'</small>'; ?>
</li>
<?php endforeach; ?>
</ul>
</div>Replace it with:
<?php if ( bb_get_topic_tags() ) : ?>
<?php bb_list_tags(); ?>That’s it!
You can also view the changes to topic-tags.php of the default theme in the trac:
I just installed a new bbPress 1.0.2 install on a web site, and successfully integrated it into an existing WordPress site.
I found a bug: whenever going to someone’s profile page (/forum/profile/1), it’s showing the login name, nickname, and ‘member since’ date for whoever happens to be logged in at the time. It should be showing the info for the person whose page I’m visiting.
The User Activity section shows activity for the correct person (and the navigation menu is also correct), but those other bits are wrong.
This is also messing my ability up to edit someone’s profile when logged in as the admin: it’s showing my own admin account’s info instead of theirs, and even is showing their role as Key Master.
If nobody is logged in, then the page works correctly.
Anyone have any ideas? Is this just me?
A pretty neat installation of bbPress
http://urbangiraffe.com/support/
Not mine, just seen and used today.
I’ve been tearing my hair out for about a week over this. I’ve gone through the WP/bbPress integration process, but if I use the WordPress login form to get into the site, I can’t access the bbPress Admin control panel. It just bounces me back to the forum’s front page. It DOES work if I use bbPress’ login, but I really don’t want to do that every time I want to administrate the site. In fact, I don’t want to use the bbPress login screen at all.
Topic: Latest Discussions
Hello,
i’m a new user of BBpress, & i wish to thanks you for the fabolous work done behind. This tool is really powerfull & helpfull for me.
it should be great if we will be able to setup individually the “latest discussion” numbers of message to display, instead of changing the numbers of message par page. ( Separate the both option. )
& also to have the possibility to not show the pages numbers for those “latest discussion”.
Best regards
Gregory Janssens
Topic: dotNetBB import
Wondering if anyone has done a conversion of dotnetbb to bbpress?
Is there a good resource anywhere for bbpress import tools? I couldn’t find one.
I just made the Plugin Browser for bbPress By Sam Bauers compatible with bbPress 1.0 & later
It now correctly recognizes the current version of the plugin stored on your forums, also tells you to upgrade if necessary, and can uninstall plugins already installed or install which are not installed.
I have also done the following changes:
- The directory folder of a plugin need not have pb– in its name, nor have a pb–revision.php
- GET methods changed to POST.
Notes:
- Plugins installed by the previous version of this plugin, cannot be upgraded or uninstalled. You can, however remove pb– from their name via ftp and then upgrade or uninstall.
- It does not recognize the plugins bundled with bbPress like Akismet, Bozo, etc. (This functionality wasn’t there before too).
You can download it from here: http://gaut.am/uploads/plugin-browser-for-bbpress.zip
If you liked it, then you can donate here – http://gaut.am/donate/
Thanks