Forum Index
RegisterSearchFAQMemberlistUsergroupsLog in
Manage images
Goto page 1, 2  Next
 
Reply to topic    Forum Index » Suggestions View previous topic
View next topic
Manage images
Author Message
maqs



Joined: 20 Aug 2006
Posts: 112
Location: Lund, Sweden

Post Manage images Reply with quote
I have a few ideas that i thought would be cool for the image-plugin.



1. It would be great if you could create new directories when you upload your images.

2. It also would be nice if the pop-up that opens when you click a thumbnail on your page was adjust to the image.

3. It would be really cool if you could resize the image on upload, as you can with the thumb-nails.



Just a few sugestions, think about it. Smile

_________________
www.eldar.se

marcus@eldar.se
Fri Sep 29, 2006 3:04 pm View user's profile Send private message Visit poster's website ICQ Number
Guest








Please login to hide the ads.

FI-DD
Admin


Joined: 22 Sep 2005
Posts: 2857
Location: Germany

Post Reply with quote
Thought about it and will do it in the next few days. Smile
Sat Sep 30, 2006 1:22 pm View user's profile Send private message
maqs



Joined: 20 Aug 2006
Posts: 112
Location: Lund, Sweden

Post Reply with quote
SWEET!!! Very Happy

_________________
www.eldar.se

marcus@eldar.se
Sat Sep 30, 2006 5:54 pm View user's profile Send private message Visit poster's website ICQ Number
Saszoo



Joined: 07 Jun 2006
Posts: 410
Location: Norway

Post Reply with quote
If you're working on this anyway..

could you make it optional to have the align-tag and the border-tag?

I use img classes in my css so I style the alignment and border from there, so it would be nice to not have to alter the inserted code each time Very Happy

_________________
My cute.ru site
Sun Oct 01, 2006 10:17 am View user's profile Send private message Visit poster's website
ksen



Joined: 04 Jun 2006
Posts: 142

Post Multimedia Support as well!! Reply with quote
Hi since ur gona work on this, just thought i would make a suggestion as well!!

The suggestion is to include multimedia support for the image manager!!



I know there have been a couple of posts on this subject and u have proposed the use of x-fields. But i thought it i wud suggest this nevertheless cos i think its more organised if u have all these functions in one. The basic requirements as i would think whould be to,



1. Allow to upload multimedia content (eg- video, music, powerpoint, flash) - [i beleive this is the easiest part whr u only have to include the file extension in the allowed extensions list!!]

2. In the case of video or flash, to be able to stream the media.

3. Any other format the user requires - to be able to give a link to the file so as to click and download.



I found a interesting article from the spaw editors forum whr a bit of code for including flash / video is given. Hope its usefull!!



http://forums.solmetra.com/viewtopic.php?t=733&highlight=video

Hope u wud have time to look into this suggestion as well.[/url]
Sun Oct 01, 2006 3:46 pm View user's profile Send private message
scottdallas



Joined: 04 May 2006
Posts: 2027
Location: US

Post Reply with quote
I find the image manager kinda a pain in the butt to use. I've put my own image management system into my admin panel. Basically, I use an image and I never use it again or touch it. I just want to know that the link and image are never going to break and they will sit in my database and I presume that's how most people feel about their images. I don't need them archived on a pretty page.



If anyone is interested, I'll share my little uploader. Well, I didn't write it.. I just tweaked it. But it allows you to upload any file type straight inside the admin panel and after upload it tells you in a <textarea > the URL to the file that was just uploaded to your server so you just plop it in your post where necessary (ie. {avatar} or perhaps <embed src="blahblah.swf">). I find this the most efficient way of doing things (in fact I have 10 down the left side of my admin panel just in case I'm in hardcore adding mode and I can be like upload screenshot, upload swf, upload screenshot, upload mpg, etc.). After spoiling myself with this, I haven't used the image manager ever again.

_________________
www.scodal.com is an example of cnr as a social forum - www.scottdizzle.com is an example of cnr as a personal website to share whatever cool stuff i feel like. i have another, but it's nsfw. pm me Wink
Tue Oct 03, 2006 4:33 am View user's profile Send private message Visit poster's website AIM Address
ksen



Joined: 04 Jun 2006
Posts: 142

Post Reply with quote
hey i'm very much interested, could u post the code pls??

thanx
Tue Oct 03, 2006 5:33 am View user's profile Send private message
scottdallas



Joined: 04 May 2006
Posts: 2027
Location: US

Post Reply with quote
Alright here it is.. I usually just include it with an iframe somewhere. 2 things need to be done to make it work:



1) Find and change:

$yourdomain = 'http://www.CHANGETHIS.com/';



2) Create /uploads/ on your server (or change $uploaddir = 'uploads/'; and make your own custom path)



One thing you might want to know about this.. It's almost too powerful.. If someone finds the URL to the file they can upload php files and run scripts. This is why I use this in conjunction with:

http://forums.tizag.com/showthread.php?t=239



