Re: Advanced image module for CuteNews

I love this addon! Keep up the good work! Thanks alot https://cutephp.com/forum/style_emoticons/default/smile.gif

Re: Advanced image module for CuteNews

FI-DD IS their a possibilty you could add a notification to this hack. I'm using you script to let people of my sport club upload their pictures to me trough my webspace. Email isn't that usefull because most of the time the send me pictures in high quality and is the mail to big to sent me.

So it would be usefull for me if i get a mail everytime the upload button is pushed saying which user uploaded the pictures and wihich pictures he uploaded, so i can give the athor of the pictures credits for them.

Re: Advanced image module for CuteNews

I installed the mod, and it will insert images, and create a thumb easily, the only problem iw with 'Clickable Thumbs'.

When i choose that option it only shows the file name in a text link which goes to a pop up, any ideas?

Cheers
Chris

179 (edited by 2006-07-18 15:11:37)

Re: Advanced image module for CuteNews

I installed the mod, and it will insert images, and create a thumb easily, the only problem is with 'Clickable Thumbs'.

When I choose that option it only shows the file name in a text link which goes to a pop up, any ideas?

Cheers
Chris

Look at the html, you will see it is rnot referencing the correct url to the image. My solution (unfortunately) to this was to dump all the cuteNews 1.4.1 files into public_html; then it works with the exception in Edit News the thumbnails it displays while thumbnail sized are actually the full size images.

I continute to monitor this thread dreaming of the day when these small details get addressed.

Re: Advanced image module for CuteNews

Hello,
Thanks for a fantastic addition to CuteNews! Should be a part of the standard installation  https://cutephp.com/forum/style_emoticons/default/smile.gif ...
Installed like a dream too.

I have a question about a mod for this mod-

Would it be possible to add another form field (Large image width: X, default 250) and a function that would allow for sizing of the large images?

A lot of users either don't have the programs or knowledge to size the large images for the web - if we coud give them an option to do it online, with all the other image processing (maybe even adding a jpeg quality field or a hidden value with a default of, let's say, 75), it would make the CuteNews a complete web site management option for even the most computer-unsavvy folk...

Alas, I'm not a programmer, and couldn't add this feature to the script myself  https://cutephp.com/forum/style_emoticons/default/blink.gif .
Any suggestions would be much appreciated!

Re: Advanced image module for CuteNews

Actually I cant even get the thumbs to work https://cutephp.com/forum/style_emoticons/default/sad.gif

Re: Advanced image module for CuteNews

Is there anyway for when I get this working to add a feature from the old uploader?

When you upload an image an option to 'Inser now' was present.

Could you add it?
(I'm on 1.3.6)

183 (edited by 2006-08-08 18:59:22)

Re: Advanced image module for CuteNews

I'm missing two things in this Plugin. A Button with "Upload Folder" and "insert all pics of this folder"  https://cutephp.com/forum/style_emoticons/default/rolleyes.gif

I've tried myself implementing this but i wasn't successfull  https://cutephp.com/forum/style_emoticons/default/unsure.gif
got only a script which reads the files in a directory:

if ($handle = opendir($Ordner)) 
    {
           while (false !== ($file = readdir($handle))) 
        {
            if ($file != "." && $file != "..") 
            {        
                 $code="$code" . "$file";
            }
        }
        closedir($handle);
    }
echo $code;

Maybe sb can implement this. if not i have to try myself coding again  https://cutephp.com/forum/style_emoticons/default/blink.gif

Re: Advanced image module for CuteNews

Hi FI-DD

(marcelo wrote this in your web site)
1) What do I have to do to change the order of the last picture apear in first position.
Now it apear in aphabethic order.

(My question)
2) I want to be able to change the name of the photos without altering the completion .jpeg , jpe, or .gif

Thanks  https://cutephp.com/forum/style_emoticons/default/biggrin.gif

185 (edited by 2006-09-11 17:00:23)

Re: Advanced image module for CuteNews

I had this hack working fine on a CN 1.41 installation.
I have just upgraded the installation to 1.45 which overwrote the images.mdu file.

So I then tried putting the images.mdu version 3 file up on the site but my images no longer work - is there a version that works with CN1.45?

Re: Advanced image module for CuteNews

