Published on January 5th, 2012 by Martin
I must be missing something here.
I simply wish to allow anonymous users to post new Topics AND ensure I’m not overridden with published Spam.
So how do I simply allow anonymous Topics BUT moderate them all?
I’d have thought this would be reasonably to accomplish in a v2 Forum software.
Anyone suggest what I’m missing?
Thanks
Martin
Published on January 5th, 2012 by Tin1
Hello bbpress forums,
Firstly, thanks for a gr8 plugin!
I’m writing regarding an issue installing a bbtheme (kakumei).
Problem: I have uploaded the theme kakumei to the bbpress-themes folder but can’t find my next step. Where in wp-admin do i activate the theme?
Thanks in advance,
/Tin
Published on January 4th, 2012 by bobafett80
Hi, I have a question.. i need to show the forum and their post in the same layout. i´ve been trying and investigate for hours, but i cant resolve this.
I need the title forum and then their topics, please if u know how can i do it.
Published on January 4th, 2012 by BlogTrendsChat
I run a community for bloggers and the theme I use allows users to log in, submit and favorite posts. It also include the ability to upload your own profile photo, I simply need to know how to connect this image to the BBPress avatars. All of the other information seems to pull from the same place. I would appreciate any help with this, my site is http://blogtrendschat.com. Thanks!
Published on January 4th, 2012 by zborg
Hi there,
I want to add a forum to a existing (non wordpress site), so I want to have www.example.com/forum/ which would default to the forum ‘homepage’ (or better still to an actual forum as there would only be one forum as it were).
However when I install it as a plugin, I don’t seem to see how I can get this to work? as it appears that the base ‘/’ is the wordpress site (which I do not want to exist) then you specify a ‘forums base’ so say /forum/… but that would leave at the bear minimum /forum/forum/forum-name/… if that makes sense? assuming I need to have the wordpress running on the /forum/ dir (and cannot disable it(
I’m possibly making a easy problem seem complicated but have no idea of a good solution?
Any ideas appreciated
ZB
Published on January 4th, 2012 by Hedgehog84
Hello guys,
I’ve tried to search the forum, but i couldn’t find a similar question. I’m sorry if this is a double post anyway.
At the moment i’m having a website that runs WordPress with a mingle forum. I’m no longer happy with this forum, so my decision was to make use of bbPress and I’m checking this out now.
The problem i run into, is that i cannot have the same slug for pages, as I use for forums. Let’s say the slug i want to use is called ‘gaming’. The permalink displayed here is http://www.domain.com/forums/forum/gaming/. Now i want to add a page to WordPress about gaming. In this case it will rename the slug to gaming-2, as if the slug was already used by another page.
When i enter the URL http://www.domain.com/gaming/ it does redirect me to http://www.domain.com/forums/forum/gaming/. But I want the WordPress page to show up on the first URL and this specific forum only on the later.
I tried to look some further and found out both WP pages as BBP forums were saved in the ‘wp_posts‘ table. Editing the ‘post_name‘ column here solves my problem, but it would be nice if other administrators, without database permissions could get this done too.
I hope I just miss something obvious here, would be great if someone can help me out!
Cheers,
Hedgehog
Published on January 4th, 2012 by techguard00
Hi guys, need help on how to retrieve the admin password. Can’t even send it on email cause I also forgot what email address i used.
I think my last option is to dig it out fropm the database, but i’m clueless what table on the database it is stored. Any help on how to do it is very much appreciated.
Best Regards.
Published on January 4th, 2012 by Themes Support
I just installed fresh latest WordPress + latest bbPress + several plugins (I have deactivated now) + Members plugin (a role manager plugin).
Create new roles of
– Forum Newbie
– Forum Member
The problem is when I trying to manage limit access to specific forum / post’s content it not work.
As sample for Forum A I limit access only to Admin, but others still can get it. Anyone have this problem before? I still trying some possible solutions.
Published on January 3rd, 2012 by jcarlson1701
Hello.
I just installed the bbPress 2.0.2 plugin on my newly installed WP 3.3 site. Upon activation of the plugin I get the error:
“add_contextual_help is deprecated since version 3.3! Use get_current_screen()->add_help_tab() instead”
I assume that this is an incompatibility with the PHP calls from the plugin to WP since ver. 3.3 depricated a lot of old PHP scripts.
Is there a way to fix this or at least have WP stop complaining about this?
Thanks!
Published on January 3rd, 2012 by phrough
Is there a function (or other method) available to determine if the current page is a bbpress related page (forum, topic, reply or other)? Something along the lines of the wordpress function is_page()
It would seem that bbPress uses custom post types, and I’ve tried this with no luck:
if(get_post_type() == ‘forum’ OR get_post_type() == ‘topic’ OR get_post_type() == ‘reply’)
Thanks