Search Results for '"wordpress"'
-
Search Results
-
Hi,
I am using version 2.5.1 of the bbpress plugin and 3.8 wordpress 3.7.1.
It is not possible for forum role:participant as well as forum role:Keymaster to edit any field in profile in the page with [bbp-register].
There appears an error message:
ERROR: Password couldn’t be empty.
ERROR: Password confirmation couldn’t be empty.Even when the password area is blank and I also tested it with the password area filled in.
http://www.paragliding-holland.nl/test-registration/Maybe this is a bug, but I am not sure.
What can I do to fix this problem?
Hi, there are some forums as Forum Rules or What is this about?, that when clicked I just want the users to see a regular wordpress page where I expose those rules, or thos explanations that’s it. I don’t want they to fins a subforums and then click again and the they will see a topic explainig those details… So, what I need is to know how can I make a Title Forum to become a link to another regular page. Thank’s
Hi,
It was lovely of Milan to add hooks to his bbPress Digest (see here: http://blog.milandinic.com/2013/12/15/bbpress-digest-2-1-customizing-emails/)
But I think he does not have much free time for non-developers, which I can understand. I was wondering if anyone can helps with implementation?
I just want to update the From and the Subject.
Thanks
Hi guys,
is there any solution to have same nicks in WordPress and phpBB, which you want to import into bbPress? For example, when I do this with my forum nick ‘LinDan94’, it’ll be overwrited with ‘imported_LinDan94’, because the same user exists in WordPress. How can I link this 2 accounts together?Thanks in advance
I want want to remove the permission that moderators can delete topics and posts from the trash. But how can I change the standard permissions from bbPress?
I made this code but it doesn’t work because bbPress roles are separated from WordPress roles:
function changePermissions() { $role = get_role('moderater'); $role->remove_cap('delete_others_topics'); $role->remove_cap('delete_others_replies'); } add_action('init', 'changePermissions');Anyone is using wordpress seo by yoast and bbpress please confirm that this is not a bug and this is my mistake: http://wordpress.org/support/topic/page-number-does-not-work?replies=1 . I have been struggling with Yoast and he says this is not a bug of WordPress SEO.
In short: please check to see if %%page%% in wordpress seo titles work for BBpress pages like topics and forums. For me, it does not work anymore.
Thanks,