PDA

View Full Version : Teamspeak server list


danbc
01-12-2004, 01:35 PM
Hey....

I?m working on a gamerelated site, and would like to add a list of Teamspeak servers like the one they have here, just running on PHPBB,

http://www.badazz-danes.dk/index.php


Anyone have an option like this or can make it?

TIA,

Dan

Feran
01-12-2004, 01:38 PM
The server list link doesn't work, but I'm already assuming this has nothing to do with vBulletin.

danbc
01-12-2004, 01:58 PM
That´s strange, the site should work fine, it does here anyways...

Yes and no... What I want to have is a sidebox in my vbulletin where Teamspeak servers are listed, like on the example site, which runs phpnuke and Phpbb.

Feran
01-12-2004, 02:16 PM
You can go into the forumhome template and add it in.

Just encapsulate the main vBulletin content in a table.

<table width=100%>
<tr>
<td width=80%>Main vBulletin Content</td>
<td style="border:1px solid #000;">Sidebar Content goes here</td>
</tr>
</table>
Modify this in the forumhome template.