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 - apaunganhote

Pages: [1] 2
1
Hi,

I want to show all images from all categories with pagination, will it be possible or is there any mod out there already ? Thanks.

With Regards,

2
Mods & Plugins (Releases & Support) / Re: [MOD] Exif V.1.7.6
« on: October 21, 2009, 02:54:50 AM »
V@no and Andi,

Thanks much! I will be looking forward to have member functions :)

3
Mods & Plugins (Releases & Support) / Re: [MOD] Exif V.1.7.6
« on: October 20, 2009, 03:57:59 PM »
anyone?  :(

4
Tutorials / Re: [TUT] One Image - Three Sizes
« on: October 19, 2009, 09:51:34 AM »
I don't know where to ask support question because I don't know where it is came from. I installed all of the 4 mods.

Quote
1. [Mod] Auto image resize on upload
http://www.4homepages.de/forum/index.php?topic=7700.0

2. [MOD] Auto copy original file to /big/ folder by resize on upload
http://www.4homepages.de/forum/index.php?topic=7700.msg22313#msg22313

3. [MOD] Alternate directory for download files
http://www.4homepages.de/forum/index.php?topic=7499.msg33712#msg33712

4. [Mod] Show original image in new window by clicking on image
http://www.4homepages.de/forum/index.php?topic=3236.0

My Problem is that, I set max width 600px for auto resize. If i add pic more than 600 px, it show the pic in details page. But If i upload less than 600px, it doesn't show the image in details page anymore. I checked the image file and it's in data/media/category folder. But yea that image is not in data/media/category/big since it is not needed to resize.

Any idea please ?

===============================
Edit: Sorry I got it working now. It's because of i missed one {if media_src_big}, thanks.

Thanks.

5
Mods & Plugins (Releases & Support) / Re: [MOD] Exif V.1.7.6
« on: October 19, 2009, 09:15:40 AM »
I just installed this mod and I am not clear with the following problem.

1. Do we need to run EXIF Index from admin panel everytime, whenever we upload new images ?

Because currently, when i upload image using Imagemagick, it doesn't add EXIF data to the database. I have to go to admin panel and update everytime. I think i did something wrong right ?

6
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: October 17, 2009, 05:17:39 AM »
Problem is in template files you've edited.

Thank you so much V@no. I got it now. Only one problem, I tried to upload .png file. But it's says invalid extension. Where can i choose to accept png file, my default extensions for uploading png image is accpted. I can only png image for my gallery. Just that I can't upload for your avatar. Any idea?

And one more thing, for feature request, can you add auto image resize function for avatar ? Because,  currently whenever user want to upload the avatar, they have to resize by theirself first. It's pretty troublesome nowadays. If you can hack the module from your auto resize image to avatar. It will be very nice. I'm looking forward to get this new feature from you.

Thank you very much indeed!

With Regards,

7
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: October 17, 2009, 04:20:11 AM »
I don't know why, i got this error when i accessing control panel.

Code: [Select]
Parse error: parse error in C:\wamp\www\4images\includes\template.php(101) : eval()'d code on line 107
I attached my member.php . Please kindly check it for me.

8
Mods & Plugins (Releases & Support) / Re: [MOD] Photo Preview Hack
« on: October 16, 2009, 05:43:19 PM »
Hi!
...
And another one thing i didn't clear is,

It's showing latest image for that category or Latest pic + Oldest Pic ?....
look at my detail page, the horizontal images, is the hack.

mfg Andi

Oops yeap, I got it.

I really like your site. Can i ask you one thing about EXIF info ? Is that mod ? The default EXIF info is not too much detail like that one right ? If that's mod, can you please kindly point me out where can i find it ?

And my one still cannot have Previous and Next button even there's code in the details page. Any idea please ?

Thank you.

With Regards,

9
Mods & Plugins (Releases & Support) / Re: [MOD] Photo Preview Hack
« on: October 16, 2009, 11:04:59 AM »
I just installed it.

I don't know why it doesn't show Previous and Next Image anymore even I still have code in details.html. My previous and next code is like this

Code: [Select]
<table width="100%" border="0" cellspacing="0" cellpadding="3">
<tr valign="top">
<td class="row2">{if prev_image_name}{lang_prev_image} <b><a href="{prev_image_url}">{prev_image_name}</a></b>
 <br /><br /><a href="{prev_image_url}"><img src="{prev_thumb_file}" border="1"></a>
{endif prev_image_name}</td>
<td align="right" class="row2">{if next_image_name}{lang_next_image} <b><a href="{next_image_url}">{next_image_name}</a></b>
 <br /><br /><a href="{next_image_url}"><img src="{next_thumb_file}" border="1"></a>
{endif next_image_name}</td>
</tr>
</table>

And another one thing i didn't clear is,

It's showing latest image for that category or Latest pic + Oldest Pic ?

Please kindly help me out.

Thanks.

With Regards,

10
oops .. no wonder, i am testing with admin :( . Sorry . Works Perfect !

11
Hi v@no,

I installed it successfully. But only one thing, captcha image doesn't validate and check, which means i can submit blank or type wrongly and submit. It accepts. Which can be cost ? Is it because of i didn't install recaptcha mod right ? I check ajaxcomments.php and i saw the code there's about checking captcha which is like this

Code: [Select]
    if ($captcha_enable_comments && !captcha_validate($captcha)) {
      $msg .= (($msg != "") ? "<br />" : "").$lang['captcha_required'];
      $error = 1;
    }

Other fields are working as normal, like headline, comment. Just that captcha ? Any idea what should i missing ? I am using latest version of 4images.

With Regards,

12
Discussion & Troubleshooting / Re: Resize images on details page
« on: October 15, 2009, 03:48:21 AM »
Thanks for your quick responses. I gotta try and get back to you  :D . Thanks.

With Regards

=====================================================
Just Tested, everything works fine. Only just one thing, mawenzi , can you please kindly tell me which code do i have to change from the includes/functions.php to get exif info from big image ?

Thanks much.

With Regards

13
Discussion & Troubleshooting / Re: EXIF Information Doesn't show
« on: October 15, 2009, 01:24:03 AM »
... function "exif_read_data() " must be enable in your php version ...
... here some statements and hints  ... http://www.4homepages.de/forum/index.php?topic=18352.msg100155#msg100155 ...

Great, it's solved mawenzi :) . Thank you very much.

With Regards,

14
Discussion & Troubleshooting / Re: Resize images on details page
« on: October 15, 2009, 01:11:36 AM »
... you are right ... sorry ... I've corrected the link ...
... but remember ... with the resizing MOD you are loosing the exif-infos from your images ...
... but there are still other ways to show the exif-infos on the detail-page ...

Oops, is it ? Can you please kindly point me out, how to show exif-infos into the page for those resize images ? Because I really need exif-info and resize mods that's why. Thanks mawenzi.

With Regards,

15
Discussion & Troubleshooting / Re: EXIF Information Doesn't show
« on: October 14, 2009, 06:47:25 PM »
are you using default template?
did you resize the image?

Yes V@no, I am using default image.

Nope, there's no modification. I didn't resize.

Pages: [1] 2