| Author |
Message |
Martin Member
|
Posted: 24 Oct 2006 12:11:00
My Google Page Rank doesn`t seem to work.
Anyone knows how to solve this?
First test link from skalinks that whas pre-installed did show a pagerank, but al new ones don`t
P.s. Anyone or Skalinks interested in a Dutch Language for this Links Mangaement?
I`m planning to make one only if someone is interested.
Check: http://toolshell.com/links/link_exchange_scripts_e_f/index.html for the pagerank problem
|
Martin Member
|
Posted: 25 Oct 2006 13:30:31 ° Edited by: Martin
Solved it by doing this:
Open cat.tpl in the templates directory.
Search for:
{assign var=pagerank value=$links.Pagerank*10}
PR: {$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>
Replace it with:
PR: <a href="http://www.mygooglepagerank.com" target="_blank"><img src="http://www.mygooglepagerank.com/PRimage.php?url={$links.url}" border="0" width="66" height="13" alt="Google PR™ - Post your Page Rank with MyGooglePageRank.com"></a>
<noscript>
<a href='http://www.articleworld.org'>Articles</a><a href='http://www.mygooglepagerank.com' title='My Google Page Rank'>My Google PR</a></noscript>
Not how it should be, but it`s working for me:
http://toolshell.com/links/link_exchange_scripts_e_f/index.html
|
|