Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorLeft Brain
    • CommentTimeJan 31st 2008
     # 1
    I couldn't find this discussed anywhere on the forum. Maybe it's a simple thing but I can't figure it out.

    1. How do I change the message that is sent to people who are newly approved to the forum? I'd like to change what it sends them to encourage them to go to the forum and leave a comment on the "Introduce Yourself" thread.

    2. How can I make a list of email addresses from the information entered on the forum? I'd like to have an email list to send everyone a message every so often.

    thanks
    •  
      CommentAuthorWallPhone
    • CommentTimeFeb 1st 2008
     # 2
    1. Look in the languages/English folder

    2. SELECT Email FROM LUM_User WHERE RoleID <> 2

    Run that code in something like PHPMyAdmin for the list, it excludes members who have been banned. If you want only the members who have at least made a comment, add AND LastCommentPost IS NOT NULL to the end of it.
Add your comments
    Username Password
  • Format comments as