NgocTam
08-24-2008, 10:00 PM
This hack is ine BETA. I am still workign on.
With this hack you can Manually change the Threadviews to your choice.
You just need the required thread's id
Now its a simple Database query but useful. I am going to release a visual one next week.
To edit just execute the following query:
UPDATE `thread` SET `views` = 'zzz' WHERE `thread`.`threadid` =x LIMIT 1 ;
Where x is the ID of the thread and zzz is the number of Views you want to choose.
PLease click install if you liked it. I am planning to release a new version in which you can edit the views from Admin cp.
With this hack you can Manually change the Threadviews to your choice.
You just need the required thread's id
Now its a simple Database query but useful. I am going to release a visual one next week.
To edit just execute the following query:
UPDATE `thread` SET `views` = 'zzz' WHERE `thread`.`threadid` =x LIMIT 1 ;
Where x is the ID of the thread and zzz is the number of Views you want to choose.
PLease click install if you liked it. I am planning to release a new version in which you can edit the views from Admin cp.