SV650.org - SV650 & Gladius 650 Forum

SV650.org - SV650 & Gladius 650 Forum (http://forums.sv650.org/index.php)
-   Idle Banter (http://forums.sv650.org/forumdisplay.php?f=116)
-   -   feedback needed (http://forums.sv650.org/showthread.php?t=66681)

meanbikes 20-02-06 07:21 PM

feedback needed
 
hi all,

for those of you that start ranting and raving this is not spam!!

all im asking is for you to visit my site and email a bit of feedback to me feedback@meanbikes.com as this would help me to fix any bugs or problems you may find.

thanks
___________________________
James
Http://www.meanbikes.com :lol:

TSM 20-02-06 07:27 PM

Save a tad of bandwidth by removing the HTML comment from overall_footer.tpl

Cache the subBlack.css file by renaming the file subBlackCSS.php and adding the code below to the top of the file. That way it caches the CSS on the client machine for 1h (60 * 60) before getting it again. I do the same with the JS files. Remember to alter the overall_header.tpl & simple_header.tpl to point to the new files. It will also GZIP the CSS file to the client which makes it way smaller.
Code:

<?php
ob_start ("ob_gzhandler");
header("Content-type: text/css; charset: ISO-8859-1");
header("Cache-Control: must-revalidate");
$offset = 60 * 60 ;
$ExpStr = "Expires: " .
gmdate("D, d M Y H:i:s",
time() + $offset) . " GMT";
header($ExpStr);
?>

What version of PHP & MySQL do you run the forums on?

If you have control over the php.ini files it may be an idea to install eAccelerator as it caches the php code and makes it much much faster. Also look at eXtreme Styles mod as it caches all the phpBB templates and makes it faster still.

22 20-02-06 07:28 PM

seems ok but voted could do better simply cos the colours dont do my eyes any favours, like traffic lights.

mattSV 20-02-06 07:29 PM

TSM wrote:-

Quote:

Save a tad of bandwidth by removing the HTML comment from overall_footer.tpl

Cache the subBlack.css file by renaming the file subBlackCSS.php and adding the code below to the top of the file. That way it caches the CSS on the client machine for 1h (60 * 60) before getting it again. I do the same with the JS files. Remember to alter the overall_header.tpl & simple_header.tpl to point to the new files.
Code:
<?php
ob_start ("ob_gzhandler");
header("Content-type: text/css; charset: ISO-8859-1");
header("Cache-Control: must-revalidate");
$offset = 60 * 60 ;
$ExpStr = "Expires: " .
gmdate("D, d M Y H:i:s",
time() + $offset) . " GMT";
header($ExpStr);
?>


Pah - beat me to it - I was going to say that :wink:

meanbikes 20-02-06 07:34 PM

thanks matt + tsm

22 have a couple of other themes on the site but they are only selectable once you register

madmal 20-02-06 11:43 PM

Quote:

Originally Posted by mattSV
TSM wrote:-

Quote:

Save a tad of bandwidth by removing the HTML comment from overall_footer.tpl

Cache the subBlack.css file by renaming the file subBlackCSS.php and adding the code below to the top of the file. That way it caches the CSS on the client machine for 1h (60 * 60) before getting it again. I do the same with the JS files. Remember to alter the overall_header.tpl & simple_header.tpl to point to the new files.
Code:
<?php
ob_start ("ob_gzhandler");
header("Content-type: text/css; charset: ISO-8859-1");
header("Cache-Control: must-revalidate");
$offset = 60 * 60 ;
$ExpStr = "Expires: " .
gmdate("D, d M Y H:i:s",
time() + $offset) . " GMT";
header($ExpStr);
?>


Pah - beat me to it - I was going to say that :wink:

:winner:

K 21-02-06 12:05 AM

Well, as you appear to have a '98 FireBlade taking centre stage - I personally think it's awsome! :roll: :twisted:

meanbikes 21-02-06 01:08 PM

lol cheers k :lol:

jonboy 21-02-06 01:13 PM

Re: feedback needed
 
Quote:

Originally Posted by meanbikes
...for those of you that start ranting and raving this is not spam!!

Well it kind of is really, and you were asked to seek Moderator approval before posting anything like this again. It's just a question of politeness I suggest.


.

thor 21-02-06 01:14 PM

This thread made me laugh

http://www.meanbikes.com/forum/viewtopic.php?t=77

:lol:


All times are GMT. The time now is 02:32 PM.

Powered by vBulletin® - Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.