MyBB Tutorials

Sidebar without a plugin

Submitted by linkzy, , Thread ID: 44

Thread Closed
linkzy
No pressure, no diamonds
Level:
0
Reputation:
181
Posts:
5.34K
Likes:
341
Credits:
54
15-01-2015, 07:36 AM
This post was last modified: 15-01-2015, 08:04 AM by Aoki
#1
go to your ACP > Templates & Style > Templates > Your Theme > Index Page Templates > index.

below your {$header} add


PHP Code:
<div class="side" style="float: right; width: 19%">

<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">

<
tr>
  <
td class="thead">
    
Forum Goals -
  </
td>
</
tr>

<
tr>
  <
td class="trow2">
  
ok do it
  
</td>
</
tr>
</
table>
</
div
when you're done, change {$forums} to

PHP Code:
<div class="forum" style="float: left; width: 80%;">{$forums}</div

Done :D

Credits to Linkz

Preview
[Image: RtPkpmn.png]

:yus: :yus:
| A | v4hl| Addicted | Senpai | Sui | Sensei | H | fdigl |



Users browsing this thread: 1 Guest(s)