Hex_legend
11-16-2008, 04:16 AM
Ok, so I know that if you want a field to be called from the edit profile page, you use the following code:
$bbuserinfo[texthere]
or something along those lines.
What I would like to know how to do, is the following.
I want to be able to tell the users what options they have selected. This will be displayed in USERCP template. I have removed the whole USERCP template code and customized it with a table (see screenshot)
Example:
If a user has selected "Receive E-Mail From Administrators"
It will show on the USERCP:
"You DO allow e-mail from administrators"
If they are browsing as invisible,
"You DO show as invisible"
Obviously, these would be IF commands, so that if the box is ticked, it will say DO, if unticked, it will say DO NOT.
What am I asking for?
Well I have checked the variable list and can't see anything, so I would like to know which code to use for the following:
Receive E-Mail Notification of Private Message
Default Thread Subscription Mode
Receive E-Mail from Administrators
Receive E-Mail from other members
These can all be found at: profile.php?do=editoptions
$bbuserinfo[texthere]
or something along those lines.
What I would like to know how to do, is the following.
I want to be able to tell the users what options they have selected. This will be displayed in USERCP template. I have removed the whole USERCP template code and customized it with a table (see screenshot)
Example:
If a user has selected "Receive E-Mail From Administrators"
It will show on the USERCP:
"You DO allow e-mail from administrators"
If they are browsing as invisible,
"You DO show as invisible"
Obviously, these would be IF commands, so that if the box is ticked, it will say DO, if unticked, it will say DO NOT.
What am I asking for?
Well I have checked the variable list and can't see anything, so I would like to know which code to use for the following:
Receive E-Mail Notification of Private Message
Default Thread Subscription Mode
Receive E-Mail from Administrators
Receive E-Mail from other members
These can all be found at: profile.php?do=editoptions