Go4Expert Founder
1May2011,18:29   #11
shabbir's Avatar
Quote:
Originally Posted by Adam H View Post
Sorry i meant :

forumhome_forumbit_level1_nopost not forumhome_forumbit_level2_nopost
What is your vBulletin version. 3 or 4 and I will give you exact steps.
Go4Expert Member
1May2011,19:12   #12
Adam H's Avatar
that would be amazing thank you, Im using vbulletin 4
Go4Expert Founder
2May2011,07:06   #13
shabbir's Avatar
For having alternating colors for your threads add the following code at the top of the threadbit template.
Code:
<vb:if condition="$altrow =& $GLOBALS['altrow']"></vb:if>
<vb:if condition="!isset($altrow)">
    <vb:if condition="$altrow = 0"></vb:if>
</vb:if>
<vb:if condition="++$altrow % 2 == 0">
    <vb:if condition="$rowClass = 'alteven'"></vb:if>
<vb:else />
    <vb:if condition="$rowClass = 'altodd'"></vb:if>
</vb:if>
And then edit the first line of the code as follows.
Change
Code:
<li class="threadbit {vb:raw thread.statusstring}
to
Code:
<li class="threadbit {vb:raw $rowClass} {vb:raw thread.statusstring}
Adam H likes this
Go4Expert Member
2May2011,15:36   #14
Adam H's Avatar
Thats great thank you for that , however im still having trouble with the forumdisplay page and the display of the subforums above the threadbit, see image :

imageupload.org/thumb/thumb_32745.png
Go4Expert Founder
2May2011,17:20   #15
shabbir's Avatar
Can you have a large image because I am not able to understand anything out of that thumb
Go4Expert Member
2May2011,17:36   #16
Adam H's Avatar
Sorry please see below,

where i have highlighted in red , is suppose to be a light grey :

tinypic.com/r/20u68tx/7
Go4Expert Founder
2May2011,20:02   #17
shabbir's Avatar
Your forum has no post and we have not done the changes for forums that don't have posts in it. Try adding one post into that sub forum and then see if it works.

Also I see only one sub forum and for alternating color make them two sub forums
Go4Expert Member
2May2011,20:10   #18
Adam H's Avatar
I have just added posts and added more subforums but its still the same :


tinypic.com/r/vz8twp/7
Go4Expert Founder
2May2011,20:22   #19
shabbir's Avatar
Can you PM me your forum access and I will be more than happy to help
Go4Expert Member
2May2011,22:33   #20
Adam H's Avatar
Unfortunately not, The forum is being worked on a local machine , not on a server which is online. Its all on vb 4.1.3 on the default fresh install of vbulletin. No edits or mods installed.