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.


Messages - Kurman

Pages: 1 2 [3]
31
Mods & Plugins (Requests & Discussions) / Re: Thumbnails in RSS
« on: October 03, 2008, 07:30:30 AM »
Yes, after I did this step from the first page, it works fine.

find in rss.php:

Code: [Select]
'item_title' => $item['title'],
add after:

Code: [Select]
'item_image' => $item['image'],
Thanks guys!

32
mawenzi
+1  :)

From screenshot I see that image itsefl viewed with opasity (maybe) 50 %

I did something for myself, but quite the contrary - I have normaly viewed thumbnail, and made it to get opaque %50 on mouseover.

Code: [Select]
.thumb a:hover img {
filter:alpha(opacity=50);
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
opacity:0.5;
after some test you can make as you wish, to get opaque image normally, exactly on the contrary of what I did.
But I think it is not good for gallery view, imho.

-------------------------------------------------------------------------------------------------------
---- added after a while ))) I got interested and did it for  you right now )) ---------

add to the end in styles.css
Code: [Select]
.thumb img {
filter:alpha(opacity=50);
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
opacity:0.5;
}
.thumb a:hover img {
filter:alpha(opacity=90);
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
opacity:0.9;
}

and give/add to your  {thumbnail}  or  {image} div's class "thumb":
Code: [Select]
<div  class="thumb">{thumbnail}</div>
example on thumbnails you can see here.

But if you want to do exactly as on screenshot - taking effects mentioned above only on a square area in the image, you mustl use .js. Only with div you cannot do it.
I don't want in my site many javascrips, so will not test. I give you an attachaed file instead, after a few testing yuou will be able change code as you like. Attached file contains javascript which make zoon in  square area, as you want to not to zoom but bland, so you are free to test it )) see attached file below.

33
Yes, nice template! I recognise iceberg template structure in them )))) with color chanes and loosing some good fetures like hover effect on thumbnail_bit.html etc. ))

I took it and now adopting for myself, removing/adding additional things. But color perfectly matches my website!

many thanks to "Photo Community"!

Kurman

P.S. If you would like to blend thumbnails while pointer is on them, you can do it easily in this way:
add to your style.css (at the end for example) file code:
Code: [Select]
.thumb {
padding: 10px;
}

.thumb a:hover img {
filter:alpha(opacity=50);
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
opacity:0.5;
}

And secondly place your {thumbnail} between div tags adding him style name thumb:
Code: [Select]
<div class="thumb">{thumbnail}</div>
This effect can be used with any image file as well as thumbnaisl, if you like. Works on all browsers.

Example you can see here, site by now under construction, but on-line.

34
Mods & Plugins (Requests & Discussions) / Re: Thumbnails in RSS
« on: October 02, 2008, 03:49:11 AM »
Good MOD, can used instead of MOD show images in external page.

I've installed it, but RSS feed can view thumbnail if as feed I use RSS path of a sinle page, for example take RSS link from the detailed page? while viewing an image.

But if I use RSS llink from index page or catagories page, I've RSS feeded only titles and text, without thumbnail preview.
What could cause this?

link to my site

35
Mods & Plugins (Releases & Support) / Re: [MOD] Photo Preview Hack
« on: September 30, 2008, 12:01:16 AM »
Yes, rinaldos, it works properly while viewing 7 thumbnails, but when they are 9, problem remains. (I used 9 thumbnails viewer)

So, I'have decided to use 7-thumbnails instean of 9, like you in your gallery. (Of course I want 9 and more thumbnails to be viewed, but if there still no solution for that, we prefer to stay in mod, working without bugs)  8)

thanks!

36
Mods & Plugins (Releases & Support) / Re: [MOD] Photo Preview Hack
« on: September 29, 2008, 01:17:37 AM »
Nice MOD, thanks!
Quote
dann kommt auf einigen Seiten ein Thumb (Bild nicht gefunden ) ohne Bild ID details.php?image_id=
This problem I'have too. I couldn't fix it (maybe I didn't properly understand you)  :|

Does anyone know how this mode affects on speed of gallery? Is here anybody, who tested that MOD on gallery with many pictures?

37
Language Packs / Re: [Language] turkish
« on: May 01, 2006, 01:25:41 PM »
Dostlar kurdum galeriyi ve yükledim arkadaşın verdiği türkçe paketi ama bir sorunum var yüklediğim resimler ana sayfada görünmüyor,onların yerine jpeg yada gif logoları çıkıyor bu sorunu nasıl hallederiz?
Türkçe paketi için yeşekkürler.
Bir daha yuklemeyi dene, veya 1.7.2 versiyonu download et ve icindeki global.php'yi sitendekinin yerine koy.

Pages: 1 2 [3]