Hi folks,
I have a small forum that I use for some support on plugins for various open source projects. I currently allow anonymous users to post topics and replies, but protect the forum with Akismet and the bbPress recaptcha plugin. This seems to take care of many spurious spam posts. However, I seem to have an extremely large amount of topic tags that are spam. I have several questions about that:
- Can topic tags be created without a topic creation or reply or reply edit?
- Can topic tags be turned off for anonymous users? (I don’t believe so, but would love to know otherwise)
- Which files do I have to edit to only allow editing of topic tags by registered users and/or admins?
Thanks,
Tomek
With bbpress installed on my site several blog posts appear with the text of the forum articles and not of the blog. All gets mixed up
How can I solve this?
Thanks
Just reporting a problem..
After i activated the Topic Lead option i can’t use the Edit button anymore.
add_filter( 'bbp_show_lead_topic', '__return_true' );
Replies i can still edit front-end, but not the Lead Topic anymore.
Página de grupos de trabajo
Hello,
I just installed buddypress/bbpress in my site, it is using catalyst/dynamic theme and everything works fine but I really dont like the bbpress forum layout. It displays well but it is just ugly. Is there any way to change the style or look of the forum without changing my theme? I would like something more like vBulletin, phpbb or even this same forum which looks a lot better.
You can take a look at www.luchotv.com/foro
wp 3.4.2
bbpress 2.1.2
buddypress 1.6.1
buddypress template pack 1.2.1
catalyst 1.5.3
dynamic 1.1
Thank you for your help,
Luciano
I launched my forum and when a user goes to the page the forum says “You must be logged in to reply to this topic.” Which after I would assume it would say “Create one Here!” or something like that.
So right now how does a user create an account to post?
What can i do to overwrite a bbPress Core function and develop my own function..
Let say i want to overwrite the default bbPress breadcrumb tag.
I found the Core code inside a Core-template and i pasted this code inside a new PHP document changed all the bbp_ names of all functions to bbp_shmoo_ > Saved it.
Loaded this new file from the inc. folder into my themes functions.php with the require_once tag..
Change the PHP code inside my forum template from bbp_breadcrumb(); to bbp_shmoo_breadcrumb(); but this doesn’t work, why does it break my theme ?
I need a before_link and after_link array.
This is what a breadcrumb looks like, by default made with a List because it’s a navigation.
http://twitter.github.com/bootstrap/components.html
Vistors who are not logged on get this error how do i fix it?
http://i49.tinypic.com/2rdbuqr.png
How do I hide my bbpress version? I can see it from firebug
I’m running a WordPress Multi-user installation. I added forums to a single ‘site’ and everything is integrated just fine.
The problem I’m having, is that whenever someone posts in the forum their role for that site is changed to ‘Forum Participant’. This happens for all roles, every time I make a post I have to reset my permissions.
I have no idea where to start looking for a solution and I haven’t found anything else on these forums.