Is there anyway to automatically add a tag along with a new thread link?
let me explain my scenario:
I have a custom movie database script similar to IMDB and need would like the "discuss this movie" feature and believe tags would the easiest way to do it.
Is there a way to add the movie title as tag automatically so that I can put a new thread link with auto tag? Something like this 'crude' example
http://network.zoints.com/newthread....tag=movie_name
If I could do that, then I can just query related threads by
http://network.zoints.com/tag/movie_name
Will this work? If so, what is the syntax for adding a custom tag to a new thread?