How do we actually use zoints anony mod please!

SirGarfield

New Member
Hey there, I've created a private girls chat sub-forum on my site and I'd like us to be able to discuss more 'close to home' subjects without others knowing who initially asked a question. On my old phpbb2 forum we had an anonymous poster mod where members post in a pre-defined forum but instead of the post being stored under their username it was stored as an anonymous user.
I found the zointsanony mod and have installed it but I just don't understand how we actually make use of it in the specified forum. I have created a girls private chat sub-forum and set that as the anonymous forum and I have created an anonymous user account under the name of Her Majesty.
I've tried posting in there but when I submit a new thread my userID is used, not the Her Majesty userID.
These are the instructions that come with this mod', is there something else I have to do which isn't stated here, I would really welcome some help please, this would be a fabulous addition to our forum.
Thank you sweeties <3



Code:
Product
===========================================
Please install the "product-zointsanony.xml" product file using vBulletin's built-in
product manager. 

Admin Control Panel > Plugin System > "Manage Products" > [Add/Import Product]


File Uploads
===========================================
Please upload the files located under the /upload/ directory to their appropriate
locations. 

/upload/admincp/anonylog.php => /admincp/anonylog.php
/upload/includes/xml/cpnav_zointsanony.xml => /includes/xml/cpnav_zointsanony.xml


Template Edit
===========================================
template name: newpost_usernamecode
-------------------------------------------
Find:
-------------------------------------------
		<phrase 1="member.php?$session[sessionurl]u=$bbuserinfo[userid]" 2="$bbuserinfo[username]">$vbphrase[logged_in_as_x]</phrase>
-------------------------------------------
Below, Add:
-------------------------------------------
		<if condition="$show['anonymous']"><div><input type="checkbox" id="cb_anonymous" class="bginput" name="anonymous" value="1"  <if condition="$vbulletin->GPC['anonymous']">checked="checked"</if>/>$vbphrase[zointsanony_anonymous_post]</div></if>
-------------------------------------------



Usage
===========================================
Please configure the "Anonymous Posting Options" group in the vBulletin Options.

The anonymous post log is located under the navbar group "Threads & Posts" as the
link "Anonymous Log.
 
Okay, I finally figured it out, there's a check box in the message input area to post as anon, sorry to have been such a silly brain.
 
Back
Top