Re: Advanced image module for CuteNews

hello
ha ??? resize it's work for me !! but not for upload more one image
just one by one !

so if you prefer size 100 by default...open inc/images.mdu

find

line 21
$missing_thumbs_size = 150;

line 311
<input type="text" name="max" value="150" size="4"> Width of the thumb

sev

202

Re: Advanced image module for CuteNews

In image.mdu

/////////////////////////
//Configuration of missing thumbs
//(If you have images without thumbs they will automatically be generated with the following parameters.)
$missing_thumbs_size = 100;
$missing_thumbs_format = "normal"; //Change to "square" for squared thumbs or to "normal" to keep the dimensions
//////////////////////////////////

203 (edited by 2006-11-12 06:00:49)

Re: Advanced image module for CuteNews

I have cute news 1.4.5. It worked for awhile, but now i'm getting this error:

500 Internal Server Error

The server has encountered an internal error or misconfiguration and was unable to complete your request.

Re: Advanced image module for CuteNews

Check folder permissions and .htaccess then report back.

I have cute news 1.4.5. It worked for awhile, but now i'm getting this error:

500 Internal Server Error

The server has encountered an internal error or misconfiguration and was unable to complete your request.


205 (edited by 2006-11-13 03:03:36)

Re: Advanced image module for CuteNews

Well I decided to go with another version of the image module and it worked. However when I click the add thumbnail part and it puts that script it, the path is wrong:

&lt;img border=&quot;0&quot; align=&quot;none&quot; alt=&quot;&quot; hspace=&quot;15&quot; vspace=&quot;5&quot; src=&quot;./data/upimages/thumbs/bigtomato.JPG&quot;&gt;

How do i fix the path?

Re: Advanced image module for CuteNews

Can anyone help?

207 (edited by 2006-11-13 23:07:22)

Re: Advanced image module for CuteNews

I get this error message:

Warning: opendir(data/watermark) [function.opendir]: failed to open dir: No such file or directory in /srv/www/htdocs/web64/html/cute/inc/images.mdu on line 326

Warning: readdir(): supplied argument is not a valid Directory resource in /srv/www/htdocs/web64/html/cute/inc/images.mdu on line 327

on line 326 and 327:

