To Whom It May Concern:
Have you noticed when you forum page refreshes your news fader at the top displays the text “News”?
If you have the desire to remove the text "News" here is the what you need to do from your Admin Centre.
Select Forum Layout – then select Template: -
In your default template you will see the following script: -
Quote:<div id="fscroller" style="padding-top: 5px; padding-left: 20px; font-size: 12px;"><yabb newstitle><yabb news> </div>
If you remove the following tag: - <yabb newstitle> this will get rid of the text “News” at the start of your fader. You should now have the script as below: -
Quote:<div id="fscroller" style="padding-top: 5px; padding-left: 20px; font-size: 12px;">
<yabb news> </div>
Then Click Save.