Quote:
Originally Posted by Junkie
Where in the CP can I set tags to be removed when a thread is removed?
|
Quote:
Originally Posted by Madlike
How Can I Delete, Deleted Thread's Tag ?  :S
|
I have to admit that I do not know the specifics of how a the default VB code handles tag deletion on thread deletion and to some extent it is not relevant to this mod. However I believe it works like this:
When a tagged thread is submitted, and the tag has not been submitted before, the tags are s added to a master list of all tags (the tags table in your DB), the thread ID is then associated with the master tag via another DB table (tagthread). If the thread is then deleted the entry in tagthread is removed however the entry in the master table is left (just incase any other threads reference that tag). If you want to fully delete the tag you can do this via "ACP -> Threads & Posts -> Tags"
All this being said, this is assumption so it might be worth posting a question over at vb.com as this relates to default VB code.