Quote Originally Posted by clydejones View Post
open includes/templates/YOUR_TEMPLATE/sideboxes/tpl_links_select.php

add the url to your new page under the "view all links" section.
Hi Clyde,


I tried to add this link to my links sidebox and the side box disappeared.

if (BOX_DISPLAY_VIEW_ALL_LINKS == 'true') {
$content .= '<br /><a href="http://www.Free-Link-Exchange.com' .(FILENAME_FREE_LINK_EXCHANGE, '', 'NONSSL') . '">' . BOX_INFORMATION_FREE_LINK_EXCHANGE . '</a>';
}

am I doing it right.