Not signed in (Sign In)
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorstew
    • CommentTimeApr 17th 2008
     
    Hello guys
    I have try Jobber base, it's very nice script.
    I have only one problem, when a user try to insert a job and he received the email with the link of it, he see this www.mysyte.it/jobs/admin/..... and the script show the login page.
    Why??
    I have jobber in 3° level domain jobs.mysite.it

    Thanks in advance
    • CommentAuthorstew
    • CommentTimeApr 18th 2008
     
    UP!!
    • CommentAuthorstew
    • CommentTimeApr 18th 2008
     
    please can help me?
    • CommentAuthorstew
    • CommentTimeApr 18th 2008
     
    i not understand because it send ad info with admin login
    • CommentAuthorstew
    • CommentTimeApr 19th 2008
     
    hello guys any idea?
    • CommentAuthornathan
    • CommentTimeMay 2nd 2008
     
    I just noticed this myself after putting a job board up.

    The emails sent by jobber on initial submission of a job are correct, but if the Admin clicks "Activate" from the admin panel the email sent to the poster contains a link with ..../admin/... in it which takes them to the login screen.

    It appears when the user switches to "admin" statuse the BASE_URL is getting changed to the admin url and when Postman is called it puts the BASE_URL (which now has /admin/ in it) into the Email.

    To get around this I simply created a EMAIL_URL in the config file and replaced BASE_URL in class Postman to the newly created EMAIL_URL. now it works prefectly.
  1.  

    Thanks nathan, l had this issue too!

    • CommentAuthorTokyoJ
    • CommentTimeJul 17th 2008
     

    Nathan,
    Could you (or anyone else) please explain in a bit more details Nathan’s solution of
    “I simply created a EMAIL_URL in the config file” ?

    What’s the full code for creating EMAIL_URL and where does it go in config.php?
    Thank you.