register.tmpl [message #6572] |
Thu, 17 October 2002 05:50 |
roedema
Messages: 10 Registered: October 2002
Karma:
|
Junior Member |
|
|
my forum doesn't currently use private messages, signatures, or avatars, so I want to remove some options corresponding to them from the register/profile pages, and set defaults in their place. I intend on commenting out their rows in the table and putting in <input type="hidden"> tags in their place.
first of all, are both of these handled by register.tmpl?
I was just going to inquire into their form names, but then I realized I could just "View source". but for the benefit of others reading this post, am I correct in assuming that they have the convention of "reg_" followed by their database name?
lastly, I no longer have the need since they're being commented out, but just in case they're referenced elsewhere, where can I find these in the template editor?
{TEMPLATE-DATA: ignore_admin_radio}
{TEMPLATE-DATA: invisible_mode_radio}
{TEMPLATE-DATA: accept_pm}
{TEMPLATE-DATA: append_sig_radio}
{TEMPLATE-DATA: show_sig_radio}
{TEMPLATE-DATA: show_avatar_radio}
{TEMPLATE-DATA: view_select}
(this last one is somewhat important since it's slightly more involved than the rest. I would like to set the default for this while still allowing it to be chosen. I thought the forum default would handle this but I guess it's just for anonymous users.)
[Updated on: Thu, 17 October 2002 05:57] Report message to a moderator
|
|
|