View Full Version : Serenity missing icon
Hi,
i like the thema a lot but i´ve noticed that in the footer of a post (there where the PN icon Email icon etc is) the WWW icon from the profile is missing.
Can you give me a hint how can i display that icon?
Thank you.
Does the user in question have a WWW address listed in their Profile? If not, then no icon will show.
Craig.
Does the user in question have a WWW address listed in their Profile? If not, then no icon will show.
Craig.
Yes, they have
CyberAlien
06 Jan 08, 15:01
Please post url of your forum and link to profile of one of users who does have data in website field so I could see the problem
Hi CyberAlien,
here is the link: http://www.fedoraforum.de/memberlist.php?mode=viewprofile&u=3
CyberAlien
06 Jan 08, 15:32
Nevermind, I forgot to put it in viewtopic_body.html. Find this: <!-- IF postrow.U_PROFILE --><a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF -->
and add after it:<!-- IF postrow.U_WWW --><a href="{postrow.U_WWW}">{WWW_IMG}</a> <!-- ENDIF -->
Nevermind, I forgot to put it in viewtopic_body.html. Find this: <!-- IF postrow.U_PROFILE --><a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF -->
and add after it:<!-- IF postrow.U_WWW --><a href="{postrow.U_WWW}">{WWW_IMG}</a> <!-- ENDIF -->
Oh yes thank you so much it worked.
I have another question though. The link "mark all forums read" is on the bottom of all forums. How can i move this link on the top of the page, say near "View active topics"?
Thx again,
Chris
gentle *bump* :)
Any hint is appreciated
CyberAlien
07 Jan 08, 11:35
Add in overall_header.html:<!-- IF .forumrow and not S_IS_BOT and U_MARK_FORUMS --><a href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- ENDIF -->
Add in overall_header.html:<!-- IF .forumrow and not S_IS_BOT and U_MARK_FORUMS --><a href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- ENDIF -->
Hello CyberAlien,
thank you for your help.
Oh i´ve forgot. The jabber/MSN/ICQ Icons are missing too :(
CyberAlien
07 Jan 08, 20:16
Add similar code, but replace "WWW" with "ICQ", "AIM", "YIM", "MSN" and "JABBER"
vBulletin® v3.6.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.