Maybe you can take a look at this plugin:
https://bbpress.org/plugins/topic/admin-can-post-anything/
I’m not sure if it works on current bbPress versions though.
Are you using a language file other than English?
What version bbPress did you install?
can you set so only moderators and admin can post the you tube videos in bbpress
I’m using a nice hack for wordpress that lets me install wordpress once, and have multiple urls use those files, so when updating day comes, there’s a single update to be done. Is this possible with bbpress? If so, would anyone like to share how to? I’d be willing to test
Before you go getting your hands dirty for anything, you will find that most of the functionality you desire has probably already been accounted for in a plugin:
https://bbpress.org/plugins/
What version are you using? There were some performance improvements, including adding indexes, but it would depend on your version.
Also, rather than hacking your installation, please consider filing a trac ticket to be sure the fix is evaluated and implemented for everyone.
https://trac.bbpress.org/
I have installed bbpress for a client who does not want users to be able to add a topic.
Although I would like to see that as an option in settings, it is not, so I guess I have to get my hands dirty in the php files. OK fine.
So I’ve found and commented out the code in the forum.php and front-page.php files which contains the link to add a topic as so….
‘ <th><?php _e(‘Topic’); ?> <!–—–> <?php // new_topic(); ?></th>’
But to my dismay, I also see that a user can add a topic when they click on a Forum “Main Theme” title. The page they are taken to has a huge “New Topic in this Forum” area. I don’t want that and can’t quite figure out what file and what code I need to delete to get rid of that.
Help please?
Could you provide more details? Excuse me, but the documentation of bbPress is very scarce and this complicates the customization of the forum.
How about this plugin from _ck_ for all sorts of views?
https://bbpress.org/plugins/topic/my-views/
I’ve also have installed these plugin, to show a image in a posting, and i must say .. Works perefect!
The Allow Images plugin works fine on 1.0-Alpha6 Trunk build (and pretty much all a6 builds from when it was new until when I pulled it from svn yesterday).
maybe this plugin:
https://bbpress.org/forums/topic/plugin-html-tag-attributes-validator-img-youtube-and-google-video
I am using it on 0.9.4 as I find it to be superior to the others. It is also very easy to customize and extend.
Any way to post images in bata 1.0?
Hi, please follow this thread:
https://bbpress.org/forums/topic/integrating-cookies-between-bbpress-0904-and-wp-271
and see if you can get the cookies right. The preview issues could also be related to the cookies (my humble guess…).
Yes, you need to have a SECRET_KEY defined and it has to match BB_SECRET_KEY. Comment out the other four keys in wp-config.php as they are not needed when the cookies are downgraded. You can visit https://api.wordpress.org/secret-key/1.0/ for a quick key generation.
Good luck!
I’d suggest using this plugin instead:
ttp://bbpress.org/plugins/topic/bbvideo/
It works for bbPress 0.9.4 (except for the plugin admin page but that’s bearable). It is easy to add other video sources and even modify the RegEx that pulls the link so that videos are embedded with their own tag – [video=the_video_url] for example.
The Youtube plugin isn’t available for download anymore? The webpage you posted has changed. Where can I download it?
1) How to view the hot topics (with more messages)?
2) In the list of forums and topics, such as identifying the last record of the page and add div class=”last”?
3) In the list of recent topics, how show the forum this topic?
Sorry if questions are very simple, but admit that the documentation of bbPress does not seem as complete as the documentation of the WP:
http://bbpress.org/documentation/
Thanks!
Is this the most up to date code? I’ve tried to use it and I am getting no effect. No errors, nothing.
Is there a specific location where the plugin should reside (besides bb-plugins) or does it need a specific name?
Also, should the path just be the domain or something else?
It seems pretty clear that this table does not exist:
saphruse_bbp01.wp_users
Can you look at the database and see what tables are actually present there? Looks like bbPress is trying to use the wp_users table for integration, but it’s not present? Did you use the same database for WordPress and bbPress?
Hi Chrishajer,
http://forum.saphruser.com/ thats the link to my forum try giving userid as: admin and just try with any password
you will see a error message on top left hand page, at the same time it says no user id exists, while thats the user id i got while signing up with bbpress.
and yes i tried using Fix Admin plugin dint help. no i havent done anything mentioned in those two links u gave.
pls help!