Hey guys, WOW that is amazing, I'm glad you got more than one excellent idea.
Yes I am the admin and there are ZERO registered users on my 2 big sites, so this should not be a problem.
The way to implement seems easy for a programmer. If I undestood correctly, what Crnogorac is saying is to add this code to my template:
$content = '';
if (isset($start) && !empty($start)) {
$iChild = (is_numeric($start) ? $start : PAGE_ID);
$content = show_menu2(SM2_ALLMENU,
$iChild,
SM2_ALL,
SM2_ALL|SM2_ALLINFO|SM2_BUFFER,
'[li]<span class="nav-link">[a][page_title]</a></span>',
false,
'<ul id="servicelinks">');
}
Echo $content;
Then access a page that uses that template and copy the output.
Then, finally, remove the SM2 menus from my template and replace them with the output, in a line that would look like:
$content = "...code from source";
If that's not the way to do it, I would greatly appreciate your help dbs in implementing this, sending you the login credentials via PM?