Requesting a way to adapt the path within a bbPress plugin
-
Was sent here from MySiteMyWay (my theme) so see if you could tell me how to change the path in the plugin referenced in the quote below:
If you use these templates, http://mysitemyway.com/docs/index.php/BbPress, then you can add CSS within them to hide that.
<style type = “text/css”>#intro { display: none !important; }</style>
Okay, I actually tried those, but removed them.
The issue with them is that I cannot use /forum/ as my forum root. Doing so throws my students out to the public main page. I have to have my forum root as /classrooms/htts-boot-camp-forum/ to allow them to get back to class from the forum pages.
So is there code I can use in the plugin to allow me to use that forum root?
If I can change my forum root within the plugins linked above to
/classrooms/htts-boot-camp-forum/
(and get BOTH of those elements of the path to show within bbPress) I’ll be able to remove the doubled headers from all of my bbPress pages.Hoping there’s a string I can insert within the plugin to make this work.
Thanks for any help you can offer.
- You must be logged in to reply to this topic.