View Single Post
  #28 (permalink)  
Old 01-03-2008, 10:26 AM
computerbar's Avatar
computerbar computerbar is offline
Pligg Donor
 
Join Date: Nov 2007
Location: UK
Posts: 79
Thanks: 32
Thanked 9 Times in 8 Posts
you sure you have followed the STEP1 and STEP 2 in the first post???
1)add var clicks:
var $clicks=0;

2) after function store_basic add following function:


$clicks=$this->clicks+1;
$sql = "UPDATE " . table_links . " set `clicks`=$clicks WHERE link_id=".$this->id;
$db->query($sql);
} [/color]
__________________
PeekLocal

Unmissable pligg Mods..
Reply With Quote
The Following User Says Thank You to computerbar For This Useful Post: