Jump to content

jmiller48647

Member
  • Posts

    4
  • Joined

  • Last visited

About jmiller48647

jmiller48647's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. That seemed to work great I will play around with this now. Thank you again I learned alot today. Not just about what I needed but helped me to understand hooks a bunch better and how to use them as well. Def glad I posted and you answered me!
  2. It still logs me in and account is valid so not sure why it says incorrect-true when in fact it logs me in. I have a website at one url that is joomla and the other is whmcs. I installed joomla bridge and it has worked great for sharing login. All i want now is for the login redirection to work so when a user logs in it takes them back to the joomla site instead of the whmcs site. In the joomla site i have a link for them to look at the clientarea if they choose. On line 6 do i keep the $CONFIG so it is like $URL = $CONFIG['http://demo.mysite.com']; or should line 6 be $URL = "http://demo.mysite.com"; Also thank you again for your help in this it has been driving me nuts and can not find anything in search results that is right or works.
  3. I tried this but now it says when i log in at the end of the url "clientarea.php?incorrect=true". My question would be where or what information do i put in line 6. Say for example my whmcs url is secure.mysite.com and when the clients log in i want them redirected to demo.mysite.com? I put the url in between the quotes where you put system url.
  4. I am trying to figure out a way to do a custom login redirection. I want for when a user logs in for it to redirect to a different url other then the clientarea. As an example when a person logs in instead of redirecting to clientarea.php i would like for it to go to http://www.mainsite.com. Does anyone have any ideas on this or a module to handle this. Thanks in advance.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated