XF 1.5 Removing Forum Title Issue

Tattooed Theist

Active member
Good Morning!


In the Forum_List template in order to remove the forum title from showing.

I've replaced this
Code:
<xen:h1>{$xenOptions.boardTitle}</xen:h1>

With this
Code:
<xen:h1></xen:h1>


My problem is that I'm using @AndyB's Banner add-on and when I do this it also removed that forum title banner.

Would there be a way to remove just the text so the banner will remain there?

I would delete the forum title all together but that is what shows with a google search so I'd like to keep it there.
 

Attachments

  • Screen Shot 2016-11-30 at 9.11.35 AM.webp
    Screen Shot 2016-11-30 at 9.11.35 AM.webp
    47.5 KB · Views: 5
Top Bottom