Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - lukasinoooo

Pages: [1]
1
Mods & Plugins (Requests & Discussions) / [Mod] Search in category
« on: May 27, 2006, 02:52:41 AM »
Hello ,

I need litle mod to search images by category name,

Example:

I have category "Car/Volvo" and when then people write "volvo" in search find all images images in this category. :wink:

2
Installation, Update & Configuration / change button to link
« on: May 22, 2006, 11:30:33 PM »
Hello.

Please help how change button to link, now i have in functions.php this:

          $download_tap2 = "<img onClick=\"window.open('http://tapeciarz.mobile.net.pl/imageuploader-partner.xhtml?pid=176&img=http://aletapety.pl/" . substr(MEDIA_PATH,2) . "/" . $image_row['cat_id'] . "/" . $image_row['image_media_file'] ."','new','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=745,height=425')\" src=\"".get_gallery_image("tap2.gif")."\" border=\"0\" alt=\"\" />";


    $download_tap = "<img onClick=\"window.open('http://tapeciarz.mobile.net.pl/imageuploader-partner.xhtml?pid=176&img=http://aletapety.pl/" . substr(MEDIA_PATH,2) . "/" . $image_row['cat_id'] . "/" . $image_row['image_media_file'] ."','new','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=800,height=425')\" src=\"".get_gallery_image("tap.gif")."\" border=\"0\" alt=\"\" />";


work but if we will invade on button this to it be not visible that it is then link ,but if we click work. I would like change this to link.maybe someone help me  :)

3
Hello,

it what it was one should was alter in file functions.php in order to after click in miniature side details.php opened in new window ? .I conjecture that this was one should make     "thumbnail" here => there now I do not it know how I have to add _blank .Please help

4
Discussion & Troubleshooting / How add url in kategory
« on: May 20, 2006, 02:02:01 PM »
Hello how url in catgory name example

i have category Animals and when people click then redirect to http://blabla.com its posible?

5
Ok let's tray (my in english is  :roll: no comment) his MOD will let in detail page by clicking on the button, open new fullscreen window with bigger size image  8)
demo: http://aletapety.pl/img-aaliyah-621-aaliyah3800x600-17464.htm click on the in page

Step 1
Download file from the attachment ,place in your catalogue frompictures (/images)



1. open /includes/functions.php file
1.1. Find:

"image_id" => $image_row['image_id'],

Replace with:

"image_id" => $image_row['image_id'],
"download_full" => $download_full,


1.2. Find:

    $download_button = "<img src=\"".get_gallery_image("download_off.gif")."\" border=\"0\" alt=\"\" />";

Replace with:

    $download_button = "<img src=\"".get_gallery_image("download_off.gif")."\" border=\"0\" alt=\"\" />";
    $download_full = "<img onClick=\"window.open('" . substr(MEDIA_PATH,2) . "/" . $image_row['cat_id'] . "/" . $image_row['image_media_file'] ."','new','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=800,height=600,top=50,left=50')\" src=\"".get_gallery_image("full.gif")."\" border=\"0\" alt=\"\" />";


1.3. Find:

    $download_button = "<a href=\"".$site_sess->url(ROOT_PATH."download.php?".URL_IMAGE_ID."=".$image_row['image_id'])."\"".$target."><img src=\"".get_gallery_image("download.gif")."\" border=\"0\" alt=\"\" /></a>";

Replace with:


    $download_button = "<a href=\"".$site_sess->url(ROOT_PATH."download.php?".URL_IMAGE_ID."=".$image_row['image_id'])."\"".$target."><img src=\"".get_gallery_image("download.gif")."\" border=\"0\" alt=\"\" /></a>";
    $download_full = "<img onClick=\"window.open('" . substr(MEDIA_PATH,2) . "/" . $image_row['cat_id'] . "/" . $image_row['image_media_file'] ."','new','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=800,height=600,top=50,left=50')\" src=\"".get_gallery_image("full.gif")."\" border=\"0\" alt=\"\" />";




Now all you need is add {download_full} in details.html or if you want in thumbnail_bit.html  :wink:

6
Installation, Update & Configuration / Name category in title IE
« on: May 12, 2006, 09:04:25 AM »
Hello

How add the name od category to title in Browser ?  :roll:

7
Hello

Im finished my site http://tapety.home.pl/tapety/  - 0 error but i'm add domain aletapety.pl and i have error :( what wrong ?  :?

8
Hello my english is not good  :lol:

Ok let's tray i need a new option in register example
http://megatapety.com/banerki/in.jpg + i need topsite who introductory is the best i admin panel + ip filter because user maybe introductory himself  :)


Pages: [1]