I've installed this mod and I suppose all seems good. I can reach a page without any custom pages made yet.
My problem is that there's no link in the User CP for users to be able to create a page.
I DID follow the instructions:
5. In your usercpshell template Find:
---------
<if condition="$show['siglink']">
<tr>
<td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td>
</tr>
</if>
-----------
Add After:
----------
<if condition="$show['createuserpagelink']">
<tr>
<td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="userpage.php?$session[sessionurl]do=create">Create Your Userpage</a></td>
</tr>
</if>
<if condition="$show['edituserpagelink']">
<tr>
<td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="userpage.php?$session[sessionurl]do=edit">Edit Your Userpage</a></td>
</tr>
</if>
----------
But my link's not there. I'm signed on as an Admin with permissions set, of course, for me to be able to add/view, etc. the Custom Pages.
Any ideas?
|