
Re: Adding/Editing Links On Portal?
Adding them seems simple enough but editing them does not appear to be an option.
The default links has the first link to my website but shows the Icy Phoenix micro banner and I want to change the banner to my own (which seems sensible)
I could simply over write the Icy Phoenix banner with my own but again, because the banner is used twice, it changes both of them and that is not what I want to do.
First and last banner have the same code... so if you enable them in
ACP, you'll have it identical unless you change the block.
The block file to be changed is
templates/mg_themes/blocks/links_block.tpl
The code for the top banner is:
<!-- BEGIN links_own1 -->
<tr><td align="center"><a href="javascript:links_me()"><img src="{U_SITE_LOGO}" alt="{SITENAME}" title="{SITENAME}"/></a><br /><br /></td></tr>
<!-- END links_own1 -->
For the bottom one look for:
<!-- BEGIN links_own2 -->
<tr><td align="center"><a href="javascript:links_me()"><img src="{U_SITE_LOGO}" alt="{SITENAME}" title="{SITENAME}"/></a><br /></td></tr>
<!-- END links_own2 -->
Just hardcode the IMG SRC field and its link HREF.