MyBB Community Forums

Full Version: Vienna sidebar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using http://community.mybb.com/mods.php?action=view&pid=265

How can I modify the sidebar? I don't want the Go Social thing for example.
Go in to templates > Vienna templates > index page templates > Index and remove this bit below


<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder2">
<tr>
<td class="thead2">
<div class="float_left"><strong>Go social?</strong></div> 
</td>
</tr>
<tr>
<td class="trow3">
<a href="*"><img src="images/vienna/facebook.png" style="vertical-align: middle" alt="" title="Like us on Facebook!" /></a>
<a href="*"><img src="images/vienna/twitter.png" style="vertical-align: middle" alt="" title="Tweet us on Twitter!" /></a>
<a href="*"><img src="images/vienna/youtube.png" style="vertical-align: middle" alt="" title="Subscribe on Youtube!" /></a>
<a href="*"><img src="images/vienna/google.png" style="vertical-align: middle" alt="" title="+1 us on Google!" /></a>
</td>
</tr>
</table>
  
  <br />