
01-20-2005, 08:39 PM
|
|
|
Join Date: Aug 2004
Location: Netherlands
Posts: 288
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Nordinho
Just tried it with this code:
PHP Code:
construct_edit_toolbar(iif($newpost['message'] == '', iif($foruminfo['forumid'] == 61,
'[size=3][b]Name of the Movie[/b][/size]
------------------
[b]Movie Details[/b]
[b]Main Actors:[/B]
[b]Director:[/b]
[b]Release Date:[/b]
[b]Rating: e.g. 8/10[/b]
[size=3][b]Storyline[/b][/size]
------------------
------------------
', iif($foruminfo['forumid'] == 76,
'[size=3][b]Game Name[/b][/size]
------------------
[b]Platform: XBOX/PS2/PC[/b]
[b]Created by: [/B]
[b]Gameplay: e.g. 5/10[/b]
[b]Graphics: e.g. 6/10[/b]
[b]Overall score: e.g. 7/10[/b]
[size=3][b]Storyline[/b][/size]
------------------
------------------
', iif($foruminfo['forumid'] == 77,
'[size=3][b]Book Name[/b][/size]
------------------
[b]Book Details[/b]
[b]Author:[/B]
[b]Released:[/b]
[b]Rating: e.g. 8/10[/b]
[size=3][b]Storyline[/b][/size]
------------------
------------------
',
iif($foruminfo['forumid'] == 84,
'[size=3][b]CD/DVD name[/b][/size]
------------------
[b]Artist:[/b]
[b]Released:[/B]
[b]Rating:[/b]
[size=3][b]Track Details, good ones/bad ones[/b][/size]
------------------
------------------
',
iif($newpost['message'])), 0, $foruminfo['forumid'], $foruminfo['allowsmilies']);
but I'm getting an unexpected ;
|
anyone??
|