I got one for userpage.
But i dont understand some thing
-----------------------------------
3. Upload bitfield_userpage.xml to your includes/xml directory. Rebuild your bitfields.
4. In your admincp usergroup manager, set permissions for each of your user groups.
5. In your usercpshell template Find:
Code:
<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>
Code:
-----------
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>
----------
I have uploaded the hack at the following site
Code:
http://www.satishlive.info/userpage_vb.zip
Can you download an tell me how do i complete the steps 4,5,6,7