trouble with file_auto_rename and file_overwrite

See all posts Reply

trouble with file_auto_rename and file_overwrite new!
by volto, 16 years, 5 months ago
Here is what i am trying to do:
$handle->image_resize        = true;
$handle->image_ratio_y       = true;
$handle->image_x             = 120;
$handle->file_new_name_body  = $propertyid.'_'.$f.'_thumb';
$handle->image_convert       = 'jpg';
$handle->file_auto_rename    = false;
$handle->file_overwrite      = true;
Reply
Re: trouble with file_auto_rename and file_overwrite new!
by volto, 16 years, 5 months ago
nevermind, seems to be working now. strange. Oh I am having a problem with these forums, after i have read any post, i cant go to different pages anymore, it just goes back to the thread i was viewing when i click another page number, or the > or >>.Reply
Re: trouble with file_auto_rename and file_overwrite new!
by Andrew, 16 years, 3 months ago
>I am having a problem with these forums, after i have read any post, i cant go to different pages anymore,

Me to. I'm browsing with Opera, I have to click 'See all posts' and then click on the page number I want (obviously remembering it) and finally I can click on the post I want to read.Reply
Re: trouble with file_auto_rename and file_overwrite new!
by colin, 16 years, 3 months ago
I don't experience the problem. But I did code the forum myself, so maybe there are some bugs...

Could you give me a precise step-by-step so I can replicate the issue?

update: I think I see what you mean. You display a post in a tab, and then open the forum in another tab. That new tab, rather than opening the forum main page, is stuck on the post you were viewing on the first tab. is that right?

Thanks.Reply