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

Pages: [1]
1
Discussion & Troubleshooting / Re: Some pictures not displayed
« on: April 11, 2005, 12:30:30 AM »
The 3 directories I mentioned are not listed here to be chmodded to 777:

     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"

So I think this is a fault in the documentation.

2
Discussion & Troubleshooting / Re: Some pictures not displayed
« on: April 10, 2005, 11:00:28 PM »
I did a chmod 777 to the directories images, images_english and icons and now it works...
Why do I need a 777 here?

3
Discussion & Troubleshooting / Re: Some pictures not displayed
« on: April 10, 2005, 10:56:35 PM »
Mh... even more weird.. if I try to access these images directly via my browser I navigate to

.../gallery/templates/default/

if I click on images (i.e. I see this folder) I get

Forbidden
You don't have permission to access /gallery/templates/default/images/ on this server.

I don't understand as these are the rights:

drw-rw-rw-  2 xxx users  4096 Mar 30 23:21 images

Any idea?

4
Discussion & Troubleshooting / Re: Some pictures not displayed
« on: April 10, 2005, 10:49:07 PM »
Yep I tried to see what happens when right clicking, but I always get this Copyright pop-up :-(

5
Discussion & Troubleshooting / Re: Some pictures not displayed
« on: April 10, 2005, 10:35:09 PM »
This is problem with images which is displayed on page many times. To resolve this you must preload this images.
Include in template files this script:
Code: [Select]
<script language="javascript" type="text/javascript">
<!--
if (document.images) {
pic1 = new Image ();
pic1.src = "{template_url}/images/pic1";
pic2 = new Image ();
pic2.src = "{template_url}/images/pic2";
...
}

This is really necessary?
Can I add this to the top of index.php?

6
Discussion & Troubleshooting / Re: Some pictures not displayed
« on: April 10, 2005, 10:34:09 PM »
Actually all images except my uploaded pictures cannot be found.. I even see the "red Xs" for the spacer.gif.
Any idea???

7
Discussion & Troubleshooting / Re: Some pictures not displayed
« on: April 10, 2005, 10:30:32 PM »
Always... the famous "red X" dispayed whenever a image cannot be found is displayed in IE, in Firefox and Mozialle the pictures do just not appear.
No link to the site as I develop on my local machine right now...

Any idea???

8
Discussion & Troubleshooting / Some pictures not displayed
« on: April 10, 2005, 10:23:17 PM »
Weird... I have Version 1.7.1 running and some pictures can just not be found, e.g.:

- The button that should be displayed under "Comments" (Kommentare) right under a picture
- In the details view of a picture the 4 buttons to flip between the images

Any idea why these images are not displayer properly???

9
Discussion & Troubleshooting / Including 4homepages into an own site
« on: March 31, 2005, 10:31:43 PM »
Hi,

I am currently trying to include this stuff into my own page.
Adapting the design was easy, but now I got stuck.

1.
I try to use the login mechanism of my own homepage to work together with the login mechanism of 4homepages. I.e. i have removed the login functionality of 4homapges (removed the login box from the front page). I want that if a user logs into my HP via ma login mechanism he is automaticlly logged in into 4homepages . Does anyone know where and what to set into the session or wherever so that this works?

2.
Most links within 4homepages have to be replaced by links to my index.php attached with a get parameter...
I.e. if something is currently pointing to .../categories.php?catid=...&... it has not wo point to mypage/index.php?param=category&catid... so that I can include the appropriate content by myself... but I cannot find where these links are created to change them... anyone an idea here?

Thanks...

Pages: [1]