merlin_de |
04-28-2008 05:52 PM |
Hi,
i have a Problem with the Link for the gallery of users in their profile :
In 3.6.x i put this into the Template MEMBERINFO :
Quote:
<if condition="$photoplog_memberinfo">
<a href="http://www.myforum.de/forum/photoplog/index.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[username]'s Fotos</a>
</if>
|
It shows the Link only if the User has realy Pictures in the gallery.
In 3.7 the Profile is fragmented in blocks like "memberinfo_block_aboutme" and so on. When i put the line
Quote:
<a href="http://www.myforum.de/forum/photoplog/index.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[username]'s Fotos</a>
|
into memberinfo_block_aboutme it works, but not with the condition "<if condition="$photoplog_memberinfo">" . Anyone an Idea why i can fix this ?
Greets,Micha
|