Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Disabling IP recording?
@linc The second one I posted works, but I have no explanation to why the constructor on the first plugin I posted was never called. Is there an earlier event than AppStartup that is always fired? (View Post)1 -
Re: CatIcon
Add a.CategoryPhoto{position:static;} The custom.css and custom_forest.css has a weird rule, which should never be applied to all elements in my opinion: *{position:relative} This is exactly why you … (View Post)2 -
Re: Disabling IP recording?
Sorry, for some reason I can't explain, the constructor isn't called. Tested this locally and it works: <?php if (!defined('APPLICATION')) exit(); $PluginInfo['UnsetIP… (View Post)2 -
Re: Disabling IP recording?
Yes, you should be able to unset it like that: <?php if (!defined('APPLICATION')) exit();$PluginInfo['UnsetIP'] = array( 'Name' => 'Unset IP address', … (View Post)1 -
Re: Seo metatags and Gzip compression
Forget SEO scans. All they do is recommend outdated tricks, which are obviously way too simple to "trick" the search engines nowadays. Try focusing on a great user experience and good conte… (View Post)7
