Inserting text in forum “header”
-
Background: I have my forum Subscribe link on the right side of the header using
float:right
, I am also running Pencil Unread plugin and have enabled the “Mark all as read” option and also usedfloat:right
to prevent it from blending in with the breadcrumbs however now “mark all as read” and “subscribe” are getting up close and personal like this:Mark all as readSubscribe
Ideally I would like to insert a pipe and a couple of spaces between them to follow suit with how the topics page is formatted like this:
Mark all as read | Subscribe
I have searched the forums high and low and haven’t really come up with an answer. I tried looking for the “bbp_template_before_topics_loop” code figuring I could add it to my child theme and modify it at will but turned up empty.
So what is the best way to accomplish this?
- You must be logged in to reply to this topic.