![]() |
I got them back, except for your option
|
It's actually step 6. You have two steps 6. It's the first one.
|
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.
|
p.s. I am very happy that you are testing incrementally as advised. That makes helping you much, much easier. Thank you.
Amy |
Quote:
if (($forumperms & CANDOANON) AND ($bbuserinfo[field14]=='yes') AND $vboptions['candoanon'] AND $foruminfo['allowanon']) { eval('$postanonoption = "' . fetch_template('newpost_postanon') . '";'); } else { $postanonoption = ""; } |
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.
|
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 |
Dumb question. Is the new template available in the style you are testing in?
|
If it is, just for giggles, take this code
Code:
if (($forumperms & CANDOANON) AND ($bbuserinfo[fieldx]=='yes') AND $vboptions['candoanon'] AND $foruminfo['allowanon']) Code:
eval('$postanonoption = "' . fetch_template('newpost_postanon') . '";'); |
Yes it is available. Problem is somehow permissions related, because when I do $postanonoption="whatever"; instead of $postanonoption="";
whatever is displayed below the smilies |
All times are GMT. The time now is 11:25 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|