The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Codings in Thread Thumbnail add-on.
Hi guys, I have been installing this add-on "Thread Thumbnail", and I have got it working.
https://vborg.vbsupport.ru/showthrea...t=98651&page=7 But the thread thumbnail is not displaying for Guests(not logged in), I want the thumbnails to be shown for guests as well. Code:
<if condition="$show['threadicons']"> <td class="alt2" align="center" valign="middle"> <if condition="($tt_displaythumbs) AND ($bbuserinfo['field7'] <> 'Off' OR $show['guest'])"> <if condition="($thread['attachmentid']) AND ($thread['thumbsize'])"> <a href="showthread.php?$session[sessionurl]t=$thread[threadid]"> <img src="attachment.php?attachmentid=$thread[attachmentid]&stc=1&thumb=1" alt="" border="0" /> </a> <else /> <img src="$stylevar[imgdir_misc]/nothumb.jpg" alt="" border="0" /> </if> <else /> <if condition="$show['threadicon']"> <img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /> </if> Could somebody tell me what neededs to be changed in this code to be able to show th thumbnails to guests? usergroupid = 1?? THank you. darn it! i can't seem to get this working... a little help needed here.. >_< |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|