how can i determine the forumid of a specific forum? i thought that it would have been the order but obviously thats not it. i've searched for the string and also searched these forums but not luck. any info would be great! thanks!
amo
--------
let me be a bit more specific. i'm using phpportals and i need to determine my forum's 'forumid' in order to use it as our news forum. here is the line i'm talking about:
i know this is hack but i assume this variable is not hack specific. thanks!
amo
--------
let me be a bit more specific. i'm using phpportals and i need to determine my forum's 'forumid' in order to use it as our news forum. here is the line i'm talking about:
Code:
$newsforum=1; // The forumid that will be your news forum
Comment