Anyone?
Where is definition of size of main thumbnails?
I'm lookin everywhere, in theme files, styles even in core files but i can't find it
I just wanna bigger thumbnails in main page of gallery, in options in admin backend i can change entire album thumbnails size and cropping but there no settings for main page thumbs...
Please help me and sorry for my english
Ok i found the theming tutorial but there is no explanation of editing thumbnails size, i guess the getImageThumbnail function is responsible for showing thumbs on main page, i'm lookin in index.php of my default theme but i can't figure it out how to change the thums size
i'm totally lost please show me the fragment of code which is responsible for showing thumbs on main page
Ok, i think i get it, i only changed in index.php in folder theme the getImageThumb to getCustomImageThumb and defined in template-functions.php the size of thumbs, it's changed but now above the image i get the warning code:
"Warning: Missing argument 2 for printCustomAlbumThumbImage(), called in /public_html/zen/themes/default/index.php on line 28 and defined in /public_html/zen/zp-core/template-functions.php on line 492"
what i doin' wrong? please help me, my php knowledge is really basics