UPDATE - Since posting the above about it not working on v1.45 I have tested my other installations (I have 6 licensed CN installations, all with this hack installed).

All had previously worked fine.
All but one are v1.41, the other is 1.45
The only thing that has changed is my own PC, I had to buy a new one at the weekend. I have the same OS installed (Win2k Pro) and as far as I can remember have all the same software installed - so why would image insertion suddenly stop working...?

What appears to be happening is that the image IS uploaded, but no thumbnail is created.

The "upimages" and "thumbs" folders are CHMOD'd to 777

I'm at a loss, as suddenly I cannot insert image thumbnails into any of my installations - anyone got any ideas? or anyone had similar problems?

Re: Advanced image module for CuteNews

BUMP -

Anyone at all with any ideas on this one?

Does anyone know if you need to have any particular libraries installed on either the server or on the PC for this hack to work properly?

As I have noted, this is a new PC, so maybe I have a library missing that I had installed before when all 6 of my news installations worked ok...?

I'm actually getting so desperate now that I am on the verge of ripping out all 6 installations and trying re-installations - but if it is down to a missing library on my PC I will be wasting hours of my time...

188 (edited by 2006-09-17 15:55:09)

Re: Advanced image module for CuteNews

the server need to support php (offcourse) and some library for converting images into thums. I don't remember the name, but most common php-servers support it (i think). If you are hosting those site by your own, i guess you need to install them??

EDIT: I think you need to support "GD2 Lib". But once again: I'm not sure, it might be the wrong name i'm giving you https://cutephp.com/forum/style_emoticons/default/tongue.gif

Re: Advanced image module for CuteNews

Is there a version of this hack that will work with 1.45?

190 (edited by 2006-09-20 22:51:22)

Re: Advanced image module for CuteNews

The Hack for 1.4.1 definitely works with 1.4.5 on my Page.
Maybe its just a .htaccess which denys the access for the script

191 (edited by 2006-09-28 22:09:55)

Re: Advanced image module for CuteNews

Hi,  when you post a news with multiple pictures in a Clickable Thumb mod is there any way (hack or mod) to add in the popup a link like : << Screen Shoots Next  pic1 | pic2 | pic3 etc... Screen Previous>>.
In this way the visitor can chose to click on a another picture instead of closing the popup and click on another picture.
Another request :
Is there a way to sort images by date instead sort by name ??
Thanks in advance

192

Re: Advanced image module for CuteNews

no ideas ?? https://cutephp.com/forum/style_emoticons/default/sad.gif

193

Re: Advanced image module for CuteNews

Ok.. I might be confused about this but here goes..

I am wondering where to put this code at:

<script type="text/javascript" src="./popup.js"></script>

 
I got everything else done just wondering were i place that...

Cause in the readme file:
2.
Open your newspage and put this in the head of the page:

<script type="text/javascript" src="./popup.js"></script>

What newspage is it talking about.. Is it talking about the page my news loads on /public_html/index.php page or inside the news program itself after i login in to it..

Can anyone help me solve this problem... Thanks

Re: Advanced image module for CuteNews

It means the page that actually DISPLAYS your news on your website.

195

Re: Advanced image module for CuteNews

hi,
Is there any way to sort images by date instead to be sort by name ??

196

Re: Advanced image module for CuteNews

It means the page that actually DISPLAYS your news on your website.

ok so i put it this script on my main index page where it loads.. if thats correct, let me know

cuz thats where my news displays at..

Re: Advanced image module for CuteNews

If that's the page where the public can read your news, then yes, that's where you put it.

198

Re: Advanced image module for CuteNews


hi,
Is there any way to sort images by date instead to be sort by name ??


http://english.cutenews.ru/forum/picture-a...-t729.html#4048

Re: Advanced image module for CuteNews

Hi


great hack but I have a small problem.

I need to change added picture to resize into width=150 and height=100, oraz same resizing width to 150.

What I must change in the code this hack, but I don't know how  https://cutephp.com/forum/style_emoticons/default/sad.gif

200

Re: Advanced image module for CuteNews

Hi
great hack but I have a small problem.

I need to change added picture to resize into width=150 and height=100, oraz same resizing width to 150.

What I must change in the code this hack, but I don't know how  https://cutephp.com/forum/style_emoticons/default/sad.gif


I would also like to know how myself, but in a smaller size though like 100 X 100