How do I add a third button or image to the left of the Join button on the top menu. Does anyone know?
Running Dolphin 7.0.2.
How do I add a third button or image to the left of the Join button on the top menu. Does anyone know? Running Dolphin 7.0.2. |
Edit: This applies to both the promo banner, as well as the buttons that appear when not logged in on pages other than the home page on your web site. You'd have to modify the the login_join.html file under ./templates/base or [template name], if you're using a custom template)/. <div class="sys_tm_actions"> Just copy the code for a button and add it again into the code: <div class="sys_tm_actions"> The change is shown in red. Of course, you'll have to change this to your liking. If you want it to display in a certain order, just re-arange the code insert to in between the first two, or before the first one. Once done with your changes, empty the ./cache/ and ./cache_public/ directories, leaving the .htaccess file intact. I haven't had the chance to test this, so if it doesn't work, please let me know. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Worked like a charm, Magnussoft!! THANK YOU! Just a little note: Needed to add - style="margin-right: 14px" - in the second button's div tag to allow for spacing between the second and third buttons. :) |
I've done this....but I would like the third button to be visible whether logged or not. How would I do that? Currently it disappears when logged in. |