PDA

View Full Version : Serenity missing icon


Habenix
06 Jan 08, 01:54
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.

momentum
06 Jan 08, 07:24
Does the user in question have a WWW address listed in their Profile? If not, then no icon will show.

Craig.

Habenix
06 Jan 08, 14:55
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

Habenix
06 Jan 08, 15:26
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 -->

Habenix
06 Jan 08, 15:47
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

Habenix
07 Jan 08, 11:04
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 -->

Habenix
07 Jan 08, 12:04
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.

Habenix
07 Jan 08, 17:45
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"