| Author |
Message |
Stevie Ray Member
|
Posted: 27 Jun 2006 16:30:24
I have a user that claims the links are broken in our directory when viewing in Firefox I quote:
The directory pages are broken looking in Firefox browser:
http://www.mscforum.com/skalinks_1_5/associations/index.html
Any idea if this complaint is valid or why this might happen ? I don't run FF so I can't chekc myself.
THanks for taking the time to look at this (anyone and everyone).
SRV II
|
skalinks Admin
|
Posted: 29 Jun 2006 06:50:37
Hello Stevie Ray
The not modified version of SkaLinks looks in Firefox breatly ( skalinks was developed using FireFox :) ). May be you changed something in templates?
|
Stevie Ray Member
|
Posted: 13 Jul 2006 09:31:13
I made some mods as you can tell by looking at it, and it still works beautifully in IE, but allegedly I have a problem with FF.
Could someone please do me a favour and check it out using FF to see if the links display and work okay or not ? I would be very grateful.
|
skalinks Admin
|
Posted: 16 Jul 2006 23:57:43
Hi again!
Open your directory and see page source, you will see some thing like that
<!-----------HIDE RANK--- <!--- <br> ---->
<div class=marg_desc>The Canadian Institute of Marketing is an organization of professional marketers whose credentials are based upon a strong and lengthy period of education in marketing and/or business management.
<!---- <br><br> HIDE MORE INFO
<a class="cat3" href="http://www.mscforum.com/skalinks_1_5/detailed/listing83.html">Mo re info</a>
END HIDE MORE INFO------->
</div>
You have wrong HTML comments in your page template, please try to fix it.
comment <!-----------HIDE RANK--- is opened and not closed.
Thanks
|
Stevie Ray Member
|
Posted: 21 Jul 2006 13:28:58
Hmmm. are we talking about CAT.tpl ? The code looks okay to me:
CODE:___________________________________________________
<!-----------HIDE RANK--- {if $_output.pagerank_set}
{assign var=pagerank value=$links.Pagerank*10}
Page Rank: {$links.Pagerank}<br>
<table cellspacing=0 width="45" style="border:1px solid #000;height:5px; "><tr>{if $pagerank}<td bgcolor="#5abb5a" width="{$pagerank}%"></td>{/if}<td bgcolor="white"></td></tr></table>
<br>
-------END HIDE RANK----->
{/if}
{if $ADMIN.Name}
{if $links.Name}
<div class="marg_desc">{$_skalinks_lang.link.editor_name}<a href="mailto:{$links.Editor_Email}"><b>{$links.Name}</b></a></div>
{/if}
{if $links.Creator_Name}
<div class="marg_desc">{$_skalinks_lang.link.creator_name}<a href="mailto:{$links.Creator_Email}"><b>{$links.Creator_Name}</b></a>< /div>
{assign var=creator_exists value=1}
{else}
<div class="marg_desc">{$_skalinks_lang.link.creator_name}<b>{$_skalinks_la ng.link.creator_visitor}</b></div>
{/if}
{/if}
<!--- <br> ---->
<div class=marg_desc>{$links.description}
<!---- <br><br> HIDE MORE INFO
{if $_output.mod_rewrite}
<a class="cat3" href="{$_skalinks_url.root}{$links.listing_url}">{$_skalinks_lang.link .more_info}</a>
{else}
<a class="cat3" href='{$_skalinks_url.root}detailed/listing.php?link_id={$links.ID}'>{ $_skalinks_lang.link.more_info}</a>
{/if} END HIDE MORE INFO------->
________________________________________________________
END CODE
Maybe it is somewhere else, but I don't know where. Sorry to be a bother.
|
Anonymous
|
Posted: 25 Jul 2006 05:07:16
Could someone please do me a favour and check it out using FF to see if the links display and work okay or not ? I would be very grateful.
Just checked with FF - everything looks and works fine for me.
Phil B.
|
Stevie Ray Member
|
Posted: 25 Jul 2006 08:59:44
Thanks, Phil. I presume that all is well now thank goodness ! Apprectiate your support, all.
|