Esger
New-
Re: Problems with tablet browsers and CLEditor
Since the problem with the disappearing keyboard does not occur in Safari on iPad, only in Chrome on iPad (afaik), I used the code to test the $Useragent as follows: //don't show cleditor if ipad and… (View Post)1 -
Re: Hide the administrator's activity?
Another way to hide the Activity menu item is by CSS: #Menu .Activity{ display: none; } This is not ideal either, but it works. (View Post)2