This does work but maybe you didn't know that it adds a user forum preference under Discussions: - Simplified discussion list You need to check it in order for the extension to work.
I believe if you change default.php to the following, the simplified style should be applied to all users:
<?php
/*
Extension Name: Simplified Discussions for All
Extension Url: http://lussumo.com/addons/
Description: Hides details in the discussion list.
Version: xx
Author: Adam Atlas
Author Url: http://adamatlas.org/
*/
$Head->AddStyleSheet("extensions/SimplifiedDiscussions/simplifieddiscussions.css");
?>
Comments
thanks a lot
- Simplified discussion list
You need to check it in order for the extension to work.
thanks
would be great.
<?php /* Extension Name: Simplified Discussions for All Extension Url: http://lussumo.com/addons/ Description: Hides details in the discussion list. Version: xx Author: Adam Atlas Author Url: http://adamatlas.org/ */ $Head->AddStyleSheet("extensions/SimplifiedDiscussions/simplifieddiscussions.css"); ?>