Hi!
I am using 0.9.0.3 on one forum and it seems like if i add a tag to a topic and then delete it, it doesnt show up when using the “Show topic without tags” function, is this correct?
Hi!
I am using 0.9.0.3 on one forum and it seems like if i add a tag to a topic and then delete it, it doesnt show up when using the “Show topic without tags” function, is this correct?
Over the years I’ve managed to collect quite a few “spam” users that haven’t posted anything, but have spammy usernames and websites. Is there a way to quickly delete all the users that haven’t posted anything?
I have thousand of such users (no kidding!), so I really don’t want to go and delete them manually.
On my forum (http://forums.llamaslayers.net/) both (un)delete links show up under each post, whether it is deleted or not. I’ve tried my theme and all my plugins separately on a local install of bbPress, but the problem does not occur. I’m on bbPress trunk if that helps. (I update it automatically via FTP from my home computer)
See the blog post here:
These both contain security updates, so are recommended for all users.
Hello,
I’ve created the Ukrainian translation for bbpress, it’s here:
http://myserver.com.ua/bbpress-ukrainian-localization.html
Hi,
I’ve read a bunch on the boards and tried to follow all the steps I could find, but nothing seems to have any effect. WordPress is installed in the root of www.tiltmonster.com. bbPress is installed in www.tiltmonster.com/forums.
The databases are currently integrated, so that much is good. But if you login at the forums, you are not logged in at the main site, and vice versa. I added these lines to bb-config.php:
$bb->wp_table_prefix = ‘wp_’;
$bb->wp_home = ‘www.tiltmonster.com’;
$bb->wp_siteurl = ‘www.tiltmonster.com’;
$bb->usercookie = ‘wordpressuser_1726d05b40cf2f851e025f1a862c21fa’;
$bb->passcookie = ‘wordpresspass_1726d05b40cf2f851e025f1a862c21fa’;
$bb->cookiedomain = ‘www.tiltmonster.com’;
$bb->cookiepath = ‘/’;
When I check the cookies after logging in from the forums, the value for the MD5 hash is different than above. Also, the domain shows as .www.tiltmonster.com, with that period before the www.
One thing of note: there was no secret key listed in my wp-config.php file, so I generated one and inserted it, then copied that value to bb-config.php. Could that be where I went wrong?
Thank you.
Based on Scoun theme from Mike Lothar.
Plugins used:
– Akismet
– Human Test for bbPress
– bbpress SEO tools
– Allow Images
I’m already familiar with writing plugins for WordPress but now I’m interested in writing a few plugins for bbPress. I’m trying to find a list of hooks/actions so I can get a better feel for what I have control over without altering the core files. Does such a thing exist? If not which php files should I be going through to find hooks/actions or are they all in different files?
Cheers
“If you activate “Numeric” or “Name based” permalinks, you will need to create a file at …/forum/.htaccess containing the URL rewriting rules provided here”
That .htaccess might be in root category?
I create the .htaccess file with notepad? It means that I open a notepad and insert the “url rewriting rules” in that, and save it with name of .htaccess?
I’m already familiar with writing plugins for WordPress but now I’m interested in writing a few plugins for bbPress. I’m trying to find a list of hooks/actions so I can get a better feel for what I have control over without altering the core files. Does such a thing exist? If not which php files should I be going through to find hooks/actions or are they all in different files?
Cheers