View Single Post
  #27 (permalink)  
Old 09-01-2008, 06:22 PM
pliggreborn pliggreborn is offline
New Pligger
 
Join Date: Aug 2008
Posts: 19
Thanks: 3
Thanked 2 Times in 2 Posts
Longcountdown,

The code works. I hesitate when asked to delete tables from the database. So here is how I implemented mine. I did not delete the pageview table. I just commented out the required code so as to not call the pageview table in each story as explained by longcountdown. Then I just EMPTIED the pageview table using this mod:

http://forums.pligg.com/core-develop...mizing-db.html

Or simply empty the table in phpmyadmin

Now I have an empty pageview table that never increases in size! This is great for future compatability issues since any modules or mods that requires the pageview table would not cause a problem.

Last edited by pliggreborn; 09-01-2008 at 06:36 PM..
Reply With Quote
The Following User Says Thank You to pliggreborn For This Useful Post: