This document focuses on "latest styles" according to navigation links on the left. These are:
- Aphrodite
- Morpheus X
- Christmas
- Artemis
- Morpheus
Aphrodite
Find
- Code: Select all
<td colspan="2" class="forum-buttons" valign="middle">
After add
- Code: Select all
<a href="{LINK}">{LINK_NAME}</a> •
Morpheus X
Find
- Code: Select all
<td class="buttons" nowrap="nowrap" valign="top">
After add
- Code: Select all
<img src="./templates/MorpheusX/images/blue/buttons_spacer.gif" alt="" />
<a href="{LINK}">{LINK_NAME}</a>
Chistmas
Find
- Code: Select all
<td class="buttons" nowrap="nowrap" valign="top"><div>
After add
- Code: Select all
<img src="./templates/Christmas/images/buttons_spacer.gif" alt="" width="10" height="11" />
<a href="{LINK}">{LINK_NAME}</a>
Artemis
Find
- Code: Select all
<td nowrap="nowrap" class="buttons-buttons">
After add
- Code: Select all
<a href="{LINK}">{LINK_NAME}</a> |
Morpheus
find
- Code: Select all
<div id="navigation">
After add
- Code: Select all
<a href="{LINK}">{LINK_NAME}</a> |
Showing Link for logged in / out users
Logged in
Find the block of code you want to show for logged in users. At the top of it add
- Code: Select all
<!-- BEGIN switch_user_logged_in -->
- Code: Select all
<!-- END switch_user_logged_in -->
Logged Out
Find the block of code for logged out users only. At the top add
- Code: Select all
<!-- BEGIN switch_user_logged_out -->
- Code: Select all
<!-- END switch_user_logged_out -->

