Some links are missing - Super Mario
Some links are missing
When opening the board with the style you have these links:
View unanswered posts • View unread posts • View new posts • View active topics
But when entering a forum or a category the links aren't there anymore. How can I fix so they always stay visible?
-
- Registered User
- Posts: 363
- Joined: Fri Dec 10, 2004 5:16 pm
- Location: Norway
- Contact:
Re: Some links are missing
Open:
styles/super_mario/template/index_body.html
Find and remove:
Code: Select all
<!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) -->
<ul class="linklist">
<!-- IF S_DISPLAY_SEARCH -->
<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><!-- IF S_LOAD_UNREADS --> • <a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a><!-- ENDIF --><!-- IF S_USER_LOGGED_IN --> • <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> • <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>
<!-- ENDIF -->
</ul>
<!-- ENDIF -->
Open:
styles/super_mario/template/overall_header.html
Find:
Code: Select all
<br />
<div id="inside">
Add after:
Code: Select all
<!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) -->
<ul class="linklist">
<!-- IF S_DISPLAY_SEARCH -->
<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><!-- IF S_LOAD_UNREADS --> • <a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a><!-- ENDIF --><!-- IF S_USER_LOGGED_IN --> • <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> • <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>
<!-- ENDIF -->
</ul>
<!-- ENDIF -->
After, refresh your template.
- _Vinny_
- Style Customisations
- Posts: 8799
- Joined: Tue Aug 11, 2009 12:45 am
- Location: Brazil
- Name: Marcus Vinicius
- Contact:
Re: Some links are missing
But I can't find inside-white :S
-
- Registered User
- Posts: 363
- Joined: Fri Dec 10, 2004 5:16 pm
- Location: Norway
- Contact:
Re: Some links are missing
- _Vinny_
- Style Customisations
- Posts: 8799
- Joined: Tue Aug 11, 2009 12:45 am
- Location: Brazil
- Name: Marcus Vinicius
- Contact: