Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Coastie

Pages: [1]
1
Mods & Plugins (Requests & Discussions) / [Mod] - Upload Limit in Kbytes
« on: January 02, 2003, 03:14:24 AM »
Ooooooooooh !

Yes, that can't be done yet. I'd also like to see this feature in the future. It would require a different method to track users though. Currently you can't really limit them to a certain folder.

2
Discussion & Troubleshooting / Re: GD autothumbnailer
« on: January 02, 2003, 03:12:08 AM »
Quote from: mhl397
unable to open './../data/thumbnails/2/lexusIS300_15.jpg' for writing


Sounds like it may be a chmod issue.

CHMOD that folder to either 755 or 777 and try it again

3
Mods & Plugins (Requests & Discussions) / [Mod] - Upload Limit in Kbytes
« on: January 01, 2003, 08:01:28 PM »
PHP normally limits uploads to 2MB, have you changed that yet?

4
I would like this feature too.

5
Mods & Plugins (Requests & Discussions) / display for admin only
« on: December 08, 2002, 08:53:04 PM »
Thank You.

6
Mods & Plugins (Requests & Discussions) / display for admin only
« on: December 08, 2002, 07:33:49 PM »
I would like to know the code to add things viewable for admins only.

A simple example would be the Control Panel link at the bottom of a page for admins.

I'd like to add stats to my pages and only have them viewable to admins using the define('PRINT_STATS', '1');  command.

It currently works, but is viewable by all.
Code: [Select]
Page generated in 0.896900 seconds with 9 queries, spending 0.051000 seconds doing MySQL queries and 0.845900 doing PHP things. GZIP compression enabled


Something like :  if admin define('PRINT_STATS', '1');  

Thank you

7
Installation, Update & Configuration / Settimg up a Cron Job to resize?
« on: December 08, 2002, 04:10:50 PM »
is it possible to run the resize option via a cronjob?

I'd like to allow user uploads, but also have those 2MB files they tent to upload, automatically resized to a standard size.

Since the gallery has the resize function, how could it be ran via cron at set intervals?

8
Feedback & Suggestions / removing things....
« on: December 07, 2002, 11:43:14 PM »
es, that makes it a little harder to grab an image, but nothing a simple enter key can't stop.

to change or remove that function  go to template=>defualt => header.html

loog for this text:


Code: [Select]
<script language="javascript" type="text/javascript">
<!--
function opendetailwindow() {
window.open('','detailwindow','toolbar=no,scrollbars=yes,resizable=no,width=680,height=480');
}

function right(e) {
if (navigator.appName == 'Netscape' && (e.which == 2 || e.which == 3)) {
alert("© Copyright by {site_name}");
return false;
}
else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button==2 || event.button == 3)) {
alert("© Copyright by {site_name}");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
// -->
</script>


you can remove it totally, or change the alert("© Copyright by {site_name}"); everywhere to what ever you like.

9
Thanks again, worked like a champ, and I'd never have found that!

10
Discussion & Troubleshooting / Validate images
« on: December 06, 2002, 11:27:42 PM »
sounds good, thank you :)

I could not see this because I was logged in as admin :oops:

11
Discussion & Troubleshooting / Validate images
« on: December 06, 2002, 05:45:12 PM »
I do not understand this option in the Admin CP. I can not find a way to get images to require validation. Can you please explain this to me, and how I could get images to appear for validation. I may be able to use this to allow users to upload, and admins to verify, but I do not understand the process.

Thank You.

12
I would like to change the default value for the 3 fields in red (Upload, Direct Upload, and Vote) to a more strict value.

I have looked, but can not locate the code that needs to be changed.

I would like the defaults to be as follows

Upload = Administrators
Direct Uploads = Administrators
Vote = Private

Thank You


13
Feedback & Suggestions / New user questions
« on: December 06, 2002, 01:31:12 AM »
I found another feature I would really like to see.

Since many of us seem to be using 4images with a forum, it would be great if the member group option included a few more settings although I think it is a pretty major code change.

1. registration will auto create a catagory
2. within the group setting, you can set folder (or catagory) size that was created with registration.

Example, I register with the username "Coastie" a new catagory is created with the name "Coastie" and it has an limited set by the admin at 5MB. I can now start uploading images until I have reached my 5MB limit.

If the registration auto create catagory is not possible, I can set the users up with a folder manually, but I'd still like to see a folder size limit.

*edit:  After using it a bit more, it might be easier to set an image number limit rather than a folder size. Example, catagory "Coastie" has reached its limit of 20 pictures.

14
Feedback & Suggestions / New user questions
« on: December 06, 2002, 01:18:27 AM »
Thank You.

15
Feedback & Suggestions / New user questions
« on: December 04, 2002, 11:41:55 PM »
Hello, I first noticed and started toying with 4images last night, and I really like the software. I have a few questions though.

  • Is the option available, or is it planned for a future release for uploads to be automatically resized without needing to go through the admin CP
  • Will zip files be supported so that when uploaded the images will be stripped out, resized, thumbnails created, and posted.
  • Will a rotate image option be available using GD
  • [/list:u]

    Thank You

Pages: [1]