I've set the Site Lock option on, and everything works fine. Students and Instructors are redirected do their dashboards upon login.
However, I want to have the dashboard as the Site Lock Logo Link when logged-in students access the site's root or click on the logo, but I couldn't find how to do it. So, could you guys help me?
Thanks in advance!
Sorry its not available as of now, but you can set any other page as the l0go link, the setting for this is present in the wplms->miscellaneous->site lock logo link, refer: http://prntscr.com/ed5vvt
Maybe not the very best solution, however I found something that served me.
I created a page called "Homepage" and pasted this code in it:
<#script language="JavaScript"> window.location="http://mydomain.com/members/me/dashboard/";
<#/script> (Withrout the "#")
And linked this page in the Site Lock Logo Link in WPLMS. Now, every time the logged-in user clicks on the logo, it is redirected to his or her dashboard. The "me" part in the URL is what does the trick.
Thanks!
Author
Posts
Viewing 3 posts - 1 through 3 (of 3 total)
The topic ‘Site Lock Logo Link to Dashboard’ is closed to new replies.