Log in

View Full Version : vietlyso skin


chanthuyen
05-10-2006, 10:00 PM
demo here

http://www.vietlyso.com/forums

After import xml file

Open include/class_bbcode.php

a. Search for :
return '<img src="' . $link . '" border="0" alt="" />';

b. Replace with this :
$kichthuoc = getimagesize($link);
if ($kichthuoc[0]>800)
{
return '<a class="thumbnail" href="' . $link . '" target="_blank"><img src="' . $link . '" width="794" style="border: 1px dashed #993333;padding: 2px">
<span>Image with real size. Click on the image to open in new window...<br /><img src="' . $link . '"/></a></span>';
}
else
{
return '<img src="' . $link . '" border="0" alt="" />';
}


c. You can change max-with by what you like (default is : 800).

If you like this mod, you can download the imageresize mod.zip file. ( Work fine in ie,ff and opera)

Boofo
05-11-2006, 07:40 AM
Very nice! A lot of work has gone into that skin. Excellent job, sir. ;)

ltaylor
05-11-2006, 10:34 AM
Great Work. Clean and very cheerful skin. A few questions for you..

1) Is this skin an English version?
2) Do you allow for style changes?

D|ver
05-11-2006, 11:41 AM
great style :)
but where did you get those icon?

i might need some more for my nav bar ;)

puertoblack2003
05-11-2006, 02:02 PM
nice skin but ...it will be nice if you have it in english version otherwise can't use it.:)

Snake
05-11-2006, 06:52 PM
Very nice skin!

Coast to Coast
05-11-2006, 07:09 PM
I agree that this should also be translated to english. There may not be a rule here that states that any hacks, add-ons or styles must be in english but I am sure it would be very appreciated!

chanthuyen
05-12-2006, 01:23 AM
Great Work. Clean and very cheerful skin. A few questions for you..

1) Is this skin an English version?
2) Do you allow for style changes?

This style is for VBB-mkportal integrated database, I use mkportal’s “template change” blog so the skin change funtion is not applicable. However, I will make the English version which includes that funtion. Thank you for your support

chanthuyen
05-12-2006, 01:24 AM
Very nice! A lot of work has gone into that skin. Excellent job, sir. ;)

Thanks Boofo.

chanthuyen
05-12-2006, 01:26 AM
great style :)
but where did you get those icon?

i might need some more for my nav bar ;)


:D I do it by myself (photoshop)

Yorixz
05-12-2006, 02:15 PM
Could be just me but isn't there a reason that phrases are used instead of hard-coded text in the templates? I bet there is, so I highly doubt that there will be any need for a translation as the images do not contain any text as far as I could see.

vbviet
05-12-2006, 02:22 PM
;) Very well .Keep up your work ;)

chanthuyen
05-13-2006, 10:02 AM
English version is updated.

LilyDinh
08-19-2006, 01:47 AM
CT, that's nicely done, it's beautiful, thanks for sharing.