Forum Replies Created
-
In reply to: Cannot access any topic or forum
so try changing another forum – ie is it just this forum, or any forum?
In reply to: BBp style packthere is no one ‘best’ in fact I suspect that almost all themes will work with style pack.
It is only where a theme is specifically written for bbpress or buddypress that the css is likely to be over-written by the theme.
In reply to: Cannot access any topic or forumso a hidden forum is only viewable by moderators and keymasters.
How many forums do you have, and what is the visibility of these?
In reply to: Cannot access any topic or forumWhen i turning visibility option to “Hide” it happens.
sorry, can you say exactly where you are changing this setting?
In reply to: BBp style packif you use a theme that has a bbpress/buddypress emphasis, it is likely that it will overwrite some settings particularly styling in stle pack, as the theme loads css last.
If you have a particular page that needs changing, post it hear with the changes and if there are no too bad, I’ll try and give you some extra css.
In reply to: Forum IconsIn reply to: My Forum page is not shown on the main menuok, 2 thoughts
1. is your forumpage ‘private’ ?
2. are you using caching software?otherwise not sure I can help further
In reply to: My Forum page is not shown on the main menuIf I go to wordpress and open my site from there I can see the forum page in the main menu.
sorry, can you explain what ‘If I go to wordpress and open my site from there’ means ?
In reply to: My Forum page is not shown on the main menuok, that is not clear – please explain with examples eg on this link http://www.xx.com/dd I cannot see ‘yyy’ etc.
ie where on this page do you want forums to show ?
In reply to: My Forum page is not shown on the main menuIn reply to: Missing Forum Menuonly a keymaster can appoint a keymaster.
so go to
dashboard>users>all users and see who is keymaster.
If no-one, then install
once activated go to
dashboard>settings>bbp style pack>bug fixes
and you will see the ability to add a keymaster
In reply to: Make Author section widerok, I cannot see an overlap, try refreshing your browser
In reply to: Make Author section widerthe code is correct, but you have lots of style sheets, and I cannot see it in any.
I’m presuming it is called ‘style.css’ and if it hasn’t, perhaps you can add
/* my child theme css */
or any distinctive text to the top of the style sheet, so I can see which one it is in the browser.
try this is the custom css part of your theme
#bbpress-forums div.wp-editor-container { line-height: inherit !important; }
In reply to: Missing Forum MenuI presume that the user has the ‘keymaster’ role ?
In reply to: “forum archive” remove titleas I say it is theme specific, and if the above did not work, then it is beyond free help – sorry
In reply to: Forum topic and replies not showing in profileit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
without a login, I cannot see this, and need to see a live example to help
In reply to: “forum archive” remove titletry this
add_filter( 'get_the_archive_title', function ($title) { if ( is_category() ) { $title = single_cat_title( '', false ); } elseif ( is_tag() ) { $title = single_tag_title( '', false ); } elseif ( is_author() ) { $title = '<span class="vcard">' . get_the_author() . '</span>' ; } return $title; });
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
In reply to: Dedicated Moderator ID changedThis is very quick and dirty, but should achieve what you want.
If you want something more than this it would be paid work – contact me via http://www.rewweb.co.uk/
In reply to: New topic “No Forum” is gone !I am not absolutely sure where you are, but yes everything I expect to work does work on my test site 🙂
In reply to: New topic “No Forum” is gone !ok, this is free software with free support, and I have limited time to help – it works on my test site, so I cannot say why it does not work for you. Given that you can control it from the backend, then I hope you have enough of an solution to be workable.
In reply to: Missing Forum Menuit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: “forum archive” remove titleThis is theme specific – we would need a link to a live example on your site please
In reply to: Redirect to a specific topic after log inhas a link that adds a redirect to the topic in the email
dashboard>settings>bbp style pack>subscription emails>auto login
No idea if your redirection would take precedence.