 |
Quote: |
 |
|
|
 |
Originally Posted by sat_cse28
|
 |
|
|
|
|
|
|
|
|
I have purchased y'day cyboyg red for vBulletin 4.0.3 & downloaded the file but i couldn't find logo.psd file for cyborg red & sub forum style shows with some problem.Can you help me in this?.Attached the screenshot please do take a look on to it and help me out with the necessary changes to be made.
|
|
 |
|
 |
|
@ sat_cse28
You can edit the template "forumhome_forumbit_level2_post" !
search for :
HTML Code:
<vb:if condition="$vboptions['showmoderatorcolumn'] AND $forum['moderators']">
<div class="moderators">
<h4>{vb:rawphrase moderators}:</h4>
<ol class="commalist">
{vb:raw forum.moderators}
</ol>
</div>
</vb:if>
<vb:if condition="$show['subforums']">
replace with :
HTML Code:
<vb:if condition="$vboptions['showmoderatorcolumn'] AND $forum['moderators']">
<div class="moderators">
<h4>{vb:rawphrase moderators}:</h4>
<ol class="commalist">
{vb:raw forum.moderators}
</ol>
</div>
<br></vb:if><br>
<vb:if condition="$show['subforums']">
you see only this was added :
<br></vb:if>
<br>
You can do if you like, it fit`s my need. It looks that way after.....
-
subforums.png
-
If you dont like it that way, i`m shure you figure it out
the way you want.
regards