REMOVE THE “VIEW WEBSITE” LINK FROM THE "LOGIN" AND "WELCOME" SCREENS - Aug 4th, 2010


It's not supported, but if you are comfortable editing PHP code you can do it like this:

- Open /lib/menus/header.php
- Make a backup of that file
- Search for "View Website"
- Add the lines indicated above and below that line:



<!-- Insert This Code -->
<?PHP if ($CURRENT_USER && getRequestedMenu() != 'home'): ?>
<!-- End of Insert-->
<td ... >View Website &gt;&gt;</a></td>
<!-- Insert This Code -->
<?PHP endif; ?>
<!-- End of Insert-->


You’ll have to make sure to add these mods to any version updates that you install.



The materials on this web site have been created for use with CMS Builder content management software. CMS Builder software is published and licensed for use by InteractiveTools.com. Please contact Interactive Tools for information on the downloading of the software or the purchasing of licenses.


Terms of Service