![]() |
Firstly I love this mod, I applied it to the forum as per your instructions and It works flawlessly
kudos! just a quick one, any way to make the image the hyperlink for the Thread, I have been inundated by requests for this? |
Quote:
|
Quote:
Try this: Code:
<div style="float: left; margin: 0px; padding: 0px;"><a href="showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]" style="white-space:nowrap" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"> After rereading your post, you might have wanted the image to actually just link to the forum, If so then use this: Code:
<div style="float: left; margin: 0px; padding: 0px;"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"> |
Thank you so much this is so sweet
|
why only 40x40 px???????
|
run on 3.8?
|
Ok so im having trouble getting this mod to work. here is what i have in:
forumhome_forumbit_level2_post: <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]" /><div style="float: left; margin: 0px; padding: 0px;"> <img src="$stylevar[imgdir_statusicon]/$forumid.gif" alt=""/></div> <div></td> <td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]"> <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 I have added a image called 8.gif to the directory > images/statusicon/ yet it still doesnt show www.berry365.com is the site im trying to get this to work on any help appreciated |
Quote:
|
that is a bit of a bummer if it doesnt work for custom templates.... $20 via paypal to anyone who can get it working on my site.
email me daniel.marks@berry365.com Danny |
OK so i fixed this and this is how. I was putting the images in the wrong folder... i was putting them in the default images >> status icons folder.... If you are using a template remember to drop the images in the relevent status icon folder for that template in my case that was located here:
forum/images/sentosa/statusicon/xx.gif Also i placed the code in a slightly different place than what was suggested by the OP. I have highlighted where i put it in red. Hope this helps! <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]" /> <div></td> <td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]"><div style="float: left; margin: 0px; padding: 0px;"> <img src="$stylevar[imgdir_statusicon]/$forumid.gif" alt=""/></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 |
All times are GMT. The time now is 12:47 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|