PDA

View Full Version : collumed forums


Evil X
12-15-2005, 02:54 AM
http://img104.imageshack.us/img104/1473/111115ws.jpg

A hack to make forums of your choice look like that... sorta like the forum collums hack, but different... in a better way :squareeyed:

Borgs8472
12-15-2005, 04:32 PM
Xenon made this hack. Go search for it.

Evil X
12-15-2005, 08:45 PM
its not the same, the picture above looks totally different than the one xenon made.. those have seperate tables.. and is alot better

Borgs8472
12-15-2005, 08:49 PM
Well I could achieve that screen shot using Xenon's hack, get edit the postbit columncell type template.

peterska2
12-15-2005, 09:02 PM
Like this?

https://vborg.vbsupport.ru/showthread.php?t=99829&highlight=columns

Evil X
12-15-2005, 09:10 PM
Well I could achieve that screen shot using Xenon's hack, get edit the postbit columncell type template.
well could you PLEASE, help me out and configure a code

Borgs8472
12-15-2005, 10:38 PM
I started typing this up and then... no.

I will do it for $10 however.

Evil X
12-17-2005, 01:39 AM
^I dont wanna pay..

anyone that is nice enough to help me out

Moya
12-17-2005, 06:15 AM
^I dont wanna pay..

anyone that is nice enough to help me out

Like this ???????????????????

Evil X
12-17-2005, 03:59 PM
^yes, please hook me up man :)

Moya
12-17-2005, 04:36 PM
Here is the template info for xenon hack.

Addtional CSS


.column_hack
{
background-color: #FFFFFF;
valign: top;
border-left: 1px solid #5672b2 ;
border-right: 1px solid #5672b2 ;
border-top: 1px solid #316AC5;
border-bottom: 1px solid #316AC5;
margin: 8px auto 0px auto;
padding: 3px; color:#316AC5;
}

.column_hack1
{
background-color: #FFFFFF;
border-left: 0px solid #5672b2 ;
margin: 8px auto 0px auto;
padding: 5px; color:#333333;
}




Template forumhome_forumbit_columncell



<td class="column_hack1" align="$stylevar[left]" id="f$forum[forumid]" width="$column_width">
<table cellpadding="0" cellspacing="1" border="0" width="100%">
<tr>
<td class="alt2" align="center" colspan="4" valign="top">
<div>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<img src="$stylevar[imgdir_statusicon]/columns/forum_$forum[statusicon].gif" alt="" border="0" />
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>
<if condition="$show['forumsubscription']">
<div class="smallfont">
<strong>
<a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a>
</strong>
</div>
</if>
</td>
</tr>

<tr>
<td class="alt2" width="50" align="center">
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" />
</td>

<td class="alt2">
<img src="$vboptions[cleargifurl]" alt="" height="1" border="0" />
</td>
<td class="alt1">
<table width="100%">
<tr>
<td nowrap="nowrap">$forum[lastpostinfo]</td>
</tr>
</table>
</td>


</tr>
<tr>
<td colspan="4">

<if condition="$show['forumdescription']">
<div class="element_nav">
<div class="smallfont">$forum[description]</div>
</div>
</if>

</td>
</tr>
</table>
</td>

Evil X
12-17-2005, 07:31 PM
thanks, and could you tell me how to get the forum titles left aligned... thier center... eh

Moya
12-17-2005, 09:05 PM
Look for

<td class="alt2" align="center" colspan="4" valign="top">


Replace with


<td class="alt2" align="left" colspan="4" valign="top">

Evil X
12-17-2005, 09:52 PM
thankyou man, I owe you many

dan35
12-17-2005, 10:41 PM
thankyou man, I owe you many

Stitch is a "she" ;)

Evil X
12-18-2005, 12:43 AM
^you know what I mean lol but thanks for the info