Ben L. Great Tip 
It works… One more question..
Is it possible to make file name according to forum name/slug?
Its now…. forum-ID.php >> forum-7.php
I want….. forum-slug/name.php >> forum-myforum.php
Thank you so much.
hello
i want to add code simple chat in the side panel
hello
i want to add code simple chat in the side panel
I don’t think bbPress can do this in its current version (IIRC), but what you can do is put something like this at the top of your forum template:
if ( get_forum_id() == 7 ) {
bb_load_template( 'forum-7.php' );
return;
}
And then copy the forum template (minus the added lines) to forum-7.php and edit it as you want to.
I don’t think bbPress can do this in its current version (IIRC), but what you can do is put something like this at the top of your forum template:
if ( get_forum_id() == 7 ) {
bb_load_template( 'forum-7.php' );
return;
}
And then copy the forum template (minus the added lines) to forum-7.php and edit it as you want to.
Could you explain further?
Could you explain further?
Hello
I need to add code in the panel
ok but when i remove code about latest discussions in front-page.php template >> show tags top forums !!
ok but when i remove code about latest discussions in front-page.php template >> show tags top forums !!
hi gautam
great job. welllll done . keep it up
hi gautam
great job. welllll done . keep it up
I’ve been using it for years to block spam registrations on my forum. However, over the last couple of months it’s become effectively useless. There are bots out there now that defeat it easily. My forum now gets multiple spam registrations per hour and it’s impossible to keep up with. I’ve had no choice but to disable registration completely and tell people to email me instead. 
What are people doing currently to block spam registrations to bbPress forums?
If you edit your front-page.php template (make a copy and edit the copy), you can remove the code about latest discussions.
If you edit your front-page.php template (make a copy and edit the copy), you can remove the code about latest discussions.
I suspect it is a trac issue. I had the same with buddypress from there. I’m guessing I must have changed the permissions like you say, whilst I was doing something else.
Never mind
Probably better to recode and take advantage of what is available in WordPress.
I’m just waiting for the akismet one to be written
I have followed the procedure in the readme.txt, default avatar is displayed in the post and in profile, but I can not change it when I click the Upload Avatar, so I diverted to the home page forum
(translate by google tranaslate O
)
Sadly no. The bbPress plugin for WordPress is a complete rewrite of bbPress from the ground up to fit inside of WordPress.
If anyone wanted to step up and write some kind of compatibility code would be neat, but it’s unlikely to ever happen and isn’t on the roadmap is it stands today.
I’ve developed a plugin which is using janrain, which means you can login via facebook, gmail, twitter etc. I’ve got some tweaking left to do, but it works very well and im planning to release it after my clients forum has been released
I’ve developed a plugin which is using janrain, which means you can login via facebook, gmail, twitter etc. I’ve got some tweaking left to do, but it works very well and im planning to release it after my clients forum has been released