The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
exporting emails
I need to get all my forums members email address from the vBulletin as CSV format so that i can Import them to gmail . thanks in advance
|
#2
|
|||
|
|||
There is no built-in function to do that.
You would need to use a MySQL query, something like: Code:
SELECT username,email FROM user WHERE usergroupid='x'; hope this helps |
#3
|
|||
|
|||
admincp --> users --> generate mailing list.
Save the list to a notepad file. download an editor like EditPlus open the file in edit plus click search click replace in the find box, click the space bar one time so there is a empty space in the replace with box, place a comma click replace all on the right. now u have a csv formatted list. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|