News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Posibility of automaticaly changing background with jpg picture every week?

Started by akoladica, January 14, 2012, 01:19:37 PM

Previous topic - Next topic

Oldiesmann

Yes. You would need to get a bit "tricky" with it though.

In your index.css file, you'd change the background-image property to point to a PHP file, which then contained code to determine which image to display, and in turn outputs the specified image. Something like this:

<?php
// Code to choose the image to display goes here...

header('Content-Type: image/jpeg');
readfile('/path/to/backgroundimage.jpg');
exit(
0);
?>
Michael Eshom
Christian Metal Fans

Advertisement: