|
Go4Expert Founder
|
![]() |
| 1May2011,18:29 | #11 |
|
Go4Expert Member
|
|
| 1May2011,19:12 | #12 |
|
that would be amazing thank you, Im using vbulletin 4
|
|
Go4Expert Founder
|
![]() |
| 2May2011,07:06 | #13 |
|
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>
Change Code:
<li class="threadbit {vb:raw thread.statusstring}
Code:
<li class="threadbit {vb:raw $rowClass} {vb:raw thread.statusstring}
Adam H
like this
|
|
Go4Expert Member
|
|
| 2May2011,15:36 | #14 |
|
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 |
|
Can you have a large image because I am not able to understand anything out of that thumb
|
|
Go4Expert Member
|
|
| 2May2011,17:36 | #16 |
|
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 |
|
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 |
|
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 |
|
Can you PM me your forum access and I will be more than happy to help
|
|
Go4Expert Member
|
|
| 2May2011,22:33 | #20 |
|
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.
|


