Back to vBulletin 3.6 Template Modifications

forum distinction from the rest of the forums
Mod Version: 1.00, by al-baker

This modification is in the archives.
vB Version: 3.6.8 Rating: (0 vote - 0 average) Installs: 3
Released: 18 Oct 2007 Last Update: Never Downloads: 1
Not Supported Template Edits  

hi all ,,

forum distinction from other forums

develop by : albaker
changes:
  • forumhome_forumbit_level2_post
  • forumhome_forumbit_leve1_post

first:

go to the css main for ur style and from Additional CSS Definitions put :



Code:
.mshaer1
{
	background: #ffffff url(images/mshaer1.jpg) repeat-x bottom ;
}
change the url for bg image ( red word )

second:

open[*]forumhome_forumbit_level2_post

on the 2nd line u will see 2 calss alt2 & alt1active :



<td class="alt2">

replace it with :
Code:
<td class="<if condition="$forumid == 2"> mshaer1
  <else />
alt2 </if>
    </if>"
chabge $forumid == 2 for ur fourm id what u want to distinctions

then:
Code:
<td class="alt1Active"
replace it with :

Code:
	<td class="<if condition="$forumid == 2"> mshaer1
  <else />
alt1Active </if>
    </if>"
on same tamplate in line 16 :



Code:
<td class="alt2"
replace it with:
Code:
	<td class="<if condition="$forumid == 2"> mshaer1
  <else />
alt2 </if>
    </if>"
then:
Code:
<td class="alt1"
replace it with :
Code:
	<td class="<if condition="$forumid == 2"> mshaer1
  <else />
alt1</if>
    </if>"
then:
Code:
<td class="alt2"
replac it with:
Code:
	<td class="<if condition="$forumid == 2"> mshaer1
  <else />
alt2 </if>
    </if>"
then:
Code:
<td class="alt1"
replace it with:
Code:
	<td class="<if condition="$forumid == 2"> mshaer1
  <else />
alt1 </if>
    </if>"

finaly:


==========================================

if u want to distinction 2 forums from other forums

use that code

Code:
<td class="<if condition="$forumid == 20"> mshaer1
  <else />
        alt2 </if>
    </if>
        <if condition="$forumid == 111"> mshaer2
  </if>
  </if>
</if>
and dont forget to put Additional CSS Definitions for the second distinction forum

Code:
.mshaer2
{
	background: #ffffff url(images/mshaer1.jpg) repeat-x bottom ;
}
if u want to distinction by color use this code

Code:
.mshaer1
{
	background: #ffffff 
}
===================================

repat this steps on forumhome_forumbit_leve1_post

have fun !

Download

No files for download.

Screenshots

Click image for larger version
Name:	1.jpg
Views:	698
Size:	19.9 KB
ID:	71161   Click image for larger version
Name:	2.gif
Views:	691
Size:	3.6 KB
ID:	71162   Click image for larger version
Name:	3.gif
Views:	697
Size:	2.0 KB
ID:	71163   Click image for larger version
Name:	final.jpg
Views:	785
Size:	22.9 KB
ID:	71164  


vblts.ru supports vBulletin®, 2022-2024