Announcement

Collapse
No announcement yet.

Approval radio buttons set to "no" instead?

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Approval radio buttons set to "no" instead?

    When the members awaiting approval come up, the radio buttons are all checked "yes." Is there a way to change that to all "no?"

  • #2
    Originally posted by cdaniel
    When the members awaiting approval come up, the radio buttons are all checked "yes." Is there a way to change that to all "no?"
    Open up your fav. notepad replacement like UltraEdit and find this code:
    Code:
    echo "<tr class='".getrowbg()."'><td><p> Yes<input type=\"radio\" checked name=\"validate[$user[userid]]\" value=\"1\"> No <input type=\"radio\" name=\"validate[$user[userid]]\" value=\"0\"></p></td>";
    and replace that with this code:
    Code:
    echo "<tr class='".getrowbg()."'><td><p> Yes<input type=\"radio\"  name=\"validate[$user[userid]]\" value=\"1\"> No <input type=\"radio\" checked name=\"validate[$user[userid]]\" value=\"0\"></p></td>";
    save the file, and reupload it.
    Last edited by Floris; Mon 9 Dec '02, 6:10am.

    Comment


    • #3
      In which template?

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...
      X
      😀
      🥰
      🤢
      😎
      😡
      👍
      👎