Hi,
I would like the user to be forward to a different page after they save their business listing. It currently goes to the managecompanies dashboard/business listing page. This has to be possible with a bit of a code change. Can someone point me to the correct file location and where I might make that change?
Thanks in advance.
Hi,
You can change the redirection link on company controller file on {joomla}/components/com_jbusinessdirectory/controllers/company.php
Hi,
Thanks for the reply unfortunatly there is no file named company.php at that path, there is a companies.php, is that the file you meant. Or is the path wrong?
Larry
Hi,
Please edit {joomla}/components/com_jbusinessdirectory/controllers/managecompany.php, look for function save($key = NULL, $urlVar = NULL)
At the end of the function you'll find the redirects made.