Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [socrates] After Importing from Links2 Merge Users

Quote Reply
Re: [socrates] After Importing from Links2 Merge Users In reply to
Hi,

Its pretty simple Smile

As per your example, you said:

Quote:
For example, USERA has 10 links and USERB has 4 links. I want USERB's 4 links moved into USERA's account, so USERB will no longer exist and USERA can login to the account acess all 14 links after logging into his account. How can I do this?

So all you would do, is run this via Database > SQL Monitor:

Code:
UPDATE glinks_Links SET LinkOwner = "USERA" WHERE LinkOwner = "USERB"

That would simply "assign" the links to USERA (from any links that were owned by USERB)

Quote:
Also when I want to update luna templates - do I upload changed template files to the "templates" directory or "templates/local" directory?

Yeah, to make it safe for future updates (otherwise they get overwritten when new upgrades are installed)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread After Importing from Links2 Merge Users socrates 5150 Aug 3, 2011, 9:36 PM
Thread Re: [socrates] After Importing from Links2 Merge Users
Andy 4989 Aug 3, 2011, 11:58 PM
Thread Re: [Andy] After Importing from Links2 Merge Users
socrates 4916 Aug 5, 2011, 11:29 PM
Thread Re: [socrates] After Importing from Links2 Merge Users
Andy 4922 Aug 6, 2011, 12:25 AM
Thread Re: [Andy] After Importing from Links2 Merge Users
socrates 4870 Aug 9, 2011, 7:48 PM
Post Re: [socrates] After Importing from Links2 Merge Users
Andy 4860 Aug 10, 2011, 12:32 AM