PDA

View Full Version : how to put image instead of text


Aclikyano
11-30-2008, 02:22 PM
for each seperate section on my forum index,
ie:
Lounge , where it says lounge after the forum category icon i would rather put a image instead of texts....
if screenshot is needed 2 better explain i will put one up let me know thanks!

Lynne
11-30-2008, 03:05 PM
Have you tried just inputing an image for the title instead?

<img src="lounge.gif" alt="Lounge">

Aclikyano
11-30-2008, 07:32 PM
no lynne, where would i put that code? in forum manager??? hmmm

ZomgStuff
11-30-2008, 07:42 PM
Yeah in the description, as far as I know it allows HTML.

Aclikyano
11-30-2008, 07:46 PM
ok i see that now in forum manager its good but,
there is a box around the image because it is a link
i put in just <img src="http://i34.tinypic.com/2qi4dc0.png">
and it still links to the whole lounge forum *for testing*
so im guessing thats why the box is around the image, because its a link
but i would rather no box around it so if that means its not a link then thats ok
so how can i do that? plzz let me know thx

Lynne
11-30-2008, 08:00 PM
If you don't want a box around it, add in border="0" to the image tag and I think the box will go away.

Aclikyano
11-30-2008, 08:03 PM
:D thanks again guys!! perfect..

--------------- Added 1228091134 at 1228091134 ---------------

ok so i successfully adding image instead of text there, with no border as well....

BUT NOW question is,

when i click on the section where it would say for vb.org/this thread

https://vborg.vbsupport.ru/external/2010/10/1.gif (https://vborg.vbsupport.ru/showthread.php?t=197670#) vBulletin.org Forum (https://vborg.vbsupport.ru/index.php) / Community Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=92) / Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168) https://vborg.vbsupport.ru/external/2009/12/11.gif (https://vborg.vbsupport.ru/showthread.php?t=197670) how to put image instead of text



i would rather the text be there instead of image inside thread/section

soo anyway to make the image just show on forum index like that?
and text for the others??

Thanks again!! :D

--------------- Added 1228100157 at 1228100157 ---------------

come on lynne :D or zomg, please help.. thanks!

--------------- Added 1228152549 at 1228152549 ---------------

...plzz

Lynne
12-02-2008, 11:52 PM
If it were me, I'd create a new folder and put the images in there for every forum and name them forum1.png, forum2.png, etc and then modify the template to instead of calling the $forum[title], I'd call <img src="folder/forum$forumid.png" alt="$forum[title]" border="0"> . Then just leave the navbits alone.

I've never tried that, but it sounds like it would work. You may have to play with the variables a bit cuz I didn't look them up.