No back button to parent forum
-
Hello,
There doesn’t seem to be a back button to parent forum or sub forum when you drill down.
Check out this forum:
Go into the cryptocurrency forum. I don’t see a back button on any of the forums though
Any assistance is appreciated.
Thanks,
Chris
-
forums have breadcrumbs to help navigation.
Yours appear to be switch off, possible by your theme?
I have searched a way to get this better too. I know that breadcrumb can be used. I added also a manual made menu to the footer-part of the page.
Still back button would be nice. Also back button from single discussion to the forum, which lists topics.
If that could be done, that could be added to the bbp style pack plugin?
The back button would be nice on the bottom of the page just above the footer part of page. It would not needed on the top of the page. Alternatively breadcrumbs would be duplicate on the bottom of the page.
See a XenForo forum:
https://www.matkapuhelinfoorumi.fi/threads/tablettia-ostamassa-mikä-tabletti-hankinnassa.65833/as a temporary, add this to your functions file
add_action( 'bbp_template_after_forums_index' , 'rew_add_breadcrumb'); add_action( 'bbp_template_after_single_forum' , 'rew_add_breadcrumb'); add_action( 'bbp_template_after_single_topic' , 'rew_add_breadcrumb'); function rew_add_breadcrumb () { bbp_breadcrumb(); }
I’ll look to add it to style pack shortly
I added it to the end of the functions.php of bbp style pack. No chage.
sorry – there was some delay. Works as expected! Thank’s
A request.
When you update your plugin, IMO would be better to forward the “Create New Topic” link to #new-post.
Now I must go back to set the title. Forwarding to #new-post I get the title field.You can see the differency here
https://www.sanaristikkofoorumi.net/wordpress/forums/forum/sanaristikot/suomen-kuvalehti/On the right bottom corner of the main menus is (double) arrow down, which has the link
#new-postThat goes to the right place
Clicking + ALOITA UUSI KESKUSTELU
goes
https://www.sanaristikkofoorumi.net/wordpress/forums/forum/sanaristikot/suomen-kuvalehti/#bsptopicThat goes a little bit too far.
thanks, yes that looks a better idea – I’ll add it to my next changes
Sorry about last post – Finally I found this topic and I put the temporary fix working again.
it’ll be in one of the next 3 releases, so keep the current code, and look at the ‘what’s new’ tab on updates
I am also showing this error and trying to update but I am failed to update.
- You must be logged in to reply to this topic.