Forum Replies Created
-
In reply to: Trying to make forum full width
can you post some links please so that we can see the problem
In reply to: Trying to make forum full widthmy twentyfourteen theme doesn’t have a full-width.php.
Suggest you make a copy of page.php – rename it bbpress.php
then remove
get_sidebar();
near the end
and save it and let us know if that works
In reply to: Trying to make forum full widthare you using the twentyfourteen theme?
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 problems