PDA

View Full Version : Break Apart Blocks on Forum Home?


cklaszlo
10-09-2002, 03:08 PM
I have a request. I was wondering if anyone knows how to add an extra block in between 2 forums?

In other words:

http://www.thrillnetwork.com/boards

Like the large sponsorship block at the top the one that has our SpeedZone ad in it I'd like to add another block like that in between "Trip Reports and Travel Tips" and "games"

Brad
10-09-2002, 07:28 PM
Im having tourble acessing their boards. care to provide a screen shot?

cklaszlo
10-09-2002, 07:40 PM
Sure.

Our current layout:

cklaszlo
10-09-2002, 07:41 PM
And this is what I am looking to do:

Brad
10-09-2002, 07:44 PM
Do you want to add it after every forum or just the one?

cklaszlo
10-09-2002, 07:53 PM
just in between those two forums.

Brad
10-09-2002, 07:56 PM
Im sure thats going to require file hacking, you sould try asking at vBulletin.org

cklaszlo
10-09-2002, 07:58 PM
I posted there. and at VB.com. I don't mind hacking. Our boards a very hacked now anyway. We integrated the boards completely in the site where the main sites DB is linked into the UserCP. Its really cool. But we can't figure out how to break these apart.

Brad
10-09-2002, 08:11 PM
<a href="http://www.vbulletintemplates.com/mods/showthread.php?s=&threadid=125" target="_blank">http://www.vbulletintemplates.com/mo...=&threadid=125</a>

cklaszlo
10-10-2002, 12:26 PM
We are already using that modification. :) Now in the white space I want to insert my own block.

LoRDsTaR
10-10-2002, 12:31 PM
and where is the problem?

you need to make an new table like this

<table width="100%" color="{categorybackcolor}" border="1" bordercolor="{tablebordercolor}">
<tr>
<td>
<B> My Insert 0wn Bl0ck </b>
</td>
</tr>
</table>

and add this to your category space modificaton

cklaszlo
10-10-2002, 12:35 PM
Wont that create new tables inbetween all the catagories? I just want to add one new table.