The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]() Quote:
|
#12
|
||||
|
||||
![]()
But this isn't working: http://ball2live.com/ogenzen/statusi..._forum_old.gif
I get an error when trying to get to that image (a Connection Interrupted error which is kinda weird). Notice that it is going to ogenzen/statusicon - that is the folder you need to put the statusicons into. And did you check those templates to see if $forum[imageprefix] is in them. This won't work if that variable is not in the template. |
#13
|
|||
|
|||
![]()
forumhome_forumbit_level1_nopost
forumhome_forumbit_level2_nopost forumhome_forumbit_columncell These templates dont have it so where do i put it ? |
#14
|
||||
|
||||
![]()
The line is up in post 8. You should be able to select any of those templates and hit View History and Compare and it should show you which lines to modify. But, if not, as I said, refer to post 8.
|
#15
|
|||
|
|||
![]()
Im very slow when it comes to template editing so here is my template for post1 and post2 is the 2nd one
Code:
<tbody> <tr align="center"> <td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]"> <td><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td> <td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td> <td> <div> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> <if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if> </div> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> <if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if> <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> </tr> </table> </td> <td class="alt2">$forum[lastpostinfo]</td> <td class="alt1">$forum[threadcount]</td> <td class="alt2">$forum[replycount]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="alt1"><div class="smallfont">$forum[moderators] </div></td> </if> </tr> </tbody> <if condition="$childforumbits"> <tbody> $childforumbits </tbody> </if> Code:
<tr align="center"> <td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td> <td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]"> <div> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> <if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if> </div> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> <if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if> <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> <td class="alt2">$forum[lastpostinfo]</td> <td class="alt1">$forum[threadcount]</td> <td class="alt2">$forum[replycount]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="alt1"><div class="smallfont">$forum[moderators] </div></td> </if> </tr> $childforumbits |
#16
|
||||
|
||||
![]()
The line is there in the template you just posted. However, looking over your site and going to the Default Style in the chooser, that is definitely not the template that is spitting out your forums. You've got some modification that is doing it. You need to find the template for that modification and add the imageprefix variable into it.
|
#17
|
|||
|
|||
![]()
Its there because i put it there like you told me to but i didnt know where to put it in the 2nd one i posted . These are my mods non involving it .
AME - The Automatic Media Embeder Arrange Forums in Columns ChangUonDyU - Advanced Statistics Cyb - Advanced Forum Statistics Cyb - Sub-Forum Manager Floating Guest Notify Inactive Users Email Reminders Left Side Column Limited Guest Viewing Members who have Visited Multiple Login Detector One-touch Ban & Spam Cleanup Post Thank You Hack Right Side Column Separate Sticky and Normal Threads TCattd - The Image Resizer |
#18
|
||||
|
||||
![]()
The prefix is in the template you posted, so it is fine. But, as I said, that template isn't used where you have applied the prefix. The prefix is obviously not in the modification you have installed that spits out the forums in that manner. I really can't help you with the modification - you'll have to post in the modification thread for that. I really have no idea which of those mods does that, but if I were to guess, it would be either the sub-forum manager or arrange in columns mod.
|
#19
|
|||
|
|||
![]() Quote:
--------------- Added [DATE]1224458527[/DATE] at [TIME]1224458527[/TIME] --------------- Is there any way you can look at the source code or something and tell me how they did it here . http://nbadimensions.net |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|