Log in

View Full Version : style-cs(to all version)


nir
02-24-2006, 10:00 PM
style cs (https://vborg.vbsupport.ru/attachment.php?attachmentid=43476&stc=1)


pic (https://vborg.vbsupport.ru/attachment.php?attachmentid=43477&stc=1)

we will build olimpus
http://olimpus-f.net

LEAD_WEIGHT
02-25-2006, 10:15 PM
Nice style for boards are right to left made. I do like how yours is laid out in your forum. I hope people can tweak this to their liking.

אַ שיינעם דאַנק

Daniel
02-25-2006, 10:53 PM
Todah rabah gveret nir.

GamerJunk.net
02-25-2006, 11:07 PM
What is that....and how do I implement it?

GamerJunk.net
02-25-2006, 11:21 PM
I copied and pasted back ups of all my stuff....and when I erased this mod and added back my stuff...I'm getting array errors all over...

www.gsnforce.com/forum

GamerJunk.net
02-25-2006, 11:25 PM
This is my forum home...

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
$headinclude
<title><phrase 1="$vboptions[bbtitle]">$vbphrase

[x_powered_by_vbulletin]</phrase></title>
<SCRIPT TYPE="text/javascript">
<!--
function popup(url, referrers)
{
if (! window.focus)return true;
var href;
if (typeof(url) == 'string')
href=url;
else
href=url.href;
window.open(href, referrers, 'width=300,height=250,scrollbars=yes');
return false;
}
//-->
</SCRIPT>

</head>
<body>
$header
$navbar
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0"

width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<td>


<if condition="$show['guest']">
<!-- guest welcome message -->
<table class="tborder" cellpadding="$stylevar[cellpadding]"

cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">

<tr>
<td class="tcat" colspan="6"><phrase 1="$vboptions

[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
</tr>
<tr>
<td class="alt1" colspan="6">
<phrase 1="faq.php$session[sessionurl_q]"

2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]

</phrase>
</td>
</tr></table>
<div class="spacer"></div>
<!-- / guest welcome message -->
</if>

<!-- main -->
$forumbits
<!-- /main -->


<!-- what's going on box -->

<!-- top category table setup -->
<table width="100%" class="tcat" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="cat_top_ls"><img src="$stylevar[imgdir_misc]/trans.gif"

width="34" height="28" border="0" alt="" /></td>
<td width="100%" class="tcat" align="center"><strong>$vbphrase

[whats_going_on]</strong></td>
<td class="cat_top_rs"><img src="$stylevar[imgdir_misc]/trans.gif"

width="34" height="28" border="0" alt="" /></td>
</tr>
</table>
<!-- End top category table setup -->

<table class="tborder" cellpadding="$stylevar[cellpadding]"

cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$show['loggedinusers']">
<!-- logged-in users -->
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top"

onclick="return toggle_collapse('forumhome_activeusers')"><img

id="collapseimg_forumhome_activeusers" src="$stylevar

[imgdir_button]/collapse_thead$vbcollapse

[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
<a href="online.php$session[sessionurl_q]"

rel="nofollow">$vbphrase[currently_active_users]</a>: $totalonline (<phrase

1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]

</phrase>)
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse

[collapseobj_forumhome_activeusers]">
<tr>
<td class="alt2"><a href="online.php$session[sessionurl_q]"

rel="nofollow"><img src="$stylevar[imgdir_misc]/whos_online.gif"

alt="$vbphrase[view_whos_online]" border="0" /></a></td>
<td class="alt1" width="100%">
<div class="smallfont">
<div style="white-space: nowrap"><phrase

1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase

[most_users_ever_online_was_x_y_at_z]</phrase></div>
<div>$activeusers</div>
</div>
</td>
</tr>
</tbody>
<!-- end logged-in users -->
</if>

<!-- Hack: Userprofile Changed Date(MarcoH64) -->
<if condition="$mh_upcd_latest_changes">
<!-- latest userprofile changes -->
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top"

onclick="return toggle_collapse('mh_upcd_latest_userprofile_change s')"><img

id="collapseimg_mh_upcd_latest_userprofile_changes" src="$stylevar

[imgdir_button]/collapse_thead$vbcollapse

[collapseimg_mh_upcd_latest_userprofile_changes].gif" alt="" border="0"

/></a>
$vbphrase[mh_upcd_latest_userprofile_changes]
</td>
</tr>
</tbody>
<tbody id="collapseobj_mh_upcd_latest_userprofile_changes"

style="$vbcollapse[collapseobj_mh_upcd_latest_userprofile_changes]">
<tr>
<td class="alt2"><img src="$stylevar

[imgdir_misc]/whos_online.gif" border="0" /></td>
<td class="alt1" width="100%">
<div class="smallfont">
<div>$vbphrase

[mh_upcd_latest_userprofile_changes]:</div>
<div>$mh_upcd_latest_changes</div>
</div>
</td>
</tr>
</tbody>
<!-- end latest userprofile changes -->
</if>
<!-- / Hack: Userprofile Changed Date (MarcoH64) -->


</table>

<!-- bottom table setup -->
<table width="100%" class="thead" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" height="5"><img src="$stylevar

[imgdir_misc]/trans.gif" height="5" alt=" " border="0" /></td>
</tr>
</table>
<!-- End bottom table setup -->

<div class="spacer"></div>
<!-- end what's going on box -->
<if condition="$vboptions[enbwt]"><if condition="$vboptions[enbt]"><table

class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar

[cellspacing]" border="0" width="100%" align="center" height="10"><tbody>
<tr>
<td class="thead" height="10" colspan="3">
<a style="float:$stylevar[right]" href="#top"

onclick="return toggle_collapse('bthread')"><img id="collapseimg_bthread"

src="$stylevar[imgdir_button]/collapse_thead$vbcollapse

[collapseimg_bthread].gif" alt="" border="0" /></a>
$vbphrase[bthread]</td>
</tr>
</tbody>
<tbody id="collapseobj_bthread" style="$vbcollapse[collapseobj_bthread]"
<tr>
<if condition="$vboptions[encolbt1]"><td class='alt1' width='33%'

height='20%'>$devebdt</td></if>
<if condition="$vboptions[encolbt2]"><td class='alt1' width='33%'

height='20%'>$devebwt</td></if>
<if condition="$vboptions[encolbt3]"><td class='alt1' width='33%'

height='20%'>$devebmt</td></if>
</tr>
</tbody></table></if>
<if condition="$vboptions[enwt]"><table class="tborder"

cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]"

border="0" width="100%" align="center" height="10"><tbody>
<tr>
<td class="thead" height="10" colspan="3">
<a style="float:$stylevar[right]" href="#top"

onclick="return toggle_collapse('wthreads')"><img id="collapseimg_wthreads"

src="$stylevar[imgdir_button]/collapse_thead$vbcollapse

[collapseimg_wthreads].gif" alt="" border="0" /></a>
$vbphrase[wthread]</td>
</tr>
</tbody>
<tbody id="collapseobj_wthreads" style="$vbcollapse[collapseobj_wthreads]">
<tr>
<if condition="$vboptions[encolwt1]"><td class='alt1' width='33%'

height='20%'>$devewdt</td></if>
<if condition="$vboptions[encolwt2]"><td class='alt1' width='33%'

height='20%'>$devewwt</td></if>
<if condition="$vboptions[encolwt3]"><td class='alt1' width='33%'

height='20%'>$devewmt</td></if>
</tr>
</tbody></table></if><br></if>


<!-- icons and login code -->
<table border="0" align="center" cellpadding="10" cellspacing="0"

style="border: 1px solid #353535; background-color: #70140b;">
<tr>
<td align="center" valign="middle" class="smallfont"

>
<img src="$stylevar[imgdir_statusicon]/forum_new.gif"

alt="$vbphrase[contains_new_posts]" align="middle" border="0" /> New posts

&nbsp; &nbsp;
<img src="$stylevar[imgdir_statusicon]/forum_old.gif"

alt="$vbphrase[contains_no_new_posts]" align="middle" border="0" /> No new

posts &nbsp;&nbsp;
<img src="$stylevar

[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]"

align="middle" border="0" /> A locked forum &nbsp;&nbsp;</td>
</tr>
</table>
<!-- / icons and login code -->



</td>
<td width="20%" valign="top">
<!-- what's going on box -->
<table class="tborder" cellpadding="$stylevar[cellpadding]"

cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>

<tr>
<td class="thead">
<a style="float:$stylevar[right]" href="#top"

onclick="return toggle_collapse('forumhome_stats')"><img

id="collapseimg_forumhome_stats" src="$stylevar

[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif"

alt="" border="0" /></a>
<img src="$stylevar[imgdir_misc]/stats.gif"

alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>"

border="0" width="20" height="20" align="center" />&nbsp;<phrase

1="$vboptions[bbtitle]">Forum Stats</phrase></td>
</tr>
</thead>
<tbody id="collapseobj_forumhome_stats" style="$vbcollapse

[collapseobj_forumhome_stats]">
<tr>
<td class="alt1" width="100%">
<div class="smallfont">
<div>$vbphrase[threads]: $totalthreads<br />

$vbphrase[posts]: $totalposts<br />
$vbphrase[members]: $numbermembers</div>
<div><phrase 1="member.php?$session[sessionurl]

u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]

</phrase></div>
</div>
</td>
</tr>
</tbody>
<if condition="$show['birthdays']">
<!-- today's birthdays -->
<tbody>
<tr>
<td class="thead">
<a style="float:$stylevar[right]" href="#top"

onclick="return toggle_collapse('forumhome_birthdays')"><img

id="collapseimg_forumhome_birthdays" src="$stylevar

[imgdir_button]/collapse_thead$vbcollapse

[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a>
<a href="calendar.php?$session[sessionurl]

do=getday&amp;day=$today&amp;sb=1"><img src="$stylevar

[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0"

width="20" height="20" align="center" /></a>&nbsp;$vbphrase[todays_birthdays]
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse

[collapseobj_forumhome_birthdays]">
<tr>
<td class="alt1" width="100%"><div

class="smallfont">$birthdays</div></td>
</tr>
</tbody>
<!-- end today's birthdays -->
</if>
<if condition="$show['upcomingevents']">
<tbody>
<tr>
<td class="thead">
<a style="float:$stylevar[right]" href="#top"

onclick="return toggle_collapse('forumhome_events')"><img

id="collapseimg_forumhome_events" src="$stylevar

[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif"

alt="" border="0" /></a>
<if condition="$show['todaysevents']">$vbphrase

[todays_events]<else /><phrase 1="$vboptions[showevents]"><a

href="calendar.php?$session[sessionurl]"><img src="$stylevar

[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" width="20"

height="20" align="center" /></a>&nbsp;$vbphrase

[upcoming_events_for_the_next_x_days]</phrase></if>
</td>
</tr>
</tbody>






<tbody id="collapseobj_forumhome_events" style="$vbcollapse

[collapseobj_forumhome_events]">
<tr>
<td class="alt1" width="100%"><div

class="smallfont">$upcomingevents</div></td>
</tr>
</tbody>
</if>


<tbody>
<tr>
<td class="thead">
GSNForce.com Chatroom
</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="alt1" width="100%"><div class="smallfont">
<!-- today's irc -->
<script language="JavaScript"

src="http://searchirc.com/searchirc_chan_stats.php?

n=77&c=I25pbnRlbg^^&o=4"></script>

<script language="JavaScript"

src="http://searchirc.com/searchirc_chan_stats.php?

n=77&c=I25pbnRlbg^^&o=2"></script>
<!-- end today's irc -->
<br><a href="http://www.gsnforce.com/forum/javachat.php"> Join The Chatroom

Now!</a></div></td>
</tr>




<tbody>
<tr>
<td class="thead">
Gamer Spotlight
</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="alt1" width="100%"><div class="smallfont">Tits

McGee</div></td>
</tr>



<tbody>
<tr>
<td class="thead">
Latest Event News
</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="alt1" width="100%"><div class="smallfont">


<if condition="$vboptions[endislastx1]">$lastxdevelt1</if>
<if condition="$vboptions[endislastx2]">$lastxdevelt2</if>
<if condition="$vboptions[endislastx3]">$lastxdevelt3</if>

</div></td>
</tr>



<!-- latest threads -->
<if condition="$show['latestthreads']">
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return

toggle_collapse('forumhome_latestthreads')"><img

id="collapseimg_forumhome_latestthreads" src="$stylevar

[imgdir_button]/collapse_thead$vbcollapse

[collapseimg_forumhome_latestthreads].gif" alt="" border="0" /></a>
$vbphrase[latest_threads]
</td>
</tr>
</tbody>
<td class="alt1"><div class="smallfont">$threadbits</div></td>
</tr>
</tbody>
</if>
<!-- /latest threads -->



<tr>
<td class="thead">
Top Referring Members
</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="alt1" width="100%"><div

class="smallfont">$showreferrers<div></td>
</tr>



<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top"

onclick="return toggle_collapse('referral_links')"><img

id="collapseimg_referral_links" src="$stylevar

[imgdir_button]/collapse_thead$vbcollapse

[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
Latest Referring Visitors
</td>
</tr>
</tbody>

<td class="alt1" width="100%"><div

class="smallfont">$showreferrallinks</div></td>
</tr>
</tbody>




<tbody>
<tr>
<td class="thead">
Gamer Spotlight
</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="alt1" width="100%"><div class="smallfont">No Info

Available</div></td>
</tr>





<tbody>
<tr>
<td class="thead">
Google Search
</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="alt1" width="100%"><div class="smallfont"><!--

SiteSearch Google -->
<form method="get" action="http://www.google.com/custom"

target="google_window">
<table border="0" bgcolor="#000000">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25blk.gif" border="0" alt="Google"

align="middle"></img></a>
<br/>
<input type="hidden" name="domains" value="GSNForce.com"></input>
<input type="text" name="q" size="10" maxlength="255" value=""></input>
<input type="submit" name="sa" value="Search"></input>
</td></tr>
<tr>
<td nowrap="nowrap">
<table>
<tr>
<td>
<input type="radio" name="sitesearch" value="" checked="checked"></input>
<font size="-1" color="#ffffff">Web</font>
</td>
<td>
<input type="radio" name="sitesearch" value="GSNForce.com"></input>
<font size="-1" color="#ffffff">GSNForce.com</font>
</td>
</tr>
</table>
<input type="hidden" name="client" value="pub-6981350569285219"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="ISO-8859-1"></input>
<input type="hidden" name="oe" value="ISO-8859-1"></input>
<input type="hidden" name="cof"

value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center ;BGC:FFFFFF;LBGC:336

699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP :0000FF;FORID:1;"></input>
<input type="hidden" name="hl" value="en"></input>
</td></tr></table>
</form>
<!-- SiteSearch Google -->
</div></td>
</tr>


<tbody>
<tr>
<td class="thead">
Sponsored Links
</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="alt1" width="100%"><div class="smallfont"><script

type="text/javascript"><!--
google_ad_client = "pub-6981350569285219";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "6699CC";
google_color_bg = "003366";
google_color_link = "FFFFFF";
google_color_url = "AECCEB";
google_color_text = "AECCEB";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div></td>
</tr>




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

$footer
</body>
</html>

o0Hubba0o
02-26-2006, 01:44 AM
Anyone have this working on an english board with a screenshot so I can tell what all that is? There's nothing in his post to describe what's going on or what this does. Are all those blocks the forum categories or what?

forum-il
02-26-2006, 01:44 AM
תודה אחי אתה מלך! :) you are the king i like it :)

forum-il
02-26-2006, 01:48 AM
Anyone have this working on an english board with a screenshot so I can tell what all that is? There's nothing in his post to describe what's going on or what this does. Are all those blocks the forum categories or what?
it's make your forum in different order

XanTrax
02-26-2006, 04:17 PM
I honestly dont get or see the point of this.

forum-il
02-26-2006, 09:30 PM
this hack make your list of categories and forums look in new order i mean in like list and groups

adielsh
02-28-2006, 12:06 PM
Anyone have this working on an english board with a screenshot so I can tell what all that is? There's nothing in his post to describe what's going on or what this does. Are all those blocks the forum categories or what?
This mod make your category in 2 or 3 columns
but this mod dosen't feet to left right language (but it possible to fix that)

evofile
03-02-2006, 01:32 AM
Lol!