Quote:
Originally Posted by FiMeTi
Hi Sofia. I got a little problem, hoping you?ll help me out.
Your code is missing the " <strong>$forum[title]</strong>".
So I see the pictures, but not the Forumtitle.
I added it and use the following code now.
Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img border="0" src="images/misc/iconforums/$forum[forumid].png" alt="$forum[title]" hspace="4px" align="left"/><strong>$forum[title]</strong></a>
works fine with this. But I do also have forums without pictures and there the forumtitle shows up two times. See picture below. How can I now get rid of the first forumtitel, so it shows normal without picture?

|
Strange... forumtitle shows up two times because you enter $forum[title] in your code.
If you use my code, you can see pictures and forumtitles.
You must add
HTML Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img border="0" src="images/misc/iconforums/$forum[forumid].png" alt="$forum[title]" hspace="4px" align="left"/></a>
after forumtitle variable. Don't delete your forumtitle code.
You can post in this thread your templates, if you want.