zxoltar
02-Nov-2002, 06:48 PM
in the
upper right of the boards you have the links to calendar, help, search,
and members by default, but you want to put a link to home
there.
some folks download skin_global.php and edit that then
reupload it, but there is another way:
go to your
admincp/skins & templates/manage skin templates
then click on
Manage html for the skin you want to update
that brings up a
list, scroll down to the option global html options and click on
it. That will expand it out to see the other options inside.
now
find where it says end_nav and to the right click on edit. that brings
up the section your looking to edit.
to have the menu with just the
text but no graphics, just remove the code currently there and add the
following, and remember to edit the url in the code to match your
site.
</td>
<td
align='right' valign='middle' nowrap>
<table
cellpadding='5' cellspacing='0' border='0'
style='border:1px solid <{tbl_border}>'
class='row2'>
<tr>
<td
nowrap><a
href='http://www.knights-of-avalon.com'>Home</a>
<span
style='color:<{tbl_border}>'>|</span>
<a
href='{ibf.script_url}&act=Help'>{ibf.lang.tb_help}</a>
<span
style='color:<{tbl_border}>'>|</span>
<a
href='{ibf.script_url}&act=Search&f={$ibforums->input['f']}'>{ibf.lang.tb_search}</a>
<span
style='color:<{tbl_border}>'>|</span>
<a
href='{ibf.script_url}&act=Members'>{ibf.lang.tb_mlist}</a>
<span
style='color:<{tbl_border}>'>|</span>
<a
href='{ibf.script_url}&act=calendar'>{ibf.lang.tb_calendar}</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br
/>
Then just click on the edit this
file button and your done.
upper right of the boards you have the links to calendar, help, search,
and members by default, but you want to put a link to home
there.
some folks download skin_global.php and edit that then
reupload it, but there is another way:
go to your
admincp/skins & templates/manage skin templates
then click on
Manage html for the skin you want to update
that brings up a
list, scroll down to the option global html options and click on
it. That will expand it out to see the other options inside.
now
find where it says end_nav and to the right click on edit. that brings
up the section your looking to edit.
to have the menu with just the
text but no graphics, just remove the code currently there and add the
following, and remember to edit the url in the code to match your
site.
</td>
<td
align='right' valign='middle' nowrap>
<table
cellpadding='5' cellspacing='0' border='0'
style='border:1px solid <{tbl_border}>'
class='row2'>
<tr>
<td
nowrap><a
href='http://www.knights-of-avalon.com'>Home</a>
<span
style='color:<{tbl_border}>'>|</span>
<a
href='{ibf.script_url}&act=Help'>{ibf.lang.tb_help}</a>
<span
style='color:<{tbl_border}>'>|</span>
<a
href='{ibf.script_url}&act=Search&f={$ibforums->input['f']}'>{ibf.lang.tb_search}</a>
<span
style='color:<{tbl_border}>'>|</span>
<a
href='{ibf.script_url}&act=Members'>{ibf.lang.tb_mlist}</a>
<span
style='color:<{tbl_border}>'>|</span>
<a
href='{ibf.script_url}&act=calendar'>{ibf.lang.tb_calendar}</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br
/>
Then just click on the edit this
file button and your done.