yeh i just noticed that...sorry bout that...
i think there has to be something with the forum id bit.
I do not think a person can get away, with just having $forumid at the end like that...
everything, even replying to this thread, has some sort of variable tied in with it...
newreply.php?s=&action=newreply&threadid=
thats the trick...trying to get the forumid number in there...
Think along the lines of getinfo, when you click on a username..how does it find the correct user?
=&action=getinfo&userid=$userinfo[userid]
so, something like this may work..dont know...
=&action=showforumrules&forumid=$foruminfo[forumid]
There has to be something like foruminfo, in order to kick in the id, just like getinfo uses..
Try that foruminfo code once..
|