please test it and link me to a post to check itdougivks wrote:redownloaded, replaced, and reset cache. still nothing. Even made sure that the code change to solve the QR problem with prosilver was in there.kber wrote:please download the mod again and overwrite the old filesdougivks wrote:Can not figure out why I can not get this to work. Copied the appropriate file to my styles template directory (using ProNight which is a prosilver based theme). Added the one line of code to my view-topic-body file, cleared my cache, and nothing. phpbb version 3.08
Easy Resize Posted Image
Re: Easy Resize Posted Image

Re: Easy Resize Posted Image
We got it fixed. We don't know why, but it was not calling the function automatically so It had to be called manually in the footer. Something about it not seeing any images initially. My co admin fixed it. he's smarter than me.
Re: Easy Resize Posted Image
I already downloaded the zip file, and after I implement this
CODE: SELECT ALL
window.onload = resizeimg;
replace with
CODE: SELECT ALL
onload_functions.push('resizeimg();');
should I upload the easy_resizer.html to my template folder?
CODE: SELECT ALL
window.onload = resizeimg;
replace with
CODE: SELECT ALL
onload_functions.push('resizeimg();');
should I upload the easy_resizer.html to my template folder?
Re: Easy Resize Posted Image
yesmamartz wrote:I already downloaded the zip file, and after I implement this
CODE: SELECT ALL
window.onload = resizeimg;
replace with
CODE: SELECT ALL
onload_functions.push('resizeimg();');
should I upload the easy_resizer.html to my template folder?

Re: Easy Resize Posted Image
I already uploaded the easy_resizer.html and is using another template
should i put a code something like this? where should I put it? thnx a lot in advance <!-- INCLUDE easy_resizer.html -->
should i put a code something like this? where should I put it? thnx a lot in advance <!-- INCLUDE easy_resizer.html -->
Re: Easy Resize Posted Image
you should put it in viewtopic file , just as the mod installation file domamartz wrote:I already uploaded the easy_resizer.html and is using another template
should i put a code something like this? where should I put it? thnx a lot in advance <!-- INCLUDE easy_resizer.html -->

Re: Easy Resize Posted Image
I already inserted the <!-- INCLUDE easy_resizer.html --> on my viewtopic.php and it seems that it was still not working
Apologize of being so noob about this, can you please provide a step by step procedure for this to work? thnx in advance

Apologize of being so noob about this, can you please provide a step by step procedure for this to work? thnx in advance
Re: Easy Resize Posted Image
Are you read the modex file ? viewtopic_body.html , not viewtopic.phpmamartz wrote:I already inserted the <!-- INCLUDE easy_resizer.html --> on my viewtopic.php and it seems that it was still not working![]()
Apologize of being so noob about this, can you please provide a step by step procedure for this to work? thnx in advance

Re: Easy Resize Posted Image
Apologize again about that.. i already opened the resize.xml and followed the instructions. already cleared the cache but it seems that it was not really working
any idea? thnx in advance

Re: Easy Resize Posted Image
in the same file , try to addmamartz wrote:Apologize again about that.. i already opened the resize.xml and followed the instructions. already cleared the cache but it seems that it was not really workingany idea? thnx in advance
Code: Select all
<!-- INCLUDE easy_resizer.html -->
Code: Select all
<!-- INCLUDE overall_footer.html -->
