mimidov
02-03-2011, 04:21 PM
I am able to read forumid, threadid, and postid (of forumdisplay, showthread, showpost) in init_startup using $_REQUEST[f], $_REQUEST[t], and $_REQUEST[p] respectively.
However, with Friendlyurl is enabled, these $_REQUEST vars are no longer working. How could I extract the forumid, threadid, and postid from the URL in case Friendlyurl option is enabled? Or else, how to know the forumid of a thread or post within init_startup.
However, with Friendlyurl is enabled, these $_REQUEST vars are no longer working. How could I extract the forumid, threadid, and postid from the URL in case Friendlyurl option is enabled? Or else, how to know the forumid of a thread or post within init_startup.