PDA

View Full Version : Forumdisplay number code


cagatayh
10-20-2007, 10:25 PM
I want to in postbit,

if this topic is in 50. id forum, do it....

for example. if we are in a topic in https://vborg.vbsupport.ru/forumdisplay.php?f=15,

if the topic is in 15 id forum, ...


what is the code ?
Thanks

--------------- Added 1192961394 at 1192961394 ---------------

is there anyone for help me ?

Opserty
10-21-2007, 11:35 AM
PHP code would be:

if($thread['forumid'] == 15)
{
//...
}

cagatayh
10-21-2007, 01:11 PM
Ok I did. Really thanks