View Single Post
  #1  
Old 25th December 2009, 02:00
benjaminbih benjaminbih is offline
Senior Member
 
Join Date: Jul 2008
Bosnia-Herzegovina
Posts: 70
Default Make leftmenu work right
Surely someone of you has noticed that a problem exists, loggedin and not loggedin users have the same leftmenu.

On my test side i have fixed this as follows.

Open /clientside/ssmitems.js and replace:
PHP Code:
if(CURUSER
with
PHP Code:
if(CURUSER == "true"
Now the not loggedin users became a smaller menu.
Reply With Quote