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 ... 24 25 26 27 [28] 29
406
This seems like the only file you need http://www.4homepages.de/forum/index.php?action=dlattach;topic=6759.0;attach=950

Which is attached under the Directions (1st post by V@no)

407
Discussion & Troubleshooting / Re: HOW TO's...
« on: December 20, 2006, 07:26:44 PM »
The bolow requires editing of templates. Make you make a back up of the original file before doing any editing!

Quote
1. How can I DISABLE LIGHTBOX for NON ADMIN's?
Remove {lightbox} from details.html and thumbnail_bit.html templates. Double check your other templates to see if it is listed anywhere else.

Quote
How can I DISABLE the feature to upload THUMBNAILS for NON ADMIN's? I just want them to be able to upload the full size pic and let the script do the thumbnailing..
Delete the thumbnail upload section in member_uploadform.html. After doing this one the admins should use the upload in the ACP if they have a thumbnail they want to load as well as the image.

Quote
3. How can I remove that "Receive emails from administrators:" from in the users control panel ?
4. How can I remove that "Hide your online status:" from in the users control panel ?
You can edit this out by editing the member_editprofile.html

I can not answer as I have no issues with the auto thumbnail. All I can say is double check your settings.
As for the last one that is something I never dealt with before, so maybe a more experienced user would know.
Hopefully the ones I did answer help you out a little.


408
1Newb I can see why he just posted a link to the search. Apparently this question is asked alot. As you can assume by this thread: http://www.4homepages.de/forum/index.php?topic=15572.0

However to answer your question I personally like GD, but have not used the other two yet (to this time).
I have read that NetPBM does offer better image quality. Now that GD is in version 2.?? I really don't know which is better but that GD is usually pre-installed on most servers before the other 2.

If you are asking about which is easier to install I would have no clue on how to answer that, but you need to have at least SSH or Telnet access to install at least one of them.

