Forum Replies Created
-
In reply to: BBPress Dashboard disappear (only)
Will it remap the existing roles “properly” and not revert everyone to whatever he default roles is? If latter, then I have to go and change some manually. If I knew how this would work I would have tried it sooner.
I put a check mark in the box “Automatically give registered visitors the forum role” under Forum User Settings last night. As soon as I clicked Save the Forums/Topics/Replies came back. This morning they are still visible, I am not sure if that was a fix or not.
In reply to: BBPress Dashboard disappear (only)That shortcut access to the missing Forums components did not work. I had do disable and enable bbPress to bring back the forums dashboard block. I hope there is a permanant fix for this soon. I am using Genesis-Platinum child theme.
In reply to: BBPress Dashboard disappear (only)If a momentary outage of the forum is acceptable, disabling and then enabling bbPress also seems to fix the problem. I have also created a shortcut to each of the submenu items under Forums/Topic/Replies block. Next time I have this outage, I will try the direct shortcuts and see if that may be a workaround.
I am curious, does the solution “Remap existing users to default forum roles” change any of the users’ roles to “default” from whatever they might be set at?
In reply to: Delete SidebarFor a page you write, you can choose the type of layout you want given that your theme offers that. However, bbPress runs on a page created on the fly, three is no page called “forums” unless you create one and then use shortcodes to bring up the forum.
Every theme has a CSS file which can be edited within WordPress. Go to Appearance/Editor and your theme CSS should load. I edited my theme’s CSS and added the code I gave in my previous post.
In reply to: How can users get to upload pictures on the forum?I have added two plugins for various functions and uploading pictures is among them. You can limit the file size as well as the number of images that can be uploded. Try:
GD bbPress Tools
GD bbPress AttachmentsIn reply to: Delete SidebarI ended up adding a new CSS rule to my theme’s CSS file, luckily bbPress uses a unique class on the page. Adding the following removed the sidebar from my theme, which is based on Genesis:
body.bbpress .sidebar {
display: none ! important;
width: 0px;
}body.bbpress #content {width: 920px;}
Keep in mind that the content width of 920px is based on my theme’s container and you may need to adjust it to suit your needs.
Here is my installation:
http://www.psri.us/forums