Search Results for '"wordpress"'
-
Search Results
-
Topic: bbp_add_caps function ?
Hello there, I just went through some problems where the bbPress capabilities were not registered in the wp_user_roles option_name row entry. I don’t know what caused it but I was trying to see if I uninstalled/reinstalled bbPress it might reset the capabilities. It didn’t.
So I got hunting through the code and I found this function:
/** * Adds capabilities to WordPress user roles. * * @since bbPress (r2608) */ function bbp_add_caps() { // Loop through available roles and add caps foreach ( bbp_get_wp_roles()->role_objects as $role ) { foreach ( bbp_get_caps_for_role( $role->name ) as $cap => $value ) { $role->add_cap( $cap, $value ); } } do_action( 'bbp_add_caps' ); }But nothing seem to ever call this function. I did a search through all of the plugin code and there aren’t any references to this function. What gives?
In the end I was able to force the capabilities to be rebuilt by adding this function call inside another function that I knew was being called and it worked (I’ve since removed this).
BTW, this is on WP 3.7.1, bbPress 2.4.1.
Thanks!
PatrickWordpress: 3.7.1
Buddypress: 1.8.1
BBPress: 2.4.1Hi guys,
I realised I posted this in the wrong forum so I’m adding it here. 🙂
Is there any way for me to adjust the current BBPress and get back profile activity posting, so whenever someone posts in the forum, it shows on their BuddyPress profile activity feed?
This works in previous versions of BBPress but is broken in the current version.
Thanks!
Topic: Remove Sidebar
Hi,
I managed to create a TinyMCE plugin and add it to wordpress editor (which is the same as bbpress).
So far so good.
Using
$ args ['teeny'] = false;config, my tinymce plugin’s button show normal.
But, I need to be displayed in the default editor for bbpress, in teeny editor.
Any ideas?
Thanks a lot.
Topic: Persistant login form
Hi there,
In order to get the login form, I added it as a shortcode into my forum page via WP admin.
So far so good but the login form only shows up on the main forums page. If I openn the topics or replies views, the login form is not there anymore.
Am I missing something? Are the topics list and replies list not supposed to use the same wordpress page as the forums list?What can I do to get a persistent login form, whatever the forum’s page if the user is not connected yet?
Thanks.
I installed bbPress on Customizr theme. It’s supposed to show a list of forums in a table view. But all forum title becomes plain (no link) & stacks up like no format.
http://tajenli.org/wp01/forums/
Other forum page works just fine:
http://tajenli.org/wp01/forums/forum/web-developers/
I am not sure this is bbPress issue, or the theme issue. But I have tried it on other themes, like 2013, 2012, and elegant themes, all works just fine.Could you help? If I can’t solve this issue, which means I have to change the theme. That won’t make my life easy.
Thanks,
DarrenHi there,
I want to open my website for discussions other than just about our articles. Therefore, I would like to allow unregistered users to create topics and write replies without the need to register (that’s already done). To encourage posting, I want the avatars and names to link (no-follow) to their own blogs. I’ve spent 5 hours trying to do this. I’d be very grateful if someone could help.
Thanks,
CezLink to forum: http://etramping.com/forum
Wordpress version: 3.7
BBpress version: 2.4.1Hello
A forum without inline attachments to display image etc. is not really a forum and can’t really be used (nobody wants to go to imageshack etc. to upload images, they do it just because they are forced). I saw people asking for that since almost 5 years (each time i type “inline image bbpress” on google it returns messages from 4-5 years of people asking this feature and wondering why it”s not included).
Even classifieds from WPMUdev, which is a wordpress plugin allow to uplad images within classifieds, so why not bbpress? And the better is that they allow this through access to wordpress media library via FRONT END ACCESS (which is great because nobody wants his users to have access to wp-admin backend. and that what you upload, even if it’s on the wordpress media library can’t be seen by others memebrs, so nobody can “still” image”.So will you finally include the front-end upload of inline images into bbpress? And if yes, when can we be excepted it? Any time soon?
Thanks