That'll let you password protect any page by requiring 'approve.php' as explained in that page. So what I do is duplicate upload.php 10 times (upload1.php, upload2.php, upload3.php, etc.) and put them all in an iframe.. Then I'll put a link like <a href="upload1.php" target="upload1">refresh</a>.



That's kinda a quick thrown together explanation of what I do. It's a bunch of mismatched code from smart people and I put it together to do fancy things for me.. you can do whatever you like with it. It's just a simple php uploader file Razz The fun part is getting it into your cutenews admin panel.



upload.zip
 Description:
Contains 'upload.php'

Download
 Filename:  upload.zip
 Filesize:  563 Bytes
 Downloaded:  179 Time(s)


_________________
www.scodal.com is an example of cnr as a social forum - www.scottdizzle.com is an example of cnr as a personal website to share whatever cool stuff i feel like. i have another, but it's nsfw. pm me Wink
Tue Oct 03, 2006 6:56 am View user's profile Send private message Visit poster's website AIM Address
ksen



Joined: 04 Jun 2006
Posts: 142

Post Reply with quote
Thanx scottdallas, i will try this over the weekend and report of any dificulties k.
Wed Oct 04, 2006 3:39 am View user's profile Send private message
scottdallas



Joined: 04 May 2006
Posts: 2027
Location: US

Post Reply with quote
yeah sounds good let me know what you run into cause i'll figure out a way to make it do what you want. here's how my admin panel looks if this helps you get an idea:



Well.. the width of this image is ridiculous cause I use 1600x1200 so here's a link



http://www.scodal.com/uploads/31100406adminpanel.jpg

_________________
www.scodal.com is an example of cnr as a social forum - www.scottdizzle.com is an example of cnr as a personal website to share whatever cool stuff i feel like. i have another, but it's nsfw. pm me Wink
Wed Oct 04, 2006 3:31 pm View user's profile Send private message Visit poster's website AIM Address
maqs



Joined: 20 Aug 2006
Posts: 112
Location: Lund, Sweden

Post Reply with quote
I'd think I'll wait til FI-DD's modified image plugin gets here. But yours isn't that bad. Smile

_________________
www.eldar.se

marcus@eldar.se
Wed Oct 04, 2006 4:13 pm View user's profile Send private message Visit poster's website ICQ Number
scottdallas



Joined: 04 May 2006
Posts: 2027
Location: US

Post Reply with quote
it's understandable, mines not really even a plugin for cutenews.ru at all, just something i find extremely handy

_________________
www.scodal.com is an example of cnr as a social forum - www.scottdizzle.com is an example of cnr as a personal website to share whatever cool stuff i feel like. i have another, but it's nsfw. pm me Wink
Wed Oct 04, 2006 4:33 pm View user's profile Send private message Visit poster's website AIM Address
FI-DD
Admin


Joined: 22 Sep 2005
Posts: 2857
Location: Germany

Post Reply with quote
Ok, here it is. Copy images.ini to the inc/lang/en folder and images.mdu to the inc/mod folder.



Features:

- Resize images

- Create popup windows that fit the size of the image.

- Create, edit and delete subfolders.

- Upload files to subfolders

- Move files to other subfolders.

- Possibility to show a text in the post so removed files won't show as a red cross.

- Upload and embed videos.

- All settings can be changed in the image manager.



Especially for Scott:

- Moving/renaming files and renaming subfolders doesn't break already inserted files. The script will go through the posts and apply the changes to the paths.



Get the script from here:

http://english.cutenews.ru/forum/improved-image-manager-t269.html



Or download it with the latest version of CuteNews.RU 2.5.4.


Last edited by FI-DD on Tue Oct 10, 2006 11:26 pm; edited 1 time in total
Wed Oct 04, 2006 6:17 pm View user's profile Send private message
maqs



Joined: 20 Aug 2006
Posts: 112
Location: Lund, Sweden

Post Reply with quote
This is great... exactly what I was looking for. Smile

But where do you create the reziseble pop-up? Can't find it. and how about being able to insert padding between the thumbs, so it will be as mutch space between them as over and under them... can't explain what i mean better... haha... Smile



Thought of one more thing... let's say that you have all images for one news (i use the news as a photogallery) in one folder (one folder for each newsitem), how about when you click an image and it opens in a pop-up and in the pop-up you can brows between the images in that folder (like using pagination for each image or something in the pop-up). Is that posible to create?



Hope you understand what I mean. Smile

_________________
www.eldar.se

marcus@eldar.se
Wed Oct 04, 2006 7:30 pm View user's profile Send private message Visit poster's website ICQ Number
scottdallas



Joined: 04 May 2006
Posts: 2027
Location: US

Post Reply with quote
Shocked

_________________
www.scodal.com is an example of cnr as a social forum - www.scottdizzle.com is an example of cnr as a personal website to share whatever cool stuff i feel like. i have another, but it's nsfw. pm me Wink
Wed Oct 04, 2006 7:43 pm View user's profile Send private message Visit poster's website AIM Address
Display posts from previous:    
Reply to topic    Forum Index » Suggestions All times are GMT + 1 Hour
Goto page 1, 2  Next
Page 1 of 2

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum



Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Music Lyrics.