Quote:
Originally Posted by Danny.VBT
Please TEST these edits before making them live on your active forum. There is no guarantee the code works, I tested it briefly on a single local development forum on vB 4.0.1 !
__________________________________________
1.) Template Edit
Open template " newpost_usernamecode"
Find:
HTML Code:
</div>
</vb:if>
Add above :
HTML Code:
<vb:else />
<vb:if condition="$show['anonymous']">
{vb:phrase anon_posting_as} {vb:raw bbuserinfo.musername} <br />
<label for="cb_anonymous"><input type="checkbox" id="cb_anonymous" class="bginput" name="anonymous" value="1" <vb:if condition="$vbulletin->GPC['anonymous']">checked="checked"</vb:if>/>{vb:phrase zointsanony_anonymous_post}</label>
</vb:if>
2. ) Add Phrase:
Phrase Type: Posting
Product: Zoints Anonymous Posting
Variable name: anon_posting_as
Text: "Currently Posting As"
|
Thanks for this, i have installed it but i want this to be avaliable to everyone and not just one user, can that be done? It asks for userid