General Community > WebsiteBaker Website Showcase

www.kepek.ch

(1/1)

lcapt:
Hello,

This is my second website with WebsiteBaker (the first is for testing purpose only). I have making that for a swiss-french photographer.

You can show it at: http://www.kepek.ch

I use "another image galery" module but i have making some change like auto-insert another image at the bottom of each picture (signature) and resize image to 500px in addition to thumbnails.

i have add a little function to change the top banner at each season and include it on the template:

--- Code: ---// season change the 21 ( it is not the real day but a good approach )
function season() {
$limits=array('/12/21'=>'winter.jpg', '/09/21'=>'autumn.jpg', '/06/21'=>'summer.jpg', '/03/21'=>'spring.jpg', '/01/01'=>'winter.jpg');
foreach ($limits AS $key => $value) {
$limit=date("Y").$key;
if (strtotime($adate)>=strtotime($limit)) {
return $value;
}
}
}

--- End code ---
Come back the 21th december to see if it work  :-)

Actually i am working on the template because the actual is too "JoomlaNation like".

Regards,

Lionel

kweitzel:
Hi Lionel,

does look quite good :-)


--- Quote ---I use "another image galery" module but i have making some change like auto-insert another image at the bottom of each picture (signature) and resize image to 500px in addition to thumbnails.
--- End quote ---

Care to share this "updated" gallery or give us the changes so we can implement it?

Also the idea with the seasonal banner is quite good, thanks for sharing that.

cheers

Klaus

bgg:
i like the site with pics!

Navigation

[0] Message Index

Go to full version