Seite 2 von 2

Re: Neue PN bei Imagemap hervorheben

Verfasst: 05.10.2011 01:25
von V3L3N0
Habs hinbekommen, Ich danke & Gute Nacht :)

Re: Neue PN bei Imagemap hervorheben

Verfasst: 05.10.2011 07:43
von Charlie_M
Wenn es dir reicht daß sich die Anzeige PN auch bei ungelesener PN ändert könntest du auch folgendes machen:

Code: Alles auswählen

<!-- IF S_USER_LOGGED_IN or PRIVATE_MESSAGE_INFO_UNREAD -->
	<img src="http://250kb.de/u/111003/j/4ZZm7qQcRtxi.jpg" width="740" height="50" border="0" alt="" usemap="#id22_Map">
	<map name="id22_Map">

	<area shape="rect" alt="" coords="591,0,740,50" href="{U_SEARCH}">
	<area shape="rect" alt="" coords="480,0,591,49" href="{U_PROFILE}">
	<area shape="rect" alt="" coords="294,0,480,49" href="{U_MEMBERLIST}">
	<area shape="rect" alt="" coords="193,0,294,49" href="{U_PRIVATEMSGS}">
	<area shape="rect" alt="" coords="0,0,193,49" href="{U_LOGIN_LOGOUT}">
	</map>
	<!-- ELSE -->
	<img src="http://250kb.de/u/111003/j/MrfeRmnOZy4r.jpg" width="740" height="50" border="0" alt="" usemap="#id22_Map">
	<map name="id22_Map">

	<area shape="rect" alt="" coords="591,0,740,50" href="{U_SEARCH}">
	<area shape="rect" alt="" coords="480,0,591,49" href="{U_PROFILE}">
	<area shape="rect" alt="" coords="294,0,480,49" href="{U_MEMBERLIST}">
	<area shape="rect" alt="" coords="193,0,294,49" href="{U_PRIVATEMSGS}">
	<area shape="rect" alt="" coords="0,0,193,49" href="{U_LOGIN_LOGOUT}">
	</map>	
<!-- ENDIF -->		
Das Feld PN ändert sich also wenn die Bedingung NEUE PN oder UNGELESENE PN erfüllt ist