Thank you i addet all the submenus i needet. Only two are making me problems
1. The "Who's Online" Menu. I get this Error Message showing if i write it like that
Code:
Parse error: syntax error, unexpected T_STRING in /www/htdocs/w00d3776/vbulletin/includes/class_bootstrap.php(537) : eval()'d code on line 84
If i write it like Whos Online without
' it makes no problems but why cant i write it like in the Original way?
2. The "Open Contacts Popup"
If i add the code like this
Code:
<li><a onclick="window.open(getBaseUrl() + 'misc.php?do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;" href="javascript://">Open Contacts Popup</a></li>
i get this error message
Code:
Parse error: syntax error, unexpected T_STRING in /www/htdocs/w00d3776/vbulletin/includes/class_bootstrap.php(537) : eval()'d code on line 82
hope that a solution for this problems exists thanks for any help