Yeah i had this same problem then i clocked it i found in the add new part (template or script) the last line doesn't have a comma(,) at the end of it,
here's sample code>>>>
Code:
prefix="http://*********/vbb/";
arNews = [
"Edit your profile here","member.php3?action=editprofile",
"Members list","memberlist.php3",
"Check your mailbox or send private message","private.php3",
"Who's online","online.php3?action=onlineusers",
"View latest post's","search.php3?action=getnew",
"All lines have comman @ end but the last","",
"This line doesn't have a comman @ the end",""
]
Hope it help's
cya