I want to know if anyone knows how to set the default value for hits to say "100" so as to make it look decent. Then add the hits starting from that 100 mark.
Any Ideas?
I want to know if anyone knows how to set the default value for hits to say "100" so as to make it look decent. Then add the hits starting from that 100 mark.
Any Ideas?
Replace link.class.php line 1238 with this :
elseif($field=='hits') $custom_fields_value .= 100;