-
Mickael posted a new activity comment 15 years, 3 months ago
I didn’t really understand (maybe because I have absolutely no php skill). Could you be more precise please ? Thank you so much.
-
Mickael posted an update 15 years, 3 months ago
First of all, thanks for your amazing plugins 🙂
I have a small problem with BuddyPress Group Forum Extras… particulary with the Index plugin.
I added the option “Display Index above forums-loop”, but the index still stays after the last topics… (http://www.mister-ipad.com/beta/forums/)
Any idea? Thank you so much 🙂
-
looks like the bp-default theme changes for forums/index.php as the hook “bp_directory_forums_content” is now below the forums-loop.php
you can edit your theme and move that trigger above
-
I didn’t really understand (maybe because I have absolutely no php skill). Could you be more precise please ? Thank you so much.
-
there is a doc on creating child themes on here – basically you need to create a child theme for for forums/index.php template and move one line of code. Should be 107 and move it above 103
-
-
-
@misteripad
Not recently active
there is a doc on creating child themes on here – basically you need to create a child theme for for forums/index.php template and move one line of code. Should be 107 and move it above 103