The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Assistance with a download of users
Hello all,
I run a non-profit that assists those with a rare heart disease. I am moving my website - and migrating to the new Cloud version of VB. I need to import the names, screen names, emails and location to my new website but I can not figure out how to get this data to export from VB. I had some tech assistance but he has taken a new job and has little time to help. Is there anyone willing to help me out with how to do this.... I admit i have NO idea how to access the back end of the site so if you can help... step by step directions would be very helpful! Thanks! Lisa |
#2
|
||||
|
||||
You want to download that information from your current vbulletin database? What version of the software are you running? The username and email are just in the user table, but if you have a 'real' name and a location, then they are in the userfield table and you would need to go to admincp > User Profile Fields and look at the "name" column and let us know the names of the fields you need there.
|
Благодарность от: | ||
hcma1 |
#3
|
|||
|
|||
I am on version 4.2.2 patch level 4 - I can get the email list but not the complete dataset I need.
How do i access the field headings you mentioned? Lisa |
#4
|
||||
|
||||
If you go to admincp > User Profile Fields and look at the "name" column, then you can find that same column in the usertextfield table and it gives the filled in information for each user.
See this post about getting the information - https://vborg.vbsupport.ru/showpost....96&postcount=5 Code:
SELECT username, email, fieldX, fieldY FROM user LEFT JOIN userfield ON(user.userid=userfield.userid) |
#5
|
||||
|
||||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|