Hello,
I make a new fourm role called facepainter. When I go into the user and set the fourm role as facepainter it works fine. However when they post somthing it still says member below their name, when it should say facepainter.
I am on the latest wordpress version
I am using Tesseract theme
My website is http://www.monsterbrand.co.uk
Hopefully that is clear enough
Thanks!
i am testing forums but forum list style has shadow. I want to make it simple forum style. how to do it? www.wehackyou.com/forums
Hello,
I get an issue with the bbPress capabilities. My forum Participants are set with edit_replies, delete_replies, edit_topics, delete_topics capabilities, but they can not delete their own posts because the links are not displayed. Keymasters and Moderators have no problem since they are moderators on the whole forum.
So I checked the code in ./includes/topics/capabilities.php and includes/replies/capabilities.php and added the code below to fix the issue:
./includes/topics/capabilities.php, line 174 and
./includes/replies/capabilities.php, line 156
// Moderators can always edit forum content
} elseif ( user_can( $user_id, 'moderate' ) ) {
$caps[] = 'moderate';
// --------------------------------
// User is author so allow edit if not in admin
} elseif ( !is_admin() && ( (int) $user_id === (int) $_post->post_author ) ) {
$caps[] = $post_type->cap->delete_posts;
// --------------------------------
// Unknown so map to delete_others_posts
So my question is: is this intended ? Otherwise is there a fix planned for a next update?
Thank you for your help.
Regards.
I have created a list of a few topics within various forums of this blog – http://xproof7.com/global/forums/
I’d like to have the oldest topics displayed at the top of each forum and the newest at the bottom.
How do I achieve this?
Thank you.
Answer – Replay menu not work
if you go there all on menu all replay i get error 404 page
new replay work
All seting are ok and all Works befere
I examine tnat siconet all plugins and menu Works
I have wp 4.4.2 then i found plugins
NextGEN Gallery by Photocrati 2-1-26
and
Contact Form 7 4.4
if i deactivet that two plugin
bbpress work correct
so is confilixt with at least that 2 plugins is any optins tha be fix in futer.
I would like to set up bbPress at a forum.example.com subdomain and remove as much of the /forums/forum/ path from the URL as possible. This site will only run bbPress and not utilise any WP blog features. Is there a plugin or some simple method to do this?
I am using BBpress recent topic widget and i reaslied that it only gives me an option of adding topic author and date. How can i add the recent answers category like it is on this forum? Is there a Plugin for that? If there is not, is there a code i can fix in my templates to get this fuctionality?
Many thanks,
Poked around for a while trying to search out the answer. Is it a plugin?
http://www.awesomescreenshot.com/0805qpx19b
As you can see in the link the vertical alignment is incorrect.
WP 4.4.2
Theme TWENTY SIXTEEN
Also other views have the same problem… (popular, most replies…)
Thx for your advice!
Hello, how do you edit/create fourm roles.
I am not that good with coding so if it involves it please make it clear!
My website it: http://www.monsterbrand.co.uk
I am on the newest wordpress version
and I am using the Tesseract theme