let me suggest a link in the userpage.php?do=list "create your page", cause im not finding it anywhere... and then you can just use the list as a link to the pages
also in the list there seems to be an empty row in the bottom of the list.
Code:
<tr>
<td class="tcat" align="left"></td>
<td class="tcat" align="right"></td>
</tr>
oh thats the userpage_list_bottom template, $prevlink/$nextlink are empty for me
im gonna use it to put the "create your page" link
another minor issue, "Users With Personal Pages" used as title is hardcoded, also "Page Last Updated on", also you should use "vbdate($vbulletin->options['dateformat'], $lastupdate, true)" instead 'Y-m-d' format, "'s Personal Page" is hardocoded, maybe a phrase in the format "Editing {1}'s Personal Page", also if you leave your page empty it should consider you dont have a page (i was thinking about a "delete page" but then i had the idea to check that)
sorry if i sound annoying :P just giving feedback
oh and it really hurt you replied jesus like pie but not me
edit: and wol plugin is creating the wrong userpage link for me, seems $seeuserid doesnt exist
edit2: heres the userpage_list_bottom im using
Code:
<if condition="$show['member']">
<tr>
<td class="tcat" colspan="2" align="right"><a href="userpage.php?$session[sessionurl]">Go to my page</a></td>
</tr>
</if>
</table>