The problem is solved, now i have a problem with the cache. When a user log in on some pages it seems to be not logged in ???
If you are able to create a demo account that would be great.
Personally I would approach it like a process you would like to complete, in order of importance.
I would have a list of extra features and a list of stuff that has to be there, in order of priority. You work your way through the stuff you have to have in your forum and then once that is complete you can release it for the world to enjoy, then over time develop or find plugins for the extra bits you would like to have. A good starting point is the starter theme I created for bbPress, I think you have already looked at it, so get that working really nice, then move onto the next bit in your list.
It’s kind of difficult for anyone to list off all your requirements and reply with perfect plugins, it is easier for people to take one feature at a time and help with that.
Good luck! 🙂
Sorry there is no demo account.
Is it possible to not have the “forums base” archive slug show up as a breadcrumb when browsing around in my forums and topics?
I want it to just say “forum” (without the “s”), but then it conflicts with my “forum slug” which is “forum”.
Hope I’m able to describhe my problem properly, any help is much appreciated.
I have WordPress 3.5.1 and bbPress 2.2.4
Is there any demo account, I need to login to see why it doesnt show up.
regards
Hello @netweb,
I did search for “search” in the files in the bbPress directory but nothing is found there.
Is there anyone else there who can help me?
regards
I just want it look and  have  the features of Mybb/Phpbb
Hi,
I have a problem on my forum : http://monleap.fr/forum
I activated the Fancy Editor on my settings page but it not show. Somebody could help me please ?
sorry i dont understand, i did a full wordpress installation and installed bbpress plugin. Hostgator installed wordpress on my sever for me.
is that not a full wordpress setup?
Sounds like your main theme (not a bbpress theme) doesn’t have all the files it needs, I would recommend getting a full working installation of wordpress first, check everything is ok then do the bbPress stuff.
My apologies, but I went and looked at your site and I did not see a WordPress/bbPress all I saw was an ‘Ad Farm’ which I now presume was put there by your webhost Host Gator.
It appears they have changed that now to just a ‘Landing Page’ that is far less spammy.
Let me know once your site is back up and I will restore the links in your other posts.
I just set up a test site with WP 3.5.1, then added bbPress 2.2.4 and then added BuddyPress 1.6.4. I’m using site wide forums.
Plugins:
Alismet (not activated)
bbPress
BuddyPress
Custom CSS Manager
Hello Dolly (not activared)
PlugNedit (not activated)
Since this is new I don’t mind removing plugins (including bbPress and BuddyPress) and resinstalling. I don’t care about Custom CSS Manager, so it can go if needed.
I did notice that the directories “forums”, “forums/forum” and “forums/topic” were not created.
Could it have been the order in which I installed bbPress and BuddyPress?
Mormally I’d start from scratch, but after spending the last two weeks upgrading forums, etc software on multiple sites and then doing a server upgrade in order to run WP I’m a bit tired of looking at my computer 🙂
Thanks in advance!
I’m just wondering if there is a way to automatically permanently delete all replies and topics marked as spam from the database. The spam filter is doing a decent job of keeping spam off the forum, but it’s being logged in the back end. Is there anyway to not allow BBPress to save this data and to permanently delete it immediately?
do you have a list of plugins that can can be done
Apology, correction to above the “Blog” text is not located in h1 it is located in Blog
Oh damn, here is the good syntax:
`
if (!is_post_type(‘forum’) && !is_post_type(‘post’) && !is_post_type(‘topic’) && !is_post_type(‘reply’)){
if (function_exists(‘my_breadcrumb’)) my_breadcrumb();
}
`
Now it works, I just have to find the “else” part with the bbPress breadcrumb to display in the theme and my problem will be resolved.
[sorry for the multi-posts, but I can’t edit my last reply]
hi, i really need help. i am very new to wordpress and bbpress. i installed wordpress today and installed bbpress.
i did downloaded your theme and placed it in wp-content/themes/my-theme
in wordpress -> Appearance -> Themes. it says
“Broken Themes
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description
my-theme Stylesheet is missing.”
my test site is http://therightclique.sg/jeepforum/forums/
can anyone guild me to create a proper working forum?
Congrats, the site looks good and looks like you finished the bbPress Arabic translations 🙂
The instructions are here: https://codex.bbpress.org/bbpress-in-your-language/
That said I cannot see any Greek (el) translations for bbPress in GlotPress for the 2.2 or 2.3(dev) branches of bbPress https://translate.wordpress.org/projects/bbpress
I suggest you try asking some of the Greek WordPress communities listed here:
https://codex.wordpress.org/WordPress_in_Your_Language#Greek_.28el.29
In particular on their forum http://wpmania.gr/forum/
(You could also ask when they are planning on switching to bbPress ;))
If you go to: https://codex.bbpress.org/ and look for shortcodes, there is a register and login shortcode. Create two new pages for register and login, insert the shortcodes, then link to them from your site.
Hello All,
I just installed bbPress on my dev site for a potential client. It was pretty straight forward out the box. I was wondering if there is a way to have the forum handle the comments for my blog posts. The idea is to create a blog post and then upon submission, the post would create a topic in the forum for my users to comment on. Hopefully someone has done this and I can get a little help in this area.
Thanks!