CG-Referer: Links with Titles
-
I’m dropping a Blogtricks javascript in favor of CG-Referer from the CG-Powerpack tonight. Using the example from the readme in my index.php:
<?php
start_block("Latest Referers", "refer", "li");
$rlist = refererList(10, 'global', 0, '');
if ($rlist) echo '- ';
- " . str_replace(".", " . ", $rlink) . "
foreach ($rlist as $rlink) // for the moment, inlined cleanup of long referers.
echo "\n";
if ($rlist) echo '';
end_block();
?>
I get a nice list of Referers. What I want, though, is for the <i>Title</i> of the original page display as a clickable link that takes you back to the referer.
Is that possible to do with this package?
P.S. “Referer” is spelled wrong. ??
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘CG-Referer: Links with Titles’ is closed to new replies.