PDA

View Full Version : Administrative and Maintenance Tools - Edit Thread Views Manually ::Its Simple


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.

jlew24asu
08-25-2008, 12:49 PM
first post :)

NgocTam
08-25-2008, 12:49 PM
What post?
I have posted:p.

q8salem
08-25-2008, 06:11 PM
Nice one

Thank you

NgocTam
08-26-2008, 09:25 AM
Its useful when you want to attract the users to a thread. Thread will ook more popular if it will have more views. This query is for that.
Soon you will be able to edit thread's reply count and views ina Visual format just like you edit Reps or infractions.