| Author |
Message |
Jorioz
Joined: 15 Aug 2006 Posts: 31 Location: Holland |
|
short question |
|
 |  | Installation:
Copy images.ini to inc/lang/en
Copy images.mdu to inc/mod
Copy your watermark images (.jpg) and/or your watermark TrueTypeFonts (.ttf) to the data/watermark folder |
What to do with: popup.js?
_________________ Take a look at my CuteNews.RU based website:
MUSIC IN CONTROL . NL |
|
| Mon Apr 02, 2007 11:28 am |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2736 Location: Germany |
|
|
|
If you want to open the images in popups you have to copy popup.js in the same folder as your news page and you have to put this in the <head> tags of your news page: <script type="text/javascript" src="./popup.js"></script>
|
|
| Mon Apr 02, 2007 3:27 pm |
|
 |
rats
Joined: 29 May 2006 Posts: 44
|
|
|
|
sorry, I don't want to appear to be greedy or stressful, but there's something wrong with this add-on... after I upload an image, it gets me to the Image Manager page (the one in the Admin Panel). I think you did a great work with this script FI-DD, but comparing to the Cutenews one, this is kinda unfinished 
Last edited by rats on Tue Apr 03, 2007 9:25 pm; edited 1 time in total |
|
| Tue Apr 03, 2007 8:16 pm |
|
 |
scottdallas

Joined: 04 May 2006 Posts: 1843 Location: US |
|
|
| Tue Apr 03, 2007 8:59 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2736 Location: Germany |
|
|
|
 |  | but comparing to the Cutenews one, this is kinda unfinished  |
It works great for me. 
|
|
| Wed Apr 04, 2007 7:11 pm |
|
 |
rats
Joined: 29 May 2006 Posts: 44
|
|
|
|
well, there are big diferences... for example you can't add both image and thumb of the same uploaded image as you can in cutenews (if you create a thumb, you'll only insert the thumb), the align thing is weird because it refreshes the page. also there's no vspace or hspace like in cutenews 
|
|
| Wed Apr 04, 2007 7:43 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2736 Location: Germany |
|
|
|
Ok, but on the other hand there are many features in this version which aren't available in the Cutenews version.
|
|
| Wed Apr 04, 2007 8:20 pm |
|
 |
rats
Joined: 29 May 2006 Posts: 44
|
|
|
|
I think I came up with another bug... pagination isn't working. It's missing "&area=full" somewhere, but I don't know where 
|
|
| Thu Apr 05, 2007 4:50 pm |
|
 |
itzzmesur
Joined: 08 Feb 2007 Posts: 35
|
|
for me also it's not working |
|
&area=full. any idea which file to edit
|
|
| Mon May 21, 2007 7:12 am |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2736 Location: Germany |
|
|
|
Of course, you have to edit images.mdu. 
|
|
| Tue May 22, 2007 5:57 pm |
|
 |
asson
Joined: 24 Nov 2006 Posts: 46 Location: Karlstad, Sweden |
|
|
|
Thanks FI-DD
Is there any way to add pagination for this mod? becouse it takes alot of time to load when alot of images are uploaded.
|
|
| Sat Jun 09, 2007 10:37 am |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2736 Location: Germany |
|
|
|
This mod already has pagination. It shows up if you have more than 21 images.
|
|
| Wed Jun 13, 2007 4:59 pm |
|
 |
gilu
Joined: 28 Dec 2007 Posts: 21 Location: Lyss, Switzerland |
|
|
|
 |  | Suggestions for future versions (based on your Cutenews script)
- option to insert thumb or image by choice.
|
I'd still like to see that feature!
Insert a clickable thumb (open in customizable popup) ... just like the mod for the original CuteNews.
... maybe I'll try it myself to "move" the mod for cutenews to the this images.mdu ...
|
|
| Tue Jan 15, 2008 11:14 am |
|
 |
safarda

Joined: 05 Nov 2007 Posts: 11 Location: Nepal |
|
Default Sort Image Manager |
|
Hi
Could any one please suggest me how to configure image manager 'starting with-Sort Image Chronologically" ? I mean to say, The image manager starts with "alphabetical sorting" as default. How can i make it "Chronological sorting" of images as 'default' ?
Any body help please !
|
|
| Fri Apr 25, 2008 10:00 am |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2736 Location: Germany |
|
|
|
In images.mdu change this:
 |  | (($_GET['sortby'] == "time") ? arsort($files) : ksort($files)); |
to this:
 |  | (($_GET['sortby'] == "name") ? ksort($files) : arsort($files)); |
|
|
| Fri Apr 25, 2008 2:30 pm |
|
 |
|