The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Allow Your Users to Post Anonymously Without Logging Out Details »» | |||||||||||||||||||||||||||
Allow Your Users to Post Anonymously Without Logging Out
Developer Last Online: Nov 2013
When I released my Post As Anonymous Mod Hack (now obsolete), many users wanted the ability to allow ANY user to post anonymously. This hack fulfils that request.
It is a VERY long and difficult hack to install. Therefore, I have written the instruction file radically different than any I have ever written before. This one is written in discrete steps. Rather than having you blindly edit files and hope everything works when it's done, I have you do the hack in steps and TEST each step. IF YOU DO NOT KNOW HOW TO CODE, I SUGGEST YOU POST A SERVICE REQUEST AND ASK SOMEBODY TO INSTALL THIS FOR YOU. Features: A. Control anonymous posting at the board, forum, usergroup, and user level. This means that you can use the anonymous posting in any combination that you can use features such as allowing users to reply to posts. B. Users can post anonymously, but still subscribe to the thread. C. You can set the anonymous username per usergroup. For example, Admins can post as Anonymous Admin, while regular users post as Anonymous Registered Member. D. Mods and Admins can see who truly posted. E. Users can see their name on their own anonymous post. F. The "edited by" message does not show on anonymous posts. G. Lastposter works properly. H. Search will not pull up a user's anonymous posts under their name. But, you can search for all anonymous posts. I. Anonymous posts are marked so that you don't forget the post is anonymous and "out" yourself. J. Anonymous posts can be safely quoted. I will not support this hack for any version of vbulletin other than 3.0.7. Show Your Support
|
Благодарность от: | ||
Gophers |
Comments |
#22
|
|||
|
|||
I got them back, except for your option
|
#23
|
|||
|
|||
It's actually step 6. You have two steps 6. It's the first one.
|
#24
|
||||
|
||||
Make sure you changed your fieldx to use the user field that you created. If not, that won't work. Also, make sure the forum you are posting in is set to allow anonymous posting, that the board as a whole is set to allow it and the other permisisons. If any of those are set off (which could have happened during testing) the checkbox won't show.
|
#25
|
||||
|
||||
p.s. I am very happy that you are testing incrementally as advised. That makes helping you much, much easier. Thank you.
Amy |
#26
|
|||
|
|||
Quote:
if (($forumperms & CANDOANON) AND ($bbuserinfo[field14]=='yes') AND $vboptions['candoanon'] AND $foruminfo['allowanon']) { eval('$postanonoption = "' . fetch_template('newpost_postanon') . '";'); } else { $postanonoption = ""; } |
#27
|
||||
|
||||
OK. The code looks fine. Check the permissions for the board, forum, and usergroup and user and make sure you didn't set the forum to use custom permissions for your usergroup in that forum. Yes, I know this part is a pain to set up ininitally, just like all the other vbulletin permissions, but it really does give you a lot of flexibility later.
|
#28
|
|||
|
|||
I appreciate your help. Thank you very much.
In specific forum, allow anonymous posting is on the usergroup admin has permission to post as anonymous and it is also set as default in that forum permissions |
#29
|
||||
|
||||
Dumb question. Is the new template available in the style you are testing in?
|
#30
|
||||
|
||||
If it is, just for giggles, take this code
Code:
if (($forumperms & CANDOANON) AND ($bbuserinfo[fieldx]=='yes') AND $vboptions['candoanon'] AND $foruminfo['allowanon']) { eval('$postanonoption = "' . fetch_template('newpost_postanon') . '";'); } else { $postanonoption = ""; } Code:
eval('$postanonoption = "' . fetch_template('newpost_postanon') . '";'); |
#31
|
|||
|
|||
Yes it is available. Problem is somehow permissions related, because when I do $postanonoption="whatever"; instead of $postanonoption="";
whatever is displayed below the smilies |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|