dude Im not slow...how do you think I knew it was the breadcrumbs file?? What Im saying is when I add the code to the file no link appears...I have tried several places in the coding and it wont show. YET if I (messing around) put the code into "menu_block.html" the link shows up. Perhaps I am doing something wrong in the breadcrumbs file?
heres one variation of where I tried to place the code...... (breadcrumbs.html)
<div class="bc-tbl bc-div">
<p class="bc-header">
<a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks -->
</p>
<div class="bc-links">
<div class="bc-links-left">{CURRENT_TIME}<!-- IF S_USER_LOGGED_IN --> | {LAST_VISIT_DATE}<!-- ENDIF --><br />{S_TIMEZONE}</div>
<!-- IF S_DISPLAY_SEARCH --><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a>|<a href="{U_SELF_TOPICS}">{L_PRIME_SELF_TOPICS}</a><!-- ENDIF --><br />
<!-- IF not S_IS_BOT and U_MARK_FORUMS --><a href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- IF S_USER_LOGGED_IN or S_LOAD_UNREADS --> | <!-- ENDIF --><!-- ENDIF --><!-- IF S_USER_LOGGED_IN or S_LOAD_UNREADS --><!-- IF S_LOAD_UNREADS --><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a><!-- IF S_USER_LOGGED_IN --> | <!-- ENDIF --><!-- ENDIF --><!-- IF S_USER_LOGGED_IN --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><!-- ENDIF --><!-- ELSE --><!-- IF S_IS_BOT or not U_MARK_FORUMS --> <!-- ENDIF --><!-- ENDIF -->
</div>
</div>
EDIT: SOLVED RIGHT ABOVE LOL]