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 - CeJay

Pages: 1 2 [3] 4 5 6 7 ... 29
31
Chit Chat / Re: Setting up autothumbnailer with GD
« on: June 01, 2007, 07:01:25 AM »
Glad it works. Enjoy!

32
Discussion & Troubleshooting / Re: problem in download.php
« on: June 01, 2007, 06:56:52 AM »
large files tend to do this.
Try search as many users have reported the same thing with large files or large databases.

33
Discussion & Troubleshooting / Admin Login
« on: June 01, 2007, 06:53:02 AM »
Suchfunktion verwenden, wie ich een irgendwo bekanntgegeben, aber weiß nicht wo habe

34
Chit Chat / Re: Setting up autothumbnailer with GD
« on: May 31, 2007, 08:37:06 AM »
Well one more thing since I have only used GD, so I can not help you there with the other ones.
Did you set up for it to "Auto-create thumbnail" in the upload settings?

35
Chit Chat / Re: Setting up autothumbnailer with GD
« on: May 31, 2007, 07:09:21 AM »
Did it save your changes or revert back to the setting that was there before?

36
Chit Chat / Re: Setting up autothumbnailer with GD
« on: May 30, 2007, 10:34:44 AM »
I am assuming this means I have GD already on my site.  How do I get it to work on 4images?

and how can i find the path of where it is?

Please and thank you!

Looks to me that you have GD.
Go into Admin Control Panel and click on "Settings". In the General section you will see a line that says "Conversion tool for thumbnails" and to the right of that there is a drop down menu. Put that at "GD Bibliothek" then save your changes.

You should not need to enter a path as the line below it asks for the path for "ImageMagick" or "NetPBM".

37
I will have to try asking my host company then what I should do if it's not working the way it's supposed to.

Copy and paste the permissions section from the install doc when you contact your host by email or support ticket. Maybe they will take care of it right away for you.
You may have to provide your username and password right away so then can do it for you since most hosts do not keep that information on file.

38
Installation, Update & Configuration / Re: Captcha Tekste ändern
« on: May 30, 2007, 07:40:00 AM »
This is set in your lang folder. If you are editing the english one then go in there and open main.php.
It is set on about line 28 (depends on if you edited this file or not before this).

Or
Find:
Code: [Select]
$lang['captcha'] = "Verification code:";
$lang['captcha_desc'] = "Please enter the letters or digits that appear in the image. If you have problems identifying the image, click on it to get a new one.";
$lang['captcha_required'] = 'Please enter the verification code.';

Replace with:
Code: [Select]
$lang['captcha'] = "Bestätigungs-Code:";
$lang['captcha_desc'] = "Bitte tragen Sie die Zeichen aus dem Bild in das Textfeld darunter ein. Wenn Sie Probleme haben den Code zu erkennen, klicken Sie auf das Bild um ein neues zu erhalten.";
$lang['captcha_required'] = 'Das Feld mit dem Bestätigungs-Code muss ausgefüllt werden.';


39
I do not believe there is a way to change the template with out getting involved with HTML unless you download a template from the Templates & Styles (Releases & Support). For any template you use please read the full description to make sure it will work for your version of 4images.

Did you try the Auto Image resize on Upload mod?
Most users use this when they want to manage image sizes.

41
Are you sure your setting is getting saved in the ACP?

43
Mods & Plugins (Requests & Discussions) / Re: Side Menu
« on: May 23, 2007, 07:31:20 AM »
You need to edit your template files. Depending on where you plan on actually putting this, you may need to edit about 8 or so template files. ( I don't know the exact number as I was to lazy to count).

As Kurt has said:
place the sidemap in the left table... than you have a side menu  8O  LOL
This is in the template files. I assume you know some basic HTML so you can do this.

44
In your Admin control panel you can set it to "Auto-create thumbnail".
This is under "Upload Settings" and should be 4th from the bottom in that section. Just check the yes part then click on "save changes".

Now it should auto create a thumbnail everytime a image is uploaded.

If you want to set certain restraints on the thumbnail size that is it the top part of that section (Max. width of thumbnail in pixel & Max. heigth of thumbnail in pixel). Just set to the dimensions you wish to make your largest. If someone then uploads a smaller thumbnail it will stay the size they uploaded.

45
Discussion & Troubleshooting / Re: Images Not showing
« on: May 22, 2007, 10:17:11 PM »
Quote
Set permissions for the following directories:

     chmod 777 (drwxrwxrwx) : data
     chmod 777 (drwxrwxrwx) : data/database
     chmod 777 (drwxrwxrwx) : data/media
     chmod 777 (drwxrwxrwx) : data/thumbnails
     chmod 777 (drwxrwxrwx) : data/tmp_media
     chmod 777 (drwxrwxrwx) : data/tmp_thumbnails
     chmod 777 (drwxrwxrwx) : templates
     chmod 777 (drwxrwxrwx) : templates/default
     chmod 777 (drwxrwxrwx) : templates/default/media

     Set permissions for the following files:

     chmod 666 (-rw-rw-rw-) : all files in the directory "templates/default"
     chmod 666 (-rw-rw-rw-) : all files in the directory "templates/default/media"

     You can do this with FTP programs such as CuteFTP or WS_FTP.

Pages: 1 2 [3] 4 5 6 7 ... 29