PDA

View Full Version : Template modification settings


Noslo
12-06-2012, 11:25 AM
Hi,

I have a few template modification questions and I would appreciate if someone could help me out. Please see below.


Is it possible to remove the thread status icon from the threadview? Is it also possible to removed the icon legend on this page? (screenshot - highlighted by red boxes) http://i.imgur.com/rXkMf.png?1

I think I've seen a mod or template edit for this before, however I want to be able to remove the "Welcome to Sitename" under the forum navigation
(http://i.imgur.com/mTbel.png)


Thanks for your help!

mokujin
12-06-2012, 05:57 PM
2. Go to AdminCP -> Styles & Templates -> Style Manager -> Choose your skin to edit Templates -> Find Template FORUMHOME -> Remove the code below:
<div id="pagetitle">
<h1>{vb:raw vboptions.bbtitle}</h1>
<p id="welcomemessage" class="description">{vb:rawphrase welcome_to_the_x, {vb:raw vboptions.bbtitle}}</p>
</div>

Noslo
12-06-2012, 10:00 PM
Thanks moku that worked, what about my first question?