View Single Post
  #1   IP: 218.2.29.146
Old 2007-01-30, 09:34 PM
trademan trademan is offline
高级会员
 
Join Date: 2006-02-28
Posts: 299
trademan 正向着好的方向发展
Default 邀请注册系统

->Invitation System > Allow the option of registration by invite only with usergroup permissions.
->Import product_invitation.xml via Product Manager
->Upload bitfield_invitation.xml into your forumfolder/includes/xml folder
->set usergroup permissions : Usergroups Manager > Usergroups > Invitation System Permissions > Can use this Usergroup the Invitation System? Yes/No > Yes and Save
->Do template edits

In USERCP_SHELL Template Find this Code
Code:
<if condition="$show['profilepiclink']">
            <tr>
              <td class="$navclass[profilepic]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a></td>
            </tr>
          </if>
Add Below
Code:
<tr>
	<td class="alt2" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=invitation">$vbphrase[invitation]</a></td>
</tr>
Reply With Quote