New site

Bramus

Yes i can post it, but you will need to use the "shadowbox" in your template else it isnt working


$h = $w = $a = $t = "";
if (isset($height)) $h = "height:".$height."px; ";
if (isset($width)) $w = "width:".$width."px; ";
if (isset($alt)) $a = 'alt="'.$alt.'" ';
if (isset($title)) $t = 'title="'.$title.'" ';
return '<a rel="shadowbox[content]" href="'.WB_URL.MEDIA_DIRECTORY.$image2.'" '.$t.'><img src="'.WB_URL.MEDIA_DIRECTORY.$image.'" style="'.$w.$h.'" '.$a.$t.'/></a>';


Based on the image droplet posted at the AMASP page.
BRAMUS Internet Services

crnogorac081

looks nice :) I like it, nice combination of colours.

Can you post the droplets code ?

cheers
Web developer

Bramus

#1
This week i worked at freelance base for a design company, and i was asked to built a site for a customer into a CMS. Offcourse i promoted WB and they were supprised by the community behind it and the possibilities WB had.

After some chatting i had a go and could built the new website into WB. I started monday on the slicing part and coding part and finished today the website in 4 languages and with some modifications.

Made a custom droplet for the template with shadowbox, so people can add images in the WYSIWYG editor with [[image?image1=/foto/foto1.jpg&image2=/foto/foto1-2.jpg&title=Title for Shadowbox]] This will insert a small image (image1) and when clicked it will open image2 in the shadowbox. So this is very easy for the customer to add his own pictures.   

the news on the right hand side in the 4 languages based on LANGUAGE == NL or == DE and so on. Also Trade Fairs based on 4 languages. People can ask for a quotation (script is being modified and will be online on monday).

Also on page_id the header images change, and with the shadowbox effect.

Also i'm now working on a module that allows them to upload a tabbed TXT file (converted from Excel) and that then shows the information in a table with markup and a print edition.

The design was not made by me, i only did the slicing and the css/xhtml/php part.

The link can be found here!
BRAMUS Internet Services