Quote:
Originally Posted by Suave
actually it is possible, that's why you call it a MOD
anythign is possible. I guess you'd say the same thing to the require update profile hack to ha? Just becuase you don't agree with the mod dosen't mean you have to automatically jump up and say it won't ever work. In fact, i'm pretty suficcient in coding so, yes, I have the code working wonderfully.
Thanks.
|
It's possible; by adding a field to the user table and storing a threadid in it. Then in the global.php, add a condition that if that field >0 to redirect to the newreply.php file with that threadid as the thread to post in.
From there, you need to set it to zero when the reply is actually made (in the newreply.php file).
You also need to get add something to the view topic php file that updates that threadid field (that was added to the user table) to equal whatever thread is being viewed (unless the field is greater than zero -- in which caseit would redirect them to the newreply page, of course).
I would also agree with the other people and strongly recommend not doing this of course~