Quote:
Originally Posted by Shanj
|
So if I understand you correctly, you want to take user to its usergroup's specific webtemplate when he logged in, am I correct?
With some code edits I can think this is doable but wouldn't it change the entire vb login system's logic for bad? As you know vb login system is kind of intelligent and it takes you to the previous page you were in when you received "no permission page" when you are not logged in. Eg. when you click reply a thread as a guest and receive no permission page, you can enter your u/p there and after login you are taken directly to the "reply this thread" page and resume your action.
And since webtemplates do not have a seperate login system and basically use default vb login system, hacking the login system to give an forceful entry page would mean breaking this function of the login. Don't you think?
(BTW irrelevant but you don't have to create a different webtemplate for each usergroup if modifications are minor. You can just create one webtemplate for all and then use conditionals to display different content to different usergroups)