Jamroom jrimport import select profiles ?

alt=
@perfectgamestudios
10 years ago
106 posts
Hello is it possible to either import or skip selected profiles some how as I was looking at the code as I did not want my jamroom to import all the profiles .
maybe this can be done with altering some of the sql ?

Stephen
updated by @perfectgamestudios: 04/16/14 12:09:23PM
paul
@paul
10 years ago
4,326 posts
You can select not to import profiles with no uploaded media and/or no uploaded image.
On what condition do you not want to import? It might be an easy code patch.


--
Paul Asher - JR Developer and System Import Specialist
alt=
@perfectgamestudios
10 years ago
106 posts
well I just looking at ignoring some profile ids that I do not want to import due to the email being invalid so I can just import from active accounts.

as I rather not upload the music by hand lol or overwrite for artists that been starting to use the new site

Stephen
paul
@paul
10 years ago
4,326 posts
Tricky this as first profiles are imported, then users. They are then paired up.
Your criteria would need to test user parameters like user_email and user_last_login, and you don't get those until all profiles have been imported.
Can't think of an easy solution I'm afraid.


--
Paul Asher - JR Developer and System Import Specialist
alt=
@perfectgamestudios
10 years ago
106 posts
what about band id ?
paul
@paul
10 years ago
4,326 posts
If you had, say, a comma seperated list of band_ids you didn't want importing it might make it easier.
We could patch that into the code and do a stristr on it, and not import if true.


--
Paul Asher - JR Developer and System Import Specialist
alt=
@perfectgamestudios
10 years ago
106 posts
yea cause that might work and skip the import since the site I importing from is as old as jamroom is lot of profiles on there even they have music are inactive as it shows up in my emails from bounces so since I not imported the music I could skip the import and just delete the profiles once I imported what I need.

Stephen
paul
@paul
10 years ago
4,326 posts
Quote: since the site I importing from is as old as jam room is
You can only import from JR4 sites.


--
Paul Asher - JR Developer and System Import Specialist
alt=
@perfectgamestudios
10 years ago
106 posts
yes I know that just mean the profiles are old and some are no longer in use since it goes back to jamroom 1.0 and just been upgrading it lol now want to pull the profiles over to my jamroom 5 just not the dead profiles as it causing lot of bounces when I mass email as they no longer exist why I was trying figure out how to purge and skip importing profiles
SteveX
SteveX
@ultrajam
10 years ago
2,584 posts
Delete them before you do the import?


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
douglas
@douglas
10 years ago
2,790 posts
You might be able to run the quota prune tool on your JR4 site to remove old/unused accounts before importing?


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

Tags