21
Hello
I am trying to create a custom block. I want this block to include viewpmsg.php link when I am on my own profile. When I visit someone's else profile, I want to have Send the message button instead of this link.
I tried to add this code, but it didn't help.
<{if $user_ownpage && $xoops_isuser == true}>
<a href="<{xoAppUrl viewpmsg.php}>">View your messagesa>
<{else}>
<input type="button" onclick="javascript:openWithSelfMain('<{$xoops_url}>/pmlite.php?send2=1&to_userid=<{$user_uid}>', 'pmlite', 450, 380);" />
<{/if}>