Announcement

Collapse
No announcement yet.

[HELP!!] Changing "default" answers to some sign up settings.

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • [HELP!!] Changing "default" answers to some sign up settings.

    There are a few things in sign up that I would like to change the default option.

    First, I would like to totally remove this option:

    Allow Bulletin Board Administrators and Moderators To Send You Email Notices?
    I do not want any users to be able to turn that off.

    Second, I want to change this option to default to YES

    Pop up a box when you receive a Private Message?
    Third, I want to change the default time zone to EST (GMT -5).

    Fourth, I would like to change email notification to OFF by default.

    Thanks,
    Michael (Aristotle@Threshold RPG)
    http://www.thresholdrpg.com

  • #2
    Edit the templates
    Remove the table code and replace them with a <input type="hidden" value="whatyouwant"> tag.

    They won't see it, but its pre-set. And will be processed accordingly.

    Comment


    • #3
      Originally posted by xiphoid
      Edit the templates
      Remove the table code and replace them with a <input type="hidden" value="whatyouwant"> tag.

      They won't see it, but its pre-set. And will be processed accordingly.
      Ok. Let me make sure I understand.

      For example, in registeradult, I have this:

      Code:
      <tr>
       <td bgcolor="{secondaltcolor}"><normalfont><b>Allow Bulletin Board Administrators and Moderators To Send You Email Notices?</b></normalfont></td>
       <td bgcolor="{secondaltcolor}"><normalfont>
        <input type="radio" name="allowmail" value="yes" checked> yes
        <input type="radio" name="allowmail" value="no"> no
       </normalfont></td>
      </tr>
      Are you saying I should change that to this:

      <input type="hidden" name="allowmail" value="yes">

      If I understand this correctly, would this be the correct way to make the PM pop up box the default? =>

      Original code:

      Code:
        <input type="radio" name="pmpopup" value="yes"> yes
        <input type="radio" name="pmpopup" value="no" checked> no
      Change that to =>

      Code:
        <input type="radio" name="pmpopup" value="yes" checked> yes
        <input type="radio" name="pmpopup" value="no"> no
      Thanks!
      Michael (Aristotle@Threshold RPG)
      http://www.thresholdrpg.com

      Comment


      • #4
        If you want to have the default feature for popup on PM set to yes, and them not being able to use switch to no, then also use a hidden input, but yeah, you are right on both occasions.

        Comment

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