I think it'd be especially nice if you could either show or hide those constantly throughout browsing the site. So if say, I hide them, and click on a link, they would still be hidden. Yep, that's my idea.
Thats already in the works. Im trying to use cookies to store them so that it remember's the user's settings. Obviously it wont stay "permanent" because if u switch to a new pc, or clear your cookies then it'll reset ;)
Why dont you do it trough mySQL? You have two settings 1 and 0 if the scripts sees that there is one in database it shows the left menu and if there is 0 in database then it doesnt show it. Automaticly its always 1.
Yeah database method is always an easy work around too. Even though we're trying to minimise on that since our database is already huge and a beast on system resources. But if its the only way to do it then it will be done ;)
Thats already in the works. Im trying to use cookies to store them so that it remember's the user's settings. Obviously it wont stay "permanent" because if u switch to a new pc, or clear your cookies then it'll reset ;)
Why dont you do it trough mySQL? You have two settings 1 and 0 if the scripts sees that there is one in database it shows the left menu and if there is 0 in database then it doesnt show it. Automaticly its always 1.
Yeah database method is always an easy work around too. Even though we're trying to minimise on that since our database is already huge and a beast on system resources. But if its the only way to do it then it will be done ;)