Heisenberg submitted a new resource:
You must be registered for see links
- Lets you override the style choice of the user, in this example by domain name.I made this simple addon to override the style choice by domain name. You need to edit the library/StyleOverride/Listen.php file to specify the domains and their style_ids:
PHP:<?php class StyleOverride_Listen { public static function listen(XenForo_Controller $controller, $action) { $visitor = XenForo_Visitor::getInstance(); $host = $controller->getRequest()->getServer('HTTP_HOST'); if ($host == 'www.domain1.com') {...
You must be registered for see links
Last edited:
