Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Compression
Post: Compression

We can do the same with css template: - Rename default.css to default.css.php - Add to top of this file: Quote: -- -- - Modify file template.php, on line 17 to: Quote: --
siot Feature Requests 2 7,570 2010-06-21, 18:00:11
    Thread: Compression
Post: Compression

Hi, what do you think about add the following to the first line of index.php? Code: -- if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start(); --
siot Feature Requests 2 7,570 2010-06-21, 17:50:50
    Thread: Search Plugin
Post: Search Plugin

A little mod for fancy (and not) URLs: On line 72, replace: Code: -- $outputlist .= "".$data->title.""; -- with: Code: -- if($PRETTYURLS == 1) { $outputlist .= "".$data->title.""; } else { $out...
siot Plugins 49 130,113 2010-05-25, 20:16:01