Is there a way to add a variable for when the user has added themselves to the googlemap? I tried adding the $post[findme] in the dhtml member menu in postbit with this code:
Quote:
<if condition="$post['userid'] AND $show['member']">
<tr><td class="vbmenu_option">$post[findme]</td></tr>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
</if>
|
however if they have not added themselves to the googlemap then the table row just shows a blank selection - I want the <tr> to only be parsed if the user has added themselves to the googlemap - is there an available conditional in this hack? Any help is appreciated.