UserPersonalization Table

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
ryanstowasser
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 90
Joined: Tue Oct 30, 2007 4:28 pm
Contact:

UserPersonalization Table

Post by ryanstowasser » Tue Apr 28, 2009 11:39 am

Can I use the UserPersonalization table to set a theme for a user to use during their visit to my site?

can I have different themes for different users, and how is this set up?

Thanks,

Ryan

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: UserPersonalization Table

Post by mazhar » Wed Apr 29, 2009 4:18 am

You can store each users theme info in his user settings and then then adjust website them upon their visit by using this information. Read following helpful thread
viewtopic.php?f=44&t=8097

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: UserPersonalization Table

Post by Logan Rhodehamel » Wed Apr 29, 2009 9:01 am

ryanstowasser wrote:Can I use the UserPersonalization table
Avoid using that table for anything. This is a table that stores personalization data for the Microsoft Web Parts framework. It's not a table we manage, beyond providing in our schema for ASPNET.

Use UserSettings as Mazhar suggested.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

Post Reply