Email address to notify option

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mouse
    New Member
    • Aug 2001
    • 5

    Email address to notify option

    I posted this once before... wondering again if anyone knows the answer to my question:

    Using v2.01, I need to add more email addresses in the "Emails addresses to notify when there is a new post" option than the field will currently allow. Is there a way I can alter the maximum number of characters permitted in this?


    Thanks!
  • Chen
    Senior Member
    • Jun 2001
    • 8388

    #2
    Run this query thru phpMyAdmin / Telnet:
    Code:
    ALTER TABLE forum CHANGE newpostemail newpostemail mediumtext NOT NULL
    Now you can add as many addresses as you wish.
    Chen Avinadav
    Better to remain silent and be thought a fool than to speak out and remove all doubt.

    גם אני מאוכזב מסיקור תחרות לתור מוטור של NRG הרשת ע"י מעריב

    Comment

    • Mouse
      New Member
      • Aug 2001
      • 5

      #3
      Thanks, but we don't have telnet access.

      Is there any other way we can achieve this?

      Comment

      • Chen
        Senior Member
        • Jun 2001
        • 8388

        #4
        You can use phpMyAdmin:
        Chen Avinadav
        Better to remain silent and be thought a fool than to speak out and remove all doubt.

        גם אני מאוכזב מסיקור תחרות לתור מוטור של NRG הרשת ע"י מעריב

        Comment

        • Byron
          Senior Member
          • Nov 2000
          • 525
          • 3.0.0 Beta 6

          #5
          For the "email to notify new members" function, can we change the our email address in the From: field to the new member address so i can use a autoresponder to send out a welcome email?

          Thanks
          Last edited by Byron; Tue 26 Feb '02, 7:04pm.
          .

          Comment

          • Chen
            Senior Member
            • Jun 2001
            • 8388

            #6
            In register.php, find this line:
            Code:
                mail ($newuseremail,$subject,$message,"From: \"$bbtitle Mailer\" <$webmasteremail>");
            and change it to this:
            Code:
                mail ($newuseremail,$subject,$message,"From: \"$bbtitle Mailer\" <[color=red]$email[/color]>");
            Chen Avinadav
            Better to remain silent and be thought a fool than to speak out and remove all doubt.

            גם אני מאוכזב מסיקור תחרות לתור מוטור של NRG הרשת ע"י מעריב

            Comment

            • Mouse
              New Member
              • Aug 2001
              • 5

              #7
              Thanks

              Originally posted by FireFly
              You can use phpMyAdmin:
              http://www.vbulletin.com/forum/showt...threadid=18558
              Thanks greatly, your help was appreciated!!

              Comment

              • spaceman
                Member
                • Feb 2001
                • 44

                #8
                code:--------------------------------------------------------------------------------ALTER TABLE forum CHANGE newpostemail newpostemail mediumtext NOT NULL--------------------------------------------------------------------------------
                Thanks - I needed this too.

                Maybe it's an impossible question, but would it be fair to say that future upgrades to vBulletin are unlikely to attempt to 'fix' this field length back to what it was originally?

                Comment

                • Chen
                  Senior Member
                  • Jun 2001
                  • 8388

                  #9
                  Very unlikely, unless there is a major change in the way it works and then it will be changed.
                  I doubt it though.

                  Save this thread as a 'hack' you installed so you know where it is.
                  Chen Avinadav
                  Better to remain silent and be thought a fool than to speak out and remove all doubt.

                  גם אני מאוכזב מסיקור תחרות לתור מוטור של NRG הרשת ע"י מעריב

                  Comment

                  widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                  Working...