Search Results for '"wordpress'
-
Search Results
-
Hi, I added a new wordpress role and would like it to map new users not to the participant role but rather to spectator.
So I added this filter in my functions.php.
add_filter('bbp_get_user_role_map', 'assign_spectator_role'); function assign_spectator_role($roles) { $roles['mynewrole'] = bbp_get_spectator_role(); return (array) $roles; }Problem is that this filter does not get executed.
If I add my role directly in thebbp_get_user_role_map functionit works but not with the filter.
The tools function ‘remap_roles’ also works fine.Any ideas how I can get it to work?
Cheers.
Hi i installed wordpress multisite, How to use video tags in bbpress replies?
Topic: re-size topic or reply form
Please someone help me to resize topic or reply form.. It’s not editable by css as the file is iframe generated by the js file.. The chrome inspection doesn’t show the location of the file.. I tried everything to find the source file but unsuccessful.. I can go with core edit without hooking with wordpress..
Please help me.. Thank you
I forgot to wait updating wordpress until bbpress was also 4.6 ready.
But I have upgraded to wp 4.6 now already and noticed an error.
When bbpress plugin is activated i cannot upload or find images. The media library keeps on looking for something.
And when uploading i get an error “An error occurred in the upload. Please try again later”.
Does this has to do with the wp 4.6 update?
and is the new bbpress update coming soon?
Topic: Menu Reply Widgets
Love the functionality of bbPress and WordPress. Added the reply widget to my main sidebar, but it only displays what topic is being replied to and who replied. I’d like to be able to show at least a portion of the content from, say, the five most recent posts on the forum. Is there an easy way to do that? Perhaps a plugin/widget I should look at?
My site is FAUOwlAccess.com
Thanks.
Topic: TOPIC FORM RE-SIZE
Hi,
I’ve been trying to reduce the height of topic form (Tinymce) which stands at default 236px height.. I want to reduced them upto 100px.. I have searched all over, seems there is no shortcut solutions.. Can you please point me the file where I can edit that value.. For temporary period, I can touch or change the core files, if needed.
I’m unable to locate the file.. Even not sure if those values comes from wordpress tinymce files under/includes/tinymce or it’s set in within bbpress..
Thank you so much…
Topic: Edit New Topic page
Hello
I’ve searched online but cannot find the answer. Does anyone know how I can edit the New Topic page of my forum: http://psychiatryadvice.com/new-topic/For example, how do I remove the section which requests ‘website’?
Or do you know which file I need to edit?
Thanks!
Wordpress v 4.5.3
bbpress v 2.5.9-6017Topic: return to index
hello
i have install bbpress 2.5.10
on buddypress 2.6.2
and i use wordpress 4.52in the left menu on wordpress , i have a link “Forums”
I have created all my forumsi have created a page nammed “info”
and i have included “[bbp-forum-index]”when i choose the page “info” in the menu
i have all the forums, but when i choose a forum i return to the index of the website
and when i am in the member area of buddypress, i have the icon “Forums” and i cant open subject if i can do itso where is the problem
Thx for your help