Forum Replies Created
-
no problem – glad you’re fixed !
In reply to: help…bbpress button thanksquite codeable, but don’t know of any existing code to do this
In reply to: Adding a topic?great glad you’re fixed
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
In reply to: Blank Members Page – What's going on?a /members page is not part of bbpress. Might be buddypress or because you have set a page up, but not default bbpress
simplest solution without me documenting alternatives would be to create bbpress roles with the same names as you member ones
see https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#14-adding-new-bbpress-roles
so you’d create a bbpress role called new member and give it the same capabilities as participant
In reply to: Separate forums?Meanwhile, however, can I list only one forum at a time?
see earlier answer – ‘[bbp-single-forum id=123]‘
at the end the pages that appear after the user clicks a top menu called “Chevrolet.”
see earlier answer – ‘Then create a wordpress page called say GM, and put the shortcode’
you can put as much text on that page before the shortcode as you like
“See other forums,”
just use a hyperlink to a page with the shortcode [bbp-forum-index]
In reply to: Adding a topic?did you submit some content?
was this in the backend (dashboard) or front end
Try
Forum/Topic headings
#bbpress-forums ul.forum-titles { font-size: 16px; }
Topic/reply text
#bbpress-forums .bbp-topic-content p, #bbpress-forums .bbp-reply-content p { font-size: 16px; }
In reply to: Customise an Existing User Roleand no. 15 as well
In reply to: New to WordPressyes
and choose the express web app
This will do pretty much all the editing you’ll need to crop and adjust your photos
In reply to: How to install new templateAnd how do I remove Topic:
I’ve not tested but believe this will do it
function my_generate_titles( $new_title ){ // reset the format to title only $new_title['format'] = '%s'; return $new_title; } add_filter( 'bbp_before_title_parse_args', 'my_generate_titles' );
come back and let us know if it does or doesn’t
In reply to: How to install new templateCan’t I replace it with another one?
yes if you have the knowledge and skills to write one !
In reply to: How to install new templatebbpress 2.x uses your themes template for most of it’s css
In reply to: URGENT – Forum issue – blank screengreat – glad you’re fixed !
In reply to: Forum SpamNo problem – glad you’re fixed !
In reply to: Forum Spamto delete everything
Dashboard>tools>forums>reset forums
In reply to: How to install new templateAnd lastly, how can I add sub Forums.
So the main Forum is Android, and when you click on Android, there are more forums like Apps, Games, Phones etc.you can just show the latest topics as a list by using
say as a menu item or make this your home page.
alternately you can post the latest xx topics using
In reply to: New to WordPress
Can I build a website with WordPress without coding?
I ran my first website for two years without needing coding. SO yes is the answer
In reply to: URGENT – Forum issue – blank screenI presume as the link is working you’re now fixed?
In reply to: Templates problemsIn reply to: Unable to create new forum as KeymasterGreat – glad you’re fixed !
In reply to: What Happens to Replies When User QuitsAll membership plugins are individual, so cannot dierctly say what your does.
Cancelling a membership plugin does not usually delete the user in the wordpress database, so their posts should remain with their name against them.
If it does, then I’m not sure what will be displayed.
Manually deleting a user you get asked whether you wish to delete the posts or assign then to another user
In reply to: Separate forums?no problem
set up your ‘cars’ as categories
Dashboard>forums>new forum. Call it say GM then on the right hand side you’ll see ‘Type’ change this to categorySave this and exit.
The in
Dashboard>forums>all forums you have your forum list. For the GM forum, hover over the ‘edit’ option, and at the bottom of the screen you’ll see something like
http://www.mysite.com/wp-admin/post.php/post=123&action= edit
Make a note that 123 equals the GM forum category – you’ll need this later.
The create your sub forums as forums eg Buick, Cadillac, and on the right and side make these have a parent of GM
Then create a wordpress page called say GM, and put the shortcode
[bbp-single-forum id=123]
where 123 was the post number of the category forum you noted above
Then just add this page to your menu