$dir = opendir("data/watermark");
while ($single_file = readdir($dir)){

I have 1.4.5

208

Re: Advanced image module for CuteNews


Change the path until it works:
$dir = opendir("data/watermark");

Try $dir = opendir("./data/watermark"); for example.

Re: Advanced image module for CuteNews

same thing here..
i tried it on a other host (there it works) but on the one i realy need is no way to get it workin (white screen after uploading a image and there was no thumbnail created). plus on the other host where it works is a error message "
Warning: opendir(): SAFE MODE Restriction in effect. The script whose uid is 20087 is not allowed to access /srv/www/htdocs/web7/html/cutenews/data owned by uid 0 in /srv/www/htdocs/web7/html/cutenews/inc/images.mdu on line 327

Warning: opendir(data/watermark): failed to open dir: No such file or directory in /srv/www/htdocs/web7/html/cutenews/inc/images.mdu on line 327

Warning: readdir(): supplied argument is not a valid Directory resource in /srv/www/htdocs/web7/html/cutenews/inc/images.mdu on line 328
"
maybe it have something to do with "opendir" function ?!?

+ thanks for all the good work FI-DD !!

Someone already a solution for the SAFE MODE restriction. My hosting provider would rather stay of this configuration, so i've i can get it work in some way i would appreciate that... because it's a damn fine script!

Re: Advanced image module for CuteNews

I have added this hack per the instructions, I think I did everything correctly, but when I go to upload an image none of my previous images are listed and when I hit upload the page just goes blank. 


Thanks,
DAvid

211

Re: Advanced image module for CuteNews


I have no idea. Normally, there aren't any problems with this hack as it only replaces the original images.mdu. Don't know what's wrong.  https://cutephp.com/forum/style_emoticons/default/sad.gif

Re: Advanced image module for CuteNews

Ok, no problem, I am now trying to setup FCKeditor, do you know much about this program and how to point it to my current cute news image folder?

213 (edited by 2007-01-25 13:29:21)

Re: Advanced image module for CuteNews

Hi every one!!! Im using the image module for cute news...
When i see my news in a page *.php everythink seems to be alright!
But when i integrate CUTENEWS 1.3.6 with FLASH 8 using image module..
Appears a term "undefined" on my flash news..anyone know why??
just when i add an image!
Thanks


SOLVED

i just changed the link creation on textfield to the normal of cutes news [image=URL]

Re: Advanced image module for CuteNews

Hi!

Thank you so much FI-DD for This hack!!! it is very nice.

Works fine BUT my problem is this;
thumbnails are almost black? does anyone else have this problem...  https://cutephp.com/forum/style_emoticons/default/unsure.gif


Original picture
http://img100.imageshack.us/img100/1586/testpic1wt6.th.jpg
http://img100.imageshack.us/img100/1586/testpic1wt6.jpg

Upload image page
http://img510.imageshack.us/img510/1207/picatp6.th.jpg
http://img510.imageshack.us/img510/1207/picatp6.jpg

Thumb Preview
http://img475.imageshack.us/img475/5761/testpic1previewthumbfb8.th.jpg
http://img475.imageshack.us/img475/5761/te...iewthumbfb8.jpg


please... help me.

215

Re: Advanced image module for CuteNews

Hello i recently installed this program on my cute news v 1.4.1 and when i go to upload any image it takes about 10 seconds then the page goes completely blank. When i tray and close out and reopen the image page it wont show any of the uploaded images and the only way to fix this is to reinstall completely. Please help.

Re: Advanced image module for CuteNews

I want to adjust this awesome script a little bit but i cannot find it, hope somebody can help
The page shows 10 preview images, i want it to show more, say 25... also i want to change the order, it's now alfabatically orderd from numbers, A to Z, i want to change it from Z to A to numbers.

Can somebody help me?

Re: Advanced image module for CuteNews

$images_per_page = 10;
there are like 5 configuration variables. You can't have looked hard for them https://cutephp.com/forum/style_emoticons/default/dry.gif
as for the order: don't know.

218

Re: Advanced image module for CuteNews

Hello i recently installed this program on my cute news v 1.4.1 and when i go to upload any image it takes about 10 seconds then the page goes completely blank. When i tray and close out and reopen the image page it wont show any of the uploaded images and the only way to fix this is to reinstall completely. Please help.

Look there
http://english.cutenews.ru/forum/pictur … .html#4048

Re: Advanced image module for CuteNews

$images_per_page = 10;
there are like 5 configuration variables. You can't have looked hard for them https://cutephp.com/forum/style_emoticons/default/dry.gif
as for the order: don't know.

I did a search for 10, but probally below line 17... stupid from me... i am sorry.
Thanks for you reply

Re: Advanced image module for CuteNews

this script still working?
what about in 1.4.5?

Re: Advanced image module for CuteNews

Is there a way to allow users to create folders/directories?

Re: Advanced image module for CuteNews

this script still working?
what about in 1.4.5?

I would like to know too please... It looks like an amazing addon. does it work in 1.4.5?

Thanks

Re: Advanced image module for CuteNews

It's work fine ith cutenews 1.4.5

bmp file
If I upload bmp file the thumbnails is not working , I get black thumnails , can someone help me with this please

Re: Advanced image module for CuteNews

Just a note of congrats to FI-DD, this hack is the daddy !!
Works perfectly in 1.4.5, no problems installing or using.

Now I've got the pop-up set to true & the .js file in my main folder everything is 100% perfect.
I'm well impressed mate, a real goodie https://cutephp.com/forum/style_emoticons/default/clapping.gif

Re: Advanced image module for CuteNews

Hi there!
Is it possible to open clickable thumbs with Highslide JS - or with a popup window?

Posts: 201 to 225 of 426

Pages Previous 1 7 8 9 10 11 18 Next

You must login or register to post a reply

CutePHP Forums → Script Feedback and Suggestion → Advanced image module for CuteNews



The pun_antispam official extension is installed. Copyright © 2003–2009 PunBB.