Thanks Serge. I found that I was working off outdated Wind base template. Updated and got these two items, otherwise a code compare shows these, my CSS & JS, my header and footer.
<!-- LOOKING FOR YOUR JAVASCRIPT? It's all been combined into the link below -->
<?= $theme->get_combined("script") ?>
<!-- LOOKING FOR YOUR CSS? It's all been combined into the link below -->
<?= $theme->get_combined("css") ?>
I've tried switching to Wind and Grey Dragon, clearing cache trying different browsers etc but have the same issue (IE9, Chrome 10.x, FF 4.0). Something up on my end for sure but strangely only seems to affect this one module. I've copied the styles into my CSS for now for a MacGyver fix.
snackmaster
Joined: 2005-11-20
Posts: 135
Posted: Wed, 2011-04-13 01:34
Working now, not sure what fixed it...
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2011-04-13 02:54
caching
raidscsi
Joined: 2011-04-26
Posts: 3
Posted: Tue, 2011-04-26 20:21
I cant enable the sidebar block module, I check the box to enable it and click update, and it refreshes the page with the module still disabled.
Sidebar block: Adds thumb navigation option in Photo View.
Version 1.7
Adds support for FancyBox Media Viewer.
Version 1.5
Adds keyboard navigation to the gallery.
Version 1.9
Platform information
Host name: LPA1137
Operating system: Linux 2.6.32-21-generic-pae
Apache: Apache/2.2.14 (Ubuntu)
PHP: 5.3.2-1ubuntu4.7
MySQL: 5.1.41-3ubuntu12.10
Server load: 0.16 0.08 0.04
Graphics toolkit: imagemagick
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Tue, 2011-04-26 20:24
most likely you have uploaded module incorrectly
make sure that there is only one level of folder with the name "thumbnav"
Ray64
Joined: 2011-05-24
Posts: 6
Posted: Tue, 2011-05-24 02:20
I use a modified version of Thumbnav 1.7 on my site which maintains the aspect ratio of the thumbnails. The thumbs are centered on a black background with thinner gridlines between blocks.
I can't get it to work. I'm new to gallery but i've followed the steps indicated. I've installed : fancybox, Thumb Navigator, shadowbox and Kbd Navigation activated them in de admin module. But nothing happens. Deactivated them en reactivated them didn't help. Please can someone help
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Sat, 2011-08-06 17:38
Is best to start one by one
Pick one module, activate it
What theme do you use?
Are modules unpacked in right location?
juliomgm
Joined: 2011-08-09
Posts: 4
Posted: Tue, 2011-08-09 14:43
Hi
I am also new in gallery and i am trying to activate Thumb navigator.
I have intaled : Thumbnav, fancybox, shadowbox, kbd_nav
All modules are active but i cant get it to work.
I have a clean install of gallery 3.
My theme is the basic one.
Also i tryed the Greydragon and nothing.
I dont now if it needs to be there but in the admin - Manage sidebar i dont have any option to use Thumbnav.
Thanks.
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Tue, 2011-08-09 16:25
thumb navigator is only visible in Photo page
you should see it as available block in Manage Sidebar. If not it means that problem is with upload
module folder goes into "modules" folder of the gallery and you should see something like this
gallery or gallery3
- modules
-- thumbnav
--- module.info
if your tree is any different below gallery, it means you have uploaded it wrong
I do not think it is...
clues:
* no sidebar module called "Navigator" mentioned
* ThumbNav module is first in the list (image 2)
* Folder name is in cammel case, try renaming it to lower case. (image 3). Any unicode chars in the folder name since you created it by hand?
I will suggest the following:
* download module's ZIP
* delete your current folder for Thumbnav
* unpack it. since it is windows enviroment, make sure that no new folders created by unzip process on its own. you would notice that "thumbnav" module is there by default.
* copy folder as is.
* activate it
* check if "Navigator" sidebar module is now present
* ...
juliomgm
Joined: 2011-08-09
Posts: 4
Posted: Wed, 2011-08-10 17:25
Thanks it was the cammel case...
Now it works.
grubernd
Joined: 2011-11-11
Posts: 4
Posted: Fri, 2011-11-11 09:14
thank you for this module. nice.
i have found one bug:
thumbnav does not honor the user-rights to folders, meaning it reserves a slot for a folder, has an active link to it, shows alt/title but no thumb-image. in my intended usage this is very disturbing because i want my gallery mostly folder-free, but would use one or two folders accessable only to me for administration purposes. take a look at my test-install to see what i mean:
on the same topic i would really like to have an option in the admin-section to hide folders from thumbnav altogether.
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Fri, 2011-11-11 16:42
I simply loop through items for the page
security should have been applied already
will need to check
on the option side... will keep it in mind
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Fri, 2011-11-11 20:33
@grubernd: Ok, there it goes
this is unofficial release for you to test
let me know if it working and I will publish it
Edit: attachment removed
grubernd
Joined: 2011-11-11
Posts: 4
Posted: Fri, 2011-11-11 17:48
you rock! it works. almost.. ;)
it leaves out folders (very cool) but gets the thumb-count wrong.
so we get "empty slots" or missing thumbs or how i should call it..
although with a little weird math.. ;)
1 folder = 1 thumb missing
2 folders = 2 missing
but:
5 folders = 4 missing (???)
and:
it always shows a minimum of two thumbs, no matter how many folders, or how high or low the settings in the admin-area are.
and: the tickbox "Hide albums in list" in the admin area doesnt change what is displayed. probably on purpose for the test version.
PS: i just found out that hidden folders are also part of the paginator in the greydragon theme,
which i understand is your masterpiece.. might want to look into that..
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Fri, 2011-11-11 20:00
I see it, you are talking about paging... will check on that
Pagination in the theme itself, interesting did not see it like that
I usually put all protected items in the end of the list, so it just become irrelevant will check
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Tue, 2012-05-15 20:48
Ok, let's try next iteration
About page paginator, this is more complex. I would have to think about this.
grubernd
Joined: 2011-11-11
Posts: 4
Posted: Fri, 2011-11-11 23:08
i think you did it. awesome!! thanks a lot for work, highly appreciated.
i'll follow up on the paginator in the correct thread of the theme.
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-01-11 21:36
Version 1.8 is up
ADMIN: Added option to hide albums from the list
Module info adjusted to match new format in G3 3.0.2+
Fix: Added translation logic for help info
Fix: Added check for security access to the photo
Added support for modules which "hack" the item logic - instead of using access functionality, changed to use ->viewable()
Goulou
Joined: 2008-03-17
Posts: 1
Posted: Sun, 2012-03-18 10:45
Is there any hope to seeing the feature suggested (and with patch!) in comment http://gallery.menalto.com/node/95116?page=1#comment-374741 ?
My gallery has many portraits, and the thumbbar would be very useful, but with all the faces resized, it is quite odd...
Goulou.
eeldivad
Joined: 2005-09-19
Posts: 42
Posted: Mon, 2012-05-14 21:16
would love to see pagination, or at least just arrows to go to next or previous page of thumbs.
also an option to maintain aspect ratio would be nice. awesome module by the way!
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Mon, 2012-05-14 21:33
eeldivad wrote:
would love to see pagination, or at least just arrows to go to next or previous page of thumbs.
also an option to maintain aspect ratio would be nice. awesome module by the way!
not sure what you mean.
this is pure kbd based functionality, no visual aspects
the thumb navigator allows us to display a set of thumbs on the photo page so that we can navigate by clicking on the thumbs. the default number of thumbs to display is 9 so its visual.
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Mon, 2012-05-14 22:19
eeldivad wrote:
the thumb navigator allows us to display a set of thumbs on the photo page so that we can navigate by clicking on the thumbs. the default number of thumbs to display is 9 so its visual.
argh, brain freeze... mixed with kbd-navigator module
no, I do not plan to support pagination yet. I know what you mean though
about aspect ratio, it is possible, I just did not have time to implement it.
but there is a hack mentioned above - http://gallery.menalto.com/node/95116?page=1#comment-374741
@bugu_c: not sure about navcarousel expectations. As Dave said you need to choose which module you want to use - one of the carousel's or thumb navigator. I do not support paging
Posts: 135
Thanks Serge. I found that I was working off outdated Wind base template. Updated and got these two items, otherwise a code compare shows these, my CSS & JS, my header and footer.
I've tried switching to Wind and Grey Dragon, clearing cache trying different browsers etc but have the same issue (IE9, Chrome 10.x, FF 4.0). Something up on my end for sure but strangely only seems to affect this one module. I've copied the styles into my CSS for now for a MacGyver fix.
Posts: 135
Working now, not sure what fixed it...
Posts: 2466
caching
Posts: 3
I cant enable the sidebar block module, I check the box to enable it and click update, and it refreshes the page with the module still disabled.
Sidebar block: Adds thumb navigation option in Photo View.
Version 1.7
Adds support for FancyBox Media Viewer.
Version 1.5
Adds keyboard navigation to the gallery.
Version 1.9
Grey Dragon Theme - 3.0.6
Gallery -
Version: 3.0.1 (Menlo Park)
Albums: 13
Photos: 432
Platform information
Host name: LPA1137
Operating system: Linux 2.6.32-21-generic-pae
Apache: Apache/2.2.14 (Ubuntu)
PHP: 5.3.2-1ubuntu4.7
MySQL: 5.1.41-3ubuntu12.10
Server load: 0.16 0.08 0.04
Graphics toolkit: imagemagick
Posts: 2466
most likely you have uploaded module incorrectly
make sure that there is only one level of folder with the name "thumbnav"
Posts: 6
I use a modified version of Thumbnav 1.7 on my site which maintains the aspect ratio of the thumbnails. The thumbs are centered on a black background with thinner gridlines between blocks.
screenshot:
[img]http://i.imgur.com/83Zen.jpg[/img]
Below are the code changes if anyone is interested.
modified thumbnav.css:
diff of changes to thumbnav_block.php:
Posts: 1
I can't get it to work. I'm new to gallery but i've followed the steps indicated. I've installed : fancybox, Thumb Navigator, shadowbox and Kbd Navigation activated them in de admin module. But nothing happens. Deactivated them en reactivated them didn't help. Please can someone help
Posts: 2466
Is best to start one by one
Pick one module, activate it
What theme do you use?
Are modules unpacked in right location?
Posts: 4
Hi
I am also new in gallery and i am trying to activate Thumb navigator.
I have intaled : Thumbnav, fancybox, shadowbox, kbd_nav
All modules are active but i cant get it to work.
I have a clean install of gallery 3.
My theme is the basic one.
Also i tryed the Greydragon and nothing.
I dont now if it needs to be there but in the admin - Manage sidebar i dont have any option to use Thumbnav.
Thanks.
Posts: 2466
thumb navigator is only visible in Photo page
you should see it as available block in Manage Sidebar. If not it means that problem is with upload
module folder goes into "modules" folder of the gallery and you should see something like this
gallery or gallery3
- modules
-- thumbnav
--- module.info
if your tree is any different below gallery, it means you have uploaded it wrong
Posts: 4
I think everything is ok.
This is my setup:
http://img855.imageshack.us/img855/8193/thumb3nl.jpg
http://img38.imageshack.us/img38/8861/thumb2je.jpg
http://img202.imageshack.us/img202/2663/thumb1sf.jpg
http://img814.imageshack.us/img814/9326/thumb4wd.jpg
Thanks.
Posts: 2466
I do not think it is...
clues:
* no sidebar module called "Navigator" mentioned
* ThumbNav module is first in the list (image 2)
* Folder name is in cammel case, try renaming it to lower case. (image 3). Any unicode chars in the folder name since you created it by hand?
I will suggest the following:
* download module's ZIP
* delete your current folder for Thumbnav
* unpack it. since it is windows enviroment, make sure that no new folders created by unzip process on its own. you would notice that "thumbnav" module is there by default.
* copy folder as is.
* activate it
* check if "Navigator" sidebar module is now present
* ...
Posts: 4
Thanks it was the cammel case...
Now it works.
Posts: 4
thank you for this module. nice.
i have found one bug:
thumbnav does not honor the user-rights to folders, meaning it reserves a slot for a folder, has an active link to it, shows alt/title but no thumb-image. in my intended usage this is very disturbing because i want my gallery mostly folder-free, but would use one or two folders accessable only to me for administration purposes. take a look at my test-install to see what i mean:
http://bilder.grubernd.at
on the same topic i would really like to have an option in the admin-section to hide folders from thumbnav altogether.
Posts: 2466
I simply loop through items for the page
security should have been applied already
will need to check
on the option side... will keep it in mind
Posts: 2466
@grubernd: Ok, there it goes
this is unofficial release for you to test
let me know if it working and I will publish it
Edit: attachment removed
Posts: 4
you rock! it works. almost.. ;)
it leaves out folders (very cool) but gets the thumb-count wrong.
so we get "empty slots" or missing thumbs or how i should call it..
although with a little weird math.. ;)
1 folder = 1 thumb missing
2 folders = 2 missing
but:
5 folders = 4 missing (???)
and:
it always shows a minimum of two thumbs, no matter how many folders, or how high or low the settings in the admin-area are.
and: the tickbox "Hide albums in list" in the admin area doesnt change what is displayed. probably on purpose for the test version.
PS: i just found out that hidden folders are also part of the paginator in the greydragon theme,
which i understand is your masterpiece.. might want to look into that..
Posts: 2466
I see it, you are talking about paging... will check on that
Pagination in the theme itself, interesting did not see it like that
I usually put all protected items in the end of the list, so it just become irrelevant will check
Posts: 2466
Ok, let's try next iteration
About page paginator, this is more complex. I would have to think about this.
Posts: 4
i think you did it. awesome!! thanks a lot for work, highly appreciated.
i'll follow up on the paginator in the correct thread of the theme.
Posts: 2466
Version 1.8 is up
Posts: 1
Is there any hope to seeing the feature suggested (and with patch!) in comment http://gallery.menalto.com/node/95116?page=1#comment-374741 ?
My gallery has many portraits, and the thumbbar would be very useful, but with all the faces resized, it is quite odd...
Goulou.
Posts: 42
would love to see pagination, or at least just arrows to go to next or previous page of thumbs.
also an option to maintain aspect ratio would be nice. awesome module by the way!
Posts: 2466
not sure what you mean.
this is pure kbd based functionality, no visual aspects
Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter
Posts: 42
the thumb navigator allows us to display a set of thumbs on the photo page so that we can navigate by clicking on the thumbs. the default number of thumbs to display is 9 so its visual.
Posts: 2466
argh, brain freeze... mixed with kbd-navigator module
no, I do not plan to support pagination yet. I know what you mean though
about aspect ratio, it is possible, I just did not have time to implement it.
but there is a hack mentioned above - http://gallery.menalto.com/node/95116?page=1#comment-374741
Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter
Posts: 42
sweet! thx man!
Posts: 421
Can I display thumbnails at "re-size thumbnails" instead of "square thumbnails"?
Thanks.
Posts: 421
And an additional question: How to display this block under photo?
Thanks again.
Posts: 2466
there is no autoresize option but if you scroll up you will see hack to use actual image ratio
Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter
Posts: 2466
you mean like with navcarusel module?
Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter
Posts: 421
Can you tell me how to do this?
Yes.
Posts: 2466
Please find details here - http://gallery.menalto.com/node/95116?page=1#comment-374741
You can use that module instead and not install thumb nav
Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter
Posts: 421
Thanks for that tip.
Here is why I want to use your module: http://gallery.menalto.com/node/107076
Thanks.
Posts: 2466
For the aspect ratio suggestion:
please try it here - http://photo.dragonsoft.us/california/yosemite/2007_04200038
Suggestions?
@bugu_c: not sure about navcarousel expectations. As Dave said you need to choose which module you want to use - one of the carousel's or thumb navigator. I do not support paging
Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter
Posts: 42
perfect! please let us know when next update is avaialable.
Posts: 421
I copied thumbnav_block.html.php to /themes/greydragon/views
And put this code to photo.html.php
<? include("thumbnav_block.html.php"); ?>
But not working
Could you please how to do this?
Thanks.
Posts: 2466
it will not work like that, sorry.
still trying to understand what you are trying to achieve
Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter
Posts: 421
Hi,
My sidebar block currently like this:
[img]http://gallery.menalto.com/files/1_24.jpg[/img]
How to change to like this?
[img]http://gallery.menalto.com/files/2_14.jpg[/img]
(Display thumbnails in full width of sidebar?!?)
Thanks.
Posts: 2466
you need to make CSS changes (probably adding it into custom.css, if you use GD)
Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter
Posts: 421
I'm using GD but I don't know what I need to change.
Posts: 2466
url needed to suggest precise changes
Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter
Posts: 421
My URL
Thanks.
Posts: 2466
Closest I've got after quick look - add the following in your custom.css
Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter
Posts: 421
Hi Serge,
Thanks for your code, it works well here
But its seem this: http://gallery.menalto.com/node/95116?page=1#comment-374741 not working with 1.8?
Any idea? Are you planning make an options on Admin for this?
Thank you so much.
Posts: 2466
I am looking to introduce this as an option
Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter
Posts: 421
Hi,
How can I display this block in somewhere I want?
Thanks.
Posts: 6
Attached are the changes I made to integrate my customizations with Thumbnav 1.8: