Quote:
Originally posted by NTLDR
You'll need to copy the code from usercp.php that creates the content that usercp_forumbit displays, plus you would need to eval usercp_forumbit too.
|
OK, I knew the 2nd evaluate was coming, but where does the usercp_forumbit code go?
My new evals are:
Quote:
eval("\$myforumbit = \"".gettemplate('usercp_forumbit')."\";");
eval("\$myforums = \"".gettemplate('usercp_forums')."\";");
|