Welcome Guest, Not a member yet? Register   Sign In
thickbox gallery
#4

[eluser]umefarooq[/eluser]
i have some thing for you i created one anchor_img() helper will help you alot to create your photo gallery. here is helper

Code:
function anchor_img($uri = '',$img = '',$attributes = '')
    {
        return anchor($uri,img($img),$attributes);
    }

here how you can use it.

Code:
$img = array('src'=>'path_of_img/img.jpg','attributes'=>'value');

   $url = 'big_image_path/big_img.jpb';

   $url_attribute = array('class'=>'thickbox','title'=>'here is title for image');

   echo anchor_img($url,$img,$url_attribute);

you can put this whole stuff in a loop to create your photo gallery with thickbox or any lightbox stuff. any problem just let us know


Messages In This Thread
thickbox gallery - by El Forum - 05-10-2009, 07:32 AM
thickbox gallery - by El Forum - 05-10-2009, 08:22 AM
thickbox gallery - by El Forum - 05-10-2009, 08:58 AM
thickbox gallery - by El Forum - 05-11-2009, 07:00 AM
thickbox gallery - by El Forum - 05-11-2009, 07:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB