Forum Replies Created
-
In reply to: bbpress css
more a buddypress question – try
In reply to: More SEO’d URLsNo probs – if you can find an article on the net that talks about SEO and URL hierarchy I’d be interested to see it. From my albeit brief googling, I found nothing that indicated that URL’s structure mattered, just the words.
you might do better to just install
this should let you match or contrast elements as you wish
In reply to: More SEO’d URLsIs there a way to remove the “Forum”? Even that feels unnecessary to me. Again I’m no expert in SEO.
given that you don’t know if having these makes SEO worse, neutral or even better, you seem a bit obsessed by it 🙂
Like you, I am no SEO expert, but I have seen nothing in any discussions of forums for SEO that even mentions the URL’s, and most forums I have seen use this structure.
In reply to: More SEO’d URLsThe same goes for the subforums which are now /Forum/root/subforum_name, and I would like to get rid of the root here as well (it doesn’t show up in the forum index). What is the purpose of the Forum Root slug, anyway??
dashboard>settings>forums>forum prefix and exclude it!
In reply to: subfolderthat’s how it works by default
what are you seeing?
In reply to: User Extra Information to bbpress user profileif they want to look at code that already does this, then they can download and crack open the code in
In reply to: Help Pleaseok, that just goes to a 404 page.
Try dashboard>settings>permalinks and just click save.
In reply to: User Profile Page with Diviin this link
I suggested this as a solution
dashboard>Divi >Theme options>Builder >Advanced > Static CSS File Generation > Clear.
then
dashboard>divi>Theme Options>Performance> Dynamic CSS option and disableTHEN critically you need to clear and server side caching, AND clear your browser cache.
Server side will depend on your host, and/or any caching plugins you have installed.
Browser – see this helpful articlethen it all worked fine
In reply to: Help Pleaselink to a live example please
posts, postmeta and options
bbpress just uses the custom post type features of bbpress, so the entries are mixed in with all the page, post and any other custom post types you have.
options holds the settings
In reply to: User Extra Information to bbpress user profileyou can hook to various actions in bbpress eg
add_action( 'show_user_profile', 'xxx', 50,2 ) ; //does the display/edit if viewing another's profile add_action( 'edit_user_profile', 'xxx', 50,2 ) ; //does the save if viewing own profile add_action( 'personal_options_update', 'xxx' ); //does the save if viewing another's profile add_action( 'edit_user_profile_update', 'xxx' );
but would need user registration to tell you what functions to put in the xxx
In reply to: Auto close inactive topics after 7 daysgreat – glad you are fixed 🙂
In reply to: Auto close inactive topics after 7 daysIn reply to: bbpress on twenty twenty two theme not visibleThis is one of the new FSE themes, so you need a fix to work with bbpress.
As well as bbpress installonce activated, navigate to
dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.
In that tab, select
Enable Theme Support
and save
The forums should then display
In reply to: Remove Log In and Rregister button from top menuthose are put there by your theme https://buddyxtheme.com/
In reply to: Hide a forum from everyone?In reply to: Forum full widthok, thanks
In reply to: Topics Archive doesnt show any Topics WPMLgreat – thanks – please post back if you get further news
In reply to: Topics Archive doesnt show any Topics WPMLthey said
Unfortunately, WPML does not support translating bbpress topics at the moment.
In reply to: Forum full widthok, it is theme related – this may help
item 8
In reply to: Topics Archive doesnt show any Topics WPMLsorry, I’m just a free volunteer, I generally don’t have the time to look at individual problems, and this seems to be specific to your site.
I am suspicious that it might be caching software – can you confirm that neither your site or hoster use this, or if they do as a test disable.
I would also try
dashboard>settings>permalinks and just click save – this resets the permalinks and may help
Then I would do the following
it 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: Topics Archive doesnt show any Topics WPMLand passibly this?
In reply to: Topics Archive doesnt show any Topics WPMLCan you confirm that you site is as per this
In reply to: Bookmarking/Showing New Unread Comments