Quote:
Originally Posted by ozzy47
Possible, I am waiting to figure out a fix for this. If there was another hook that vBulletin had available it would be no problem, but they don't have the right hook available. 
|
I was thinking about this and maybe I have valid solution.
These multiple threads I call "empty", as they don't have username in them. Maybe if you could check username variable, if it's empty, you don't do anything, but if it contains something (actual user name most likely), you go and create new thread.
With this check I think you'll avoid creating multiple "emtpy" threads and I think it's not too hard to code it.