Quote:
Originally Posted by SaN-DeeP
2 questions:
Where are tags stored ? In case we might require to uninstall the modification in future.
|
Quote:
Originally Posted by SaN-DeeP
thanks for immediate reply appreciated.
I need to be very cautious using this hack (though its something I was looking for since ages) will it messup if used heavily and trying to uninstall later ??
|
Hello,
the tags are stored in the database table 'zoints_tag' (or if you are using a vb table prefix, "
table prefixzoints_tag"). There is also a second table named 'zoints_tag_update' (same note regarding vb prefixes applies), which stores information on when the thread was last updated so the info can be relayed to zoints (if you are using the feature).
The vBulletin product management system allows devs to add 'install' and 'uninstall' code into the product, which take care of the adding and removing of database modifications on installing/uninstalling products. When you uninstall the product through the product manager, those two tables will be automatically removed and you do not have to anything further.
Let me know if you have any more questions regarding this.