Quote:
Originally Posted by benj
works a dream whats the condition to get this to work in "whats hot"
cheers
|
edit local_links_include.php, around line 1300 or so, function get_links2; a few lines later, just before the line
PHP Code:
eval("\$links .= \"".fetch_template('links_vbalinks')."\";");
insert a line
PHP Code:
$linkhit = $nhits+1;
, then patch the links_vbalinks template in the same way as the linkbit. I'll make this change to the php in the final release.
*Edited* - except that you don't have the variable $sort available, so there's no point making a check on it