Forum Replies Created
-
Your code for the page width is still working on ALL pages as expected, therefore the CSS is bieng applied, BUT the code doesn’t apply to the “page.php” template used by the forums !Do you have a page set up for forums? ier one that is using [bbp-forum-index] ?
In reply to: Block users from posting linksdid not work
can you specify? any? all? admins?
ok, so are you still using a bbpress.php file in your child theme?
In reply to: Sharing a linknothing I know of, this article has a link to some possible plugins
In reply to: Block users from posting linksuntested, but this should make the filter only removed if they are not a keymaster
if ( !bbp_is_user_keymaster()) { remove_filter( 'bbp_get_reply_content', 'bbp_make_clickable', 4 ); remove_filter( 'bbp_get_topic_content', 'bbp_make_clickable', 4 ); }In reply to: bbPress is not showing table layout anymorehmm – not sure what to suggest – are you still having the issue?
In reply to: Forum Rights and Visible CategorysI think you want
In reply to: Topic content not visible on Discussion forumIn reply to: How to display bbpress like other forum scripts?ok, could be lots of things wrong
try https://codex.bbpress.org/getting-started/troubleshooting/
what is your forums root set to?
dashboard>settings>forums
In reply to: Editing text above forum listok, it could be several places
lets start with
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
can you look in that file for lines of code that start with
add_actionand list any that you see here
In reply to: Editing text above forum listok, this has been added by someone with some knowledge of programming I suspect
Do you have knowledge of FTP and/or looking at files?
In reply to: bbPress sidebar not workingsorry, missed that you were using wp tweaks which adds this sidebar. This plugin has no support, and doesn’t work with several themes by the look of it.
suggest you try
https://en-gb.wordpress.org/plugins/widget-logic/
the logic for forum pages is
is_bbpress()for a widget to only show on forum pages
and to exclude from forum pages is
!is_bbpress()ok – where is the bbpress.php file – ie what directory?
In reply to: bbPress sidebar not workingtwentytwelve does not have a bbpress widgets sidebar as standard – do you know how you got this?
In reply to: How to display bbpress like other forum scripts?If I understand you correctly, you should use the style pack plugin
https://wordpress.org/plugins/bbp-style-pack/
and look at both the forum template and forum display tabs in the settings
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 twentyfifteen, and see if this fixes.
Then come back
ok, put this in the custom css
.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary { max-width: 100% !important; }you may need to play with it if it affects other parts of your site.
if you don’t know how to do this – come back
contact me via my website http://www.rewweb.co.uk
In reply to: Users can’t see the own topicsIt 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 twentyfifteen, and see if this fixes.
Then come back
if it looks like a theme issue then try
or
In reply to: error when updating to wp 4.7.2yes it will get your admin back.
Then :
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 twentyfifteen, and see if this fixes.
Then come back
ok, think I need to see your site to understand what you are seeing. is the site public?
In reply to: Can I add a forum under a page or post?best I can say is this plugin may help
In reply to: disable email Email (required) config ?@fuskeren good spot !!
In reply to: disable email Email (required) config ?sorry, not sure I can help further !!