409
Discussion & Troubleshooting / Re: BLANK PAGE :( CANT EVEN SEE THE ERROR
« on: December 20, 2006, 08:48:43 AM »
This may be something from 1500mb.com. Contact their support to make sure they will actually support the 4images gallery.

I have heard from somone else that tried to use them and could not get their gallery working either. I don't know anyting about them nor have I ever installed 4images there so that is about the only help I can give.

410
Chit Chat / Windows vs. Apache/Linux
« on: December 20, 2006, 08:10:43 AM »
I have seen a few people have their sites (4images) on a Windows server.
I have installed 4images 4 other times (through Cpanel) on a Apache/Linux.

Now I have a friend that is asking if I would be willing to help him install 4images on his website. His is has his hosting on a Windows server that doesn't have cPanel (Mainly cause he wants to use as much of Microsoft FrontPage that he can  :roll: ).
I have no issue on installing with out cPanel as I should know enough to get that done with out issues.

However I have been trying to talk him to go on a Apache/Linux machine as I have heard they usually offer more then Windows do. Well with Apache/Linux being recommended right in the read me files I used this as well.
So now I am trying to find out the differences of using 4images on a Windows vs. Apache/Linux server.

Can anyone give me any feedback on this since I know almost squat on Windows servers?
Has anyone ever ended up using both? If so which is the one you would suggest using?

Thanks for anyones time that they can give me.   :!: :!:
It is much appreciated!

411
Mods & Plugins (Releases & Support) / Re: [MOD] multiupload
« on: December 19, 2006, 09:53:55 PM »
I just added this mod to 1.7.4 and seems to work good for what is needed. However I did have to modify one line that was being edited in reference to the quote below as I was unable to find the coding mentioned when I searched member.php.
Not sure if the changes were needed or not, but still did it and it works.

[MOD] MultiUpload

II. FUNCTIONALITY

member.php

6.
REPLACE:
Code: [Select]
$msg .= $lang['image_add_success'].": <b>".stripslashes($image_name)."</b> (".$new_name.")";BY:
Code: [Select]
      $msg .= $lang['image_add_success'].": <b>".stripslashes($image_name)."</b> (".$new_name.")<br>";

6.
Find:
Code: [Select]
      $msg .= $lang['image_add_success'].": <b>".format_text(stripslashes($image_name))."</b> (".$new_name.")";Replace with:
Code: [Select]
      $msg .= $lang['image_add_success'].": <b>".format_text(stripslashes($image_name))."</b> (".$new_name.")<br>";
The only other mod that was done on this was "Auto image resize on upload" (http://www.4homepages.de/forum/index.php?topic=7700.0).
So I assume the reason for the different code was from the version being 1.7.4 which is different then when this mod was released.

412
I found out what it was, I didn't realize I had a // in front of the code in admin.php in the language part  :oops:

Must have pasted the code weird or something. Can't explain what I did, but it works now  :D


Sorry if I wasted anyones time with such a dumb question  :oops: :oops: :oops:

414
I re-ran the install_autoimage.php and got 2 "unexpected errors". I assume this is because that was already modified in the database.

However I did upload a image larger then the settings and it resized it, but still no description (wording) in the control panel like the image shows in the above post.

Its no big deal if I get this to show the description as I already know what it is, but was curious if anyone else had the same issue or a fix for it.

415
Installation, Update & Configuration / Re: Uploading Question
« on: December 16, 2006, 08:31:51 AM »
After you set "Auto-Create Thumbnail" to yes you can also remove the code in templates/[your theme]/member_uploadform.php so people realize they do not have to upload a thumbnail (optional of course)
If you have the default member_uploadform.php you can remove the code below.

Find and Remove:
Code: [Select]
<td class="row1" valign="top">
  <b>{lang_thumb_file}</b><br />
  <span class="smalltext">
  {lang_max_filesize}<b>{max_thumb_filsize}</b><br />
  {lang_max_imagewidth}<b>{max_thumb_imagewidth}</b><br />
  {lang_max_imageheight}<b>{max_thumb_imageheight}</b><br />
  </span>
</td>
            <td class="row1">
              <b>Upload:</b><br />
  <input type="file" name="thumb_file" class="input" /><br />
  <b>URL:</b><br />
  <input type="text" name="remote_thumb_file"  size="30" value="{remote_thumb_file}" class="input" /><br />
  <span class="smalltext"><b>{lang_allowed_file_types}</b> {allowed_thumb_types}</span>
            </td>

Make sure you back up the html first. Just incase this is not something you want or want to add it back in future.

416
I have installed this mod now 4 different times and it worked everytime. However it was on all over versions like 1.7.2 and below.

I just installed it the other night on my mothers gallery (version 1.7.4) and I can see where the settings are suppose to be in the admin section. However there is no text there. I can edit the setting like turing it on or off and setting the quality, just no text saying what those funtions are. (snapshot below)
Is this something anyone has run accross before with 1.7.4?

Also when I uploaded a few images one wass bigger then the sizes I set and it did not resize like I thought it would. I am going to re-run the install_autoimage.php again and hopefull that will work.

I have already tripled checked all coding modifications and all seems to be in place properly.

If I get it to work I will post here, but if anyone has run into this please let me know what you did to fix it.

417
Beautiful template!! My mother (in-law) will be suprised when I add this to her wildlife gallery.

I assume this will work with 1.7.4 with the below quote. If I am wrong please let me know when ever someone has time as I will not start adding this for a few days.

I have done the changes from Jan (http://www.4homepages.de/forum/index.php?topic=13732.msg73982#msg73982) which are necessary for this template to run with 4images version 1.7.3

Can anybody check this if these changes are okay?

I´ve allready tried and for me it works fine :wink:

Download it here -> http://www.snuup.de/4img_gfx/wallpaper_template_1.7.3.zip -

Cya by Flo


418
Chit Chat / Re: Missing MODs/FIXes/FAQs (Updated 19-07-2005 21:10 EST)
« on: September 29, 2005, 12:23:08 AM »
Unfortunetly all they have is home page of this forum, all links open current pages.

Sorry about that. Didn't look that far into it.
I will keep an eye out for things like this.

419
Chit Chat / Re: Missing MODs/FIXes/FAQs (Updated 19-07-2005 21:10 EST)
« on: September 28, 2005, 11:40:57 PM »
Did you try going to http://web.archive.org/ ??

I looked and I see they have many things from the forum archived back to June 2002.

Here is the quick link back to the history of the forum: http://web.archive.org/web/*/http://www.4homepages.de/forum/


Hope this helps out!

420
Mods & Plugins (Releases & Support) / Re: [Mod] Photo Of The Day
« on: September 07, 2005, 12:36:44 AM »
Itapeva,

The "Image by Hits" is only basic HTML in the potd_image.html, so it can not call what the random image is.
If you want that part to say nothing all you need to do is remove the cell or just the wording in that table.
There is no way that i know of to change the text daily unless you actually edit the html yourself daily.

Find:
Code: [Select]
<tr><td align="center" class="row1">{lang_potd_type}<br />Image by Hits<br /></td></tr>
Replace with:
Code: [Select]
<tr><td align="center" class="row1">{lang_potd_type}<br /><br /></td></tr>
This is so it will not say anything. If you want it to say something then you put whatever text you want in between the br tags.

Pages: 1 ... 24 25 26 27 [28] 29