Search Results for 'bbpress'
-
Search Results
-
Topic: Empty topic titles
With the bbPress 2.0.2 plugin, I can start topics with empty titles if I just fill it with spaces. This leads to inaccessible topics that can’t be clicked, viewed, or moderated in any sane way.
I ask you change line 176 in bbp-topic-functions.php to something like:
// No topic title
if ( empty( $topic_title ) || strlen(trim( $topic_title )) == 0)
Thanks
b
Hi BBpress.
First, all my posts about closing topics, never got answered by any. Please share!
I found a solution, so i share it.
You can let users close their topics for reply, remove their topics (trash) edit and so on. With bbpress 2.0.2 and User Role editor.
All new users are subscribers -> In User Role Editor mark these fields:
assign_topic_tags
delete_others_topics
delete_topic_tags
delete_topics
moderate
edit_replies
edit_topics
publish_replies
publish_topics
read
Now they are capable to do it! And they cannot /edit/delete/close other topics – only there own.
The “spam” field is still visible – But it is possible to remove it from the .php files somewhere (Notepad++ and Search all files does the magic of finding it!)
Thats all
Have searched hi and low and only find discussion of these ideas relating to pre-bbpress 2.0 plugin.
I have a private site, i.e. registration required to see anything. Installed the plugin. Forums and topics are created. I want a notification to automatically go out to all registered users (i.e our ‘members’) each time a new forum or new topic is created. I want to preclude their having to get online and poke around to see what is new but rather to push it out to them.
Ideally they would be notified of every new posting both out of the bbpress activity and from a WP Post or Page creation.
Suggestions on where to go for this?
gil
Topic: SEO Plugin?
Badly needed: A simple SEO plugin that allows me to change the Title of the home page meta tag.
Other items badly needed: SEO for keywords, description.
WordPress has a great plugin called, “All in One SEO PACK” — something like that but for bbpress.
Anyone???
My biggest challenge right now to using bbpress is difficulty finding quality plugins.
Please help!
Thank you!!!
I’m looking specifically to remove the ^topics/ base slug from the url, but ability to remove any or all other base or slugs would be useful as well.
There was a 1.x plugin that did this, but alas I can’t find a way to do it in 2.x
I’m familiar with the necessarily mod_rewrite changes to make this work on the apache side of things, but i have no idea how to make it bbPress 2.x compatible
Please advise, thank you.
ps: this is important and i’m willing to have resources available to achieve it, contact me directly or post here
Topic: Redirecting bbPress to WP
I saw a thread about registration for bbPress forum plugin on WP:
These are two ways that were mentioned, but I am not sure how to do either:
1. create an .htaccess and put the following in:
Redirect 301 /yourbbpressdirectory/register.php http://yourdomain.com/yourwordpressdirectory/wp-login.php?action=register
2. <?php
header(‘Location:http://your-wordpress-url.com/wp-login.php?action=register’);
?>
Can anyone give me a step by step on how to do this? Thanks.
Topic: A heavy metal forum
I have made a forum for heavy metal music here: http://metalwebonlineradio.com/Metalforums/
The forum is integrated with Buddypress. I have removed the Buddypress group option, and use it as a forum only. I have not modefied other than the css yet.
I would like to have a latest post link on top or a exerpt of the latest 5 posts, but I have not found where to mod in the theme files.. I would like to find some good tutorials on bbpress mods, and I would appriciate if any of you shared a good tutorial link..
I have made a bbpress froum on Buddypress, and have made one forum without groups.
I have followed this tutorial:http://www.buddyboss.com/how-to-set-up-a-single-bbpress-forum-with-buddypress/
The solution I have now makes google index the empty groups.
As I understood from the tutorial there will come a new version of bbpress that is more integrated with buddypress.
Is there anybody here that knows if a new vesion will come, and if it removes the group issues from buddypress?
I’m working on a multisite network using latest stable versions of Buddypress and BBPress.
I’m building a child theme to bp-default, but I can’t find the right template files for the forum par of the site.
Is it really:
wp-content/plugins/bbpress/bbp-themes/bbp-twentyten
Or should I be looking in:
wp-content/plugins/buddypress/bp-forums/bbpress
Or perhaps somewhere else?