View Full Version : Hex and vBadvance
Driver 7
10-Sep-2006, 04:51 PM
Hi there.
I'm using hex, Awesome sin by the way. And I am running VB with vBadvance.
The forums look awesome with that skin. Problem is that the front page just does not really look all that sexy. Not like the forums do.
My question is, is there a way to incorperate the look of the forum with the front page?
Here's a link to my site: http://www.btusquad.net
Thanks in advance!
Derek
10-Sep-2006, 07:28 PM
I will try and skin vBadvanced, and post the edits as soon as I can.
Derek
Driver 7
11-Sep-2006, 01:35 AM
Really? You rock man. Thank you so much.
Derek
13-Sep-2006, 02:55 AM
Hi,
You will need to replace all tcat codes like:
<table class="tborder" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" width="100%" align="center" border="0">
<tr>
<td class=tcat>Some Title</td>
</tr>
With:
<table class="tcat" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" width="100%" align="center" border="0">
<tr>
<td class="tcat_left" width="100%"></td>
<td class="tcat" colspan="2">Some Title</td>
<td class="tcat_right" width="100%"></td>
</tr>
</table>
<table class="tborder" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" width="100%" align="center" border="0">
And the tfoots, like this:
<tr>
<td class="tfoot" colspan="2">Content of the tfoot</td>
</tr>
Need to be replaced with:
</table>
<table class="tfoot" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" width="100%" align="center" border="0">
<tr>
<td class="tfoot_left" width="100%"></td>
<td class="tfoot">Content of the tfoot.</td>
<td class="tfoot_right" width="100%"></td>
</tr>
Hope this helps you.
Derek
Driver 7
13-Sep-2006, 06:03 AM
OK.
I think I can handle that. But one question for ya.
I am new to VB. The board I was using before was completely different. What files do I need to edit.
Thanks again for all your help man.
geoff
13-Sep-2006, 06:26 AM
Derek, where do those codes go again? I went to style manager..didnt see what i needed to do
Derek
13-Sep-2006, 11:46 AM
Styles & Templates -> Style Manager -> Hex (Fixed or Expanded, which ever you want to edit). Then theres a group called Templates I think which vBa uses, you will see others too like Forum Home, Forum Display, etc.
Derek
Driver 7
13-Sep-2006, 04:19 PM
I'm not having any luck finding any tcat's or tfoot's.
What are the chances of getting pre-edited template files or making you an admin so you could edit the necessary files for me.
I am willing to pay for the job getting done. I'm pretty good at screwing up my site, and would rather just get it done properly.
Derek
13-Sep-2006, 08:56 PM
PM me admin info, and I'll try and do it when I get some free time. Free of charge.
Thanks,
Derek