On my site if I click “create advert” I link to
http://www.childcarefinder.ie/add-listing/?listing_type=gd_place
and I am taken to the “sign up or sign in screen” as normal… but when I do a signup I a redirected to the homepage instead of the the create advert page like it was…. and I really need my customers to be taken to the data entry part!
I think it might be possibly down to the fact that the URL is now getting a “redirect” appended to it as follows:
but I notice the redirect is missing the “www” part and this might be causing an issue with the smooth redirecting…. perhaps?
Help REALLY appreciated.
Adrian
]]>This bug has been reported already and a fix will be in the next release.
(should not be next few days)
Thanks,
Stiofan
]]>Thanks. Any chance you could give me the fix as I might not get upgrading again for a little while.
Thanks a mil,
Adrian
]]>Stiofan
]]>Can you please confirm if this is fixed before we upgrade
Thanks a lot
dave
]]>Thanks,
Stiofan
]]>to fix now u can edit geodirectory-functions/signup_function.php line 490
add just below the /////////////////////////
if(isset($_REQUEST['redirect_add_listing']) ){
$_REQUEST['redirect_to'] = $_REQUEST['redirect_add_listing'];
}
Thanks,
Stiofan
]]>