KodGex
|
Need some helpOk, this has to do with portals. There is a menu portal right. Now when you first go on a Forum you will see:
Login/Logout > Private Message etc etc, on the top.
Is there a way to put another thing up there like this:
Login/logout > Register > Private Message > FAQ > Rules?
|
Symon
|
I,m unclear as to what you are asking here, do you mean you just want > in-between the list all ready up there. ?
And please leave a link to the forum.
|
KodGex
|
http://tradefederation.myfastforum.org
Can't I add a rule link up there too?
|
Symon
|
Ah that makes it clearer, yes you can its not a portal it would be an edit to your overall_header.tpl.
Find you other links for example yours look like this
| Code: | <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_PROFILE}" class="mainmenu"><img src="templates/myfs_testhtml1/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a> <a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/myfs_testhtml1/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a> <a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/myfs_testhtml1/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a> </span></td>
</tr>
</table></td>
</tr>
</table>
<br /> |
Now just add
| Code: | | <a href="YOUR URL TO YOUR RULES HERE" class="mainmenu"><img src="LINK TO YOUR ICON HERE" width="12" height="13" border="0" alt="Rules" hspace="3" />Rules</a> |
to where you wish it to be.
|
KodGex
|
1 min please, I have to find the head thingy.
|
KodGex
|
Where is the head thingy?
|
Symon
|
You best read this guide it will explain how to set up your own template and where to find the .tpl you are looking for
http://howtodoit.myfreeforum.org/...e_your_own_template_about655.html
|
|
|