Quote:
Originally Posted by scootertgm
How do I remove the "Another Section" box or edit it?
Sorry, I'm relatively new to VB.
|
In the
ForumHome template, look at the top for "<td width="217">" - that's where the column starts. You'll start to get a sense of the code just from the examples. A "blank" box would look something like this:
Code:
<div class="tcat2">Your Box</div>
<div class="ct">Your Content</div>
Just put it at the terminating </div> of any "ct" class <div> and it will appear right below it.
Quote:
Originally Posted by dragon_1973
I like the colours and icons for this skin, and would like to try to use it... However, how can I ditch the left column, and just make it a single column style?
|
As above, that's where the column starts. So if you just delete all of the below, it should kill the column.
Code:
<td width="217">
<div class="tcat2">Latest Threads</div>
<div class="ct">
<script type="text/javascript" src="external.php?type=js"></script>
<script type="text/javascript" src="$stylevar[imgdir_misc]/latestthreads.js"></script></div>
<div class="tcat2">Forum Statistics</div>
<div class="ct"><strong>$vbphrase[threads]</strong>: $totalthreads<br />
<strong>$vbphrase[posts]</strong>: $totalposts<br />
<strong>$vbphrase[members]</strong>: $numbermembers<br />
<strong>Number of Users Online</strong>: $totalonline<br />
<phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
<div class="tcat2">Another Section</div>
<div class="ct">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec et urna ac erat consequat tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Cras risus nibh, egestas ac, fringilla at, molestie quis, <a href="#">urna</a>.</div> </td>
<td width="13"></td>
<td>