anyone care to help me change the link when the logo is clicked?
i need to redirect it to another page, and not the home page, when logo is clicked.
anyone care to help me change the link when the logo is clicked? i need to redirect it to another page, and not the home page, when logo is clicked. |
Maxshakourian, contacted me privately seeking support for this issue, among others. I have answered his request and according to his words, the solutions I have provided were successful. In case anyone else is looking for the same solution, I am posting what I wrote to him in our private message below: To change the URI of the logo, edit the design.inc.php file under ./inc/ and look for the following: BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Magnussoft, you are the best. I have received the best answers to all of my questions, and i truely appreciate all your help and support :) |
Exactly what I was looking for, thanks! |
Exactly what I was looking for, thanks! Edit the BxBaseMenu.php file under ./templates/base/scripts/ on line 887: //--- Get breadcrumb path(left side) ---//
Change the "$sLink" value to the new URI. //--- Get breadcrumb path(left side) ---//
The needed changes is shown in red. Save your changes and empty the ./cache/ and ./cache_public/ directories, leaving the .htaccess file in the former intact. Have fun (this was not tested). BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
This results in a syntax error I'm afraid: |