How do I resend activation e-mail to user?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • edogs
    Senior Member
    • Jan 2005
    • 176
    • 3.0.7

    How do I resend activation e-mail to user?

    We had browsed forum and had seen notice about "quick links" in adminCP.
    But there this place is?
    We want to make it through admin panel.
  • Dennis Olson
    Senior Member
    • Oct 2002
    • 2789

    #2
    I have a template conditional in the HEADER template that tells folks that are in the Awaiting Confirmation group what their status is, and includes a clickable hotlink for them to re-send that email to themselves.

    Comment

    • Steve Machol
      Former Customer Support Manager
      • Jul 2000
      • 154488

      #3
      It's in the User Profile in the Admin CP.
      Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
      Change CKEditor Colors to Match Style (for 4.1.4 and above)

      Steve Machol Photography


      Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


      Comment

      • edogs
        Senior Member
        • Jan 2005
        • 176
        • 3.0.7

        #4
        Originally posted by Dennis Olson
        I have a template conditional in the HEADER template that tells folks that are in the Awaiting Confirmation group what their status is, and includes a clickable hotlink for them to re-send that email to themselves.
        Can you please share it with us? It would be useful anyway.

        Comment

        • Dennis Olson
          Senior Member
          • Oct 2002
          • 2789

          #5
          Code:
          <if condition="$bbuserinfo[usergroupid] == 3">
             <div align="left" style="color: red; background-color: white; border: 1px solid black; padding:2px">Your account is awaiting email confirmation to activate. Please click the activation link in the email you were sent, or visit <a href="register.php?$session[sessionurl]do=requestemail">this page</a> to resend the activation email. If you did not receive the email then it's possible it was blocked by your email client. In this case you can either disable your blocker software or enter a new email address in <a href="profile.php?$session[sessionurl]do=editpassword">your profile</a>.</div>
          </if>

          Comment

          • edogs
            Senior Member
            • Jan 2005
            • 176
            • 3.0.7

            #6
            Originally posted by Steve Machol
            It's in the User Profile in the Admin CP.
            Thank you! It was good hidden
            Dennis Olson:
            Thank you for code!

            Comment

            • malljack
              Senior Member
              • Jan 2004
              • 261
              • 3.0.0 Release Candidate 2

              #7
              Originally posted by Dennis Olson
              Code:
              <if condition="$bbuserinfo[usergroupid] == 3">
              <div align="left" style="color: red; background-color: white; border: 1px solid black; padding:2px">Your account is awaiting email confirmation to activate. Please click the activation link in the email you were sent, or visit <a href="register.php?$session[sessionurl]do=requestemail">this page</a> to resend the activation email. If you did not receive the email then it's possible it was blocked by your email client. In this case you can either disable your blocker software or enter a new email address in <a href="profile.php?$session[sessionurl]do=editpassword">your profile</a>.</div>
              </if>
              Can you tell me where exactly I would add this code?

              Comment

              • Dennis Olson
                Senior Member
                • Oct 2002
                • 2789

                #8
                Just above: $_phpinclude_output

                at the end of the header template. I have several conditionals there. One for banned people, one for those on suspension, etc. You can insert any usergroupID into a conditional there and have any text you want, ONLY visible to your selected usergroup(s).

                Comment

                • malljack
                  Senior Member
                  • Jan 2004
                  • 261
                  • 3.0.0 Release Candidate 2

                  #9
                  Originally posted by Dennis Olson
                  Just above: $_phpinclude_output

                  at the end of the header template. I have several conditionals there. One for banned people, one for those on suspension, etc. You can insert any usergroupID into a conditional there and have any text you want, ONLY visible to your selected usergroup(s).
                  This is great and thank you.

                  Comment

                  • malljack
                    Senior Member
                    • Jan 2004
                    • 261
                    • 3.0.0 Release Candidate 2

                    #10
                    Originally posted by Dennis Olson
                    Just above: $_phpinclude_output

                    at the end of the header template. I have several conditionals there. One for banned people, one for those on suspension, etc. You can insert any usergroupID into a conditional there and have any text you want, ONLY visible to your selected usergroup(s).
                    I just tried this. I can't believe how easy this is. I am going to use it for several usergroups too.

                    Is there any kind of list anywhere of neat stuff that can be simply done with conditionals like this?

                    Comment

                    • Dennis Olson
                      Senior Member
                      • Oct 2002
                      • 2789

                      #11
                      OMG! What a question!

                      There are so many it's nearly impossible to cover them all. Take a peek at my board:

                      A world events focus group and forum


                      About half the mods there are done with template conditionals only. For example, my users have a choice as to whether to use Postbit or Postbit_legacy in viewing the threads, a PM popup or a flashing gif image on new PM, and a whole lot more. Better to say what you WANT to do, and ask if it can be done with conditionals...

                      EDIT: Also, they have a choice whether or not to use their Siglines in a post, even when the Sigline in their userCP has text in it. (Normally, if that field has text in it, you need to manually UNcheck "Use Signature". This option allows a default of UNchecked.)

                      Comment

                      • ChinniePaws
                        New Member
                        • Mar 2005
                        • 3
                        • 3.0.0 Beta 6

                        #12
                        This works very well Thank you!

                        Comment

                        • SupermanInNY
                          Member
                          • Oct 2005
                          • 51
                          • 3.5.x

                          #13
                          I was very impressed with this Mod (Mail Activation Code).
                          Extremely easy to add,. Wow!
                          I'll start looking at the other mods soon

                          Thanks!

                          -Alon.

                          Comment

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