Redirection to login

0
I have just purchased invoice manager and a have an issue with linked users. I have linked a invoice manager contact to a joomla account. When the Pay Now link is followed in the e-mail I get the message The payment was not authorized. I can make the payment when I'm actually logged on as the joomla user. For registered users I would like to redirect them to a logon prompt but cannot see how to do this.

Help !!!

Charles Grayson
Responses (4)
  • Accepted Answer

    Thursday, January 09 2014, 02:08 PM - #Permalink
    0
    Hello Charles,

    what you ask for requires a little bit of code tweaking, in a way that, if the user is not logged in, he is redirected to the login page.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 09 2014, 02:10 PM - #Permalink
    0
    Any clues ?
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 09 2014, 04:44 PM - #Permalink
    0
    well, if you're a coder I can indicate how to achieve it..

    the way would be to go to the file /components/com_invoices/controller.php, which is the file that contains the main "permission" check.
    there, you could input a redirect, in a way that the user is redirected to the login page. the redirect function is already there, all you would need is to point it to the login page.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 09 2014, 04:47 PM - #Permalink
    0
    Thanks
    The reply is currently minimized Show
Your Reply