The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I have the columns hack installed in my forums vB 3.0.7 working fine and I have added images to the forums.
I want users to be able to click the images to enter the forums not the text, is this possible? Look here: http://www.whitecordcult.com/forums/ The images above the text are dead and I want to make them link like the text. |
#2
|
|||
|
|||
![]()
ok. I'm not saying this will definately work, but I'm 95% sure it will.
You should have a template called forumhome_forumbit_columncell Find HTML Code:
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /><br /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> HTML Code:
<img src="$stylevar[imgdir_statusicon]/forum_$forum[forumid]_$forum[statusicon].gif" alt="" border="0" /><br /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> HTML Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /><br /> <strong>$forum[title]</strong></a> HTML Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img src="$stylevar[imgdir_statusicon]/forum_$forum[forumid]_$forum[statusicon].gif" alt="" border="0" /><br /> <strong>$forum[title]</strong></a> Let me know if this works or not. |
#3
|
||||
|
||||
![]()
Hey peterska2 that worked as you predicted thanks.
I have another question for you if you dont mind? I want to only have the images on the forums not the text itself but vbulletin complaints if I leave the forum title blank, any way to make it ignore if its blank? I want to have the images with the names on them instead. |
#4
|
|||
|
|||
![]()
Now that's a bit harder. I'll need to drag out my 3.0.7 files again and see what I can come up with.
|
#5
|
||||
|
||||
![]()
If you find a solution please let me know.
Thanks |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|