News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Images next to Forum Name

Started by theslam2006, May 12, 2006, 11:19:47 PM

Previous topic - Next topic

theslam2006

I have not a clue if this is in the correct place, I appologize for that. I dont know what this question is considered.

Anyway, I have some examples of what I would like to do, hoping that someone here can help me get them to work, and be functional.

Example One (this is a forum that has the forum links WORKING):
http://img104.imageshack.us/img104/5638/forumpicturtes22lt.jpg

Example Two (my board. See what happens to the forum links? they become DE-Linked and the images when clicked just bring ya back to the forum index...):
http://img65.imageshack.us/img65/2208/forumpicturtes6mf.jpg

So, as you can tell ive got the same idea, just not functionaly correct. This idea is based off the vBulletin mod, where it allows images next to the topic name. All I did was put a HTML image code next to the name, didnt do anything else.

Can someone help me get those pictures be DE-Linked and the forum names linked???

Thanks everyone!

Leipe Po

please post the cde you are useing?
There is only one thing more importend to me then coding:
My Girlfriend

Microsoft - "You've got questions.  We've got dancing paperclips."

theslam2006

#2
Well, as I said, im not really using any code. Just an HTML code for the image...here:
<a href=""><img src="http://img215.imageshack.us/img215/6137/verizon6xa.gif" border="0" width="100" alt="" /></a>

Im using that exactly, and just putting it next to the forum name...it shows up, just makes the image have the index link (on all of them) and the forum names get de-linked.

Thanks!

Leipe Po

well i really think this is code realted, so i really need the code you are using for it to adress your problem further, for now:

do you close your tags?
do you just put the code or made your own echo statements?
There is only one thing more importend to me then coding:
My Girlfriend

Microsoft - "You've got questions.  We've got dancing paperclips."

theslam2006

lol. erm, I really cannot give any "code" info on this. What I did was what I said. I ONLY put that line of HTML next to the forum name. Thats IT. What does it do when you do it to your forum...if I NEED code for it to work, which file do I edit, and how?

I dont know how to "close" tags. I just put that line, thats it. If thats not closed, how would I go about doing that?
I just put the code, I dont think I make any "echo" statements...

Thanks for trying man. I appreciate it.

woden

You don't need to have the images clickable, so just leave out the link.

Change:
<a href=""><img src="http://img215.imageshack.us/img215/6137/verizon6xa.gif" border="0" width="100" alt="" /></a>

To this:
<img src="http://img215.imageshack.us/img215/6137/verizon6xa.gif" border="0" width="100" alt="" />

theslam2006

^^Your the man. Worked like a charm. All had to do with the way it was coded. Thanks for the help, from both of you.

Advertisement: