NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Richard I on May 11, 2023, 09:13:29 PM

Title: Run time settings query
Post by: Richard I on May 11, 2023, 09:13:29 PM
Hello,
Ive copied into a web app the Runtime settings browse from an example OK

Did I see recently a post about saving the theme selection,so that the new selected theme loads on subsquent logins?

Cheers
Richard
NT 12.59
Title: Re: Run time settings query
Post by: Bruce on May 11, 2023, 10:58:34 PM
you can save the user's preferred theme in your users table.
You can set the them once the user has logged in by calling
p_web.SetTheme('themename')

cheers
Bruce