Search Results for 'bbpress'
-
Search Results
-
I started last year with 1.0 and I loved that every time a forum user would post or reply I would get an email. My blog is seasonal with a high point in Sept/Oct and I don’t have time to look each day for new replies/posts.
My question is this… Was this functionality (sending me a email) installed from another plugin that was disabled this summer (and thusly not working anymore) or does everybodies BBpress installations do this and I have a conflict that is preventing me from getting them?
JeffHi 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
Topic: wrong post
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
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 http://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
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.htmlVistors who are not logged on get this error how do i fix it?
Topic: Hide bbpress version
How do I hide my bbpress version? I can see it from firebug
I have created a forum and can register a new user and log in using the short codes. I can also go to the forum page and post new topics, etc.
http://www.davidbroad.co.uk/flac/forums/forum/forum/
My only problem is when the user is logged in and on their Dashboard page when they click ‘Topics’ or ‘Reply’ in the ‘Right Now in Forums’ box they get this message:
You do not have sufficient permissions to access this page. apart from this it seems to be working, but this is obliviously going to confuse some users..
I’m using WordPress 3.4.2 and bbpress 2.1.2
Thanks,
David
Topic: Posts don’t show
Anyone have any idea how to fix the problem that generated this error message:
bbPress database error: [INSERT command denied to user ‘dbo251638404’@’74.208.16.147’ for table ‘bb_posts’]
INSERT INTO bb_posts (
topic_id,post_text,post_time,poster_id,poster_ip,post_status,post_position,forum_id) VALUES (‘14733′,’how about now?
‘,’2012-10-31 18:51:07′,’521′,’184.174.187.66′,’0′,’6′,’7’)
Warning: Cannot modify header information – headers already sent by (output started at /homepages/14/d230503101/htdocs/mh900e/parlare/bb-includes/db-mysql.php:130) in /homepages/14/d230503101/htdocs/mh900e/parlare/bb-includes/pluggable.php on line 232
The site address is http://www.mh900e.org/parlare/
Thanks in advance.
Hello bbPress experts,
I have searched through the forums to find some means of restricting user access to content and it looks like some of the solutions revolve around a Membership plugin that exists.
The issue with that is several things, we’re not using User Roles. We’re trying to integrate with the MemberMouse premium plugin and users created via MemberMouse are not assigned roles in wordpress. This makes it useless to restrict access via User Roles. We’re also developing it on Thesis which seems to have a plethora of issues with bbPress regardless (so we have setup the compatibility plugin).
However, MemberMouse does have user levels and tags to call them via wordpress functions. We can restrict other types of content with means like
is_user_logged_in() && mm_isMembershipLevel(2)So we were looking for a means to hook into the forums to create conditional statements like this.
For the time being we are hooking in the meta box and assigning an ID whether its public or restricted. Unfortunately we couldn’t find any solution letting us hook into the meta box and create restricts using traditional methods like described.
As such, we are injecting javascript to rewrite html elements for users that do not pass restriction, which is occurring after the page loads. We’ve spent a lot of time on this and would be interested to find out from bbPress veterans if there might be a hook or init function we can connect to, in order to make restrictions not role based but member based using the means provided by the MemberMouse plugin.
Hello, I am newbie to bbpress. I want to setup software manual page like http://codex.bbpress.org/. It has owner, contributors on right side. How can I do it?