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

Pages: [1]
1
Discussion & Troubleshooting / Sorry for delay
« on: August 25, 2002, 01:41:32 AM »
Quote from: arNIK
Admin Panel -> General -> Setting

Auto-create thumbnail Yes

and put some into:
Thumbnail size in pixel
Thumbnail quality


hello,
Sorry for delay.
Many thank's
Kisses
Laetitia

2
Discussion & Troubleshooting / Same size for thumbnails ? Problems !
« on: August 22, 2002, 08:48:53 PM »
Hello,
Is anyone can tell me how for :
Pictures upluoader have not same size. Ok
But, thumbnails have not same size. No Ok

Is it possible have same size for thumbnails ?
Can you give me all parameters fot this ?
I think : Panel control administrator, bur my parameters are false... thumbnails not same size after (auto-resirez used)...!
Many thank's for help.
Laetitia
Kisses

3
Discussion & Troubleshooting / many many thank's
« on: August 20, 2002, 02:36:44 AM »
Hi Nicky,
Many thank's  :lol:
All work very fine.
Thank's
Kisses

4
Discussion & Troubleshooting / Is it normal ? I think : NO, but ...
« on: August 20, 2002, 01:33:53 AM »
Quote from: Nicky
:roll:

SCRIPT_URL = your url to 4images

/4images/


You put SCRIPT_URL ??
Where is this variable  :oops:  :oops:

5
Discussion & Troubleshooting / Is it normal ? I think : NO, but ...
« on: August 20, 2002, 01:15:20 AM »
Quote from: Nicky
please......

../4images/

and look again here
http://www.4homepages.de/forum/viewtopic.php?p=4347#4347

LOOK for (E: xxx) for english ;)


I have read, but problem is a path problem

Can you tell me location of random.php ( i put it on bids directory with path : define('ROOT_PATH', '../4images/');
My page *.php which call thumbnail display is on bids directory with syntax : <?php
include("../random.php");

Errors are in path, i dont understand nothing.
Is path for differents and locations which are not good, and i dont know ...
can you tell me with precision with these elements locations and corrcts paths please . ..

6
Discussion & Troubleshooting / Heuu !
« on: August 20, 2002, 12:53:14 AM »
Quote from: Nicky
define('ROOT_PATH', '../4images/');


if not work: try this:
http://www.4homepages.de/forum/viewtopic.php?p=4347#4347


I dont understand german.
Can you tell me  directory for random.php
and full path for call with or without ../ etc
See my firectory
1 root
2 bids ( here page with call)
3 4images

7
Discussion & Troubleshooting / Re: Thank's I will try today
« on: August 20, 2002, 12:35:44 AM »
Quote from: Laetitia
Quote from: Nicky
hi,

just look for this mod:
http://www.4homepages.de/forum/viewtopic.php?t=1020


Many thank's, i try and tell you if this okay.
Kisses
Laetitia


Hello, i dont work, but i have made errors or mistakes i think.

I have directory root
Directory bids
Directory 4images
I want call for display thumbnails in a page *.php located on directory bids

Which location for random.php ?
And path ?? (in random.php and for call).... i'm lost here   :?
Can you tell code with infos given before (in top this post)
Kisses
Laetitia

8
Discussion & Troubleshooting / Thank's I will try today
« on: August 19, 2002, 11:48:03 PM »
Quote from: Nicky
hi,

just look for this mod:
http://www.4homepages.de/forum/viewtopic.php?t=1020


Many thank's, i try and tell you if this okay.
Kisses
Laetitia

9
Discussion & Troubleshooting / Is it normal ? I think : NO, but ...
« on: August 19, 2002, 08:48:50 PM »
Hi,
I have added code for display thumbnails on other page *.PHP.
All is okay and work fine, but one problem :
If i click on the thumbail, NOTHING, no redirection on gallery or image ?
Solution needed please !

Code added im my page :
In first on the top page :
<?php
//your path Pfad to 4images-directory
$root_path = "../4images/";

define('ROOT_PATH', $root_path);
include(ROOT_PATH.'global.php');
include(ROOT_PATH.'includes/sessions.php');
$random_image = $site_template->clean_template(get_random_image(0,0));
?>


Call script :

<center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<?php
echo $random_image;?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</center>

Kisses for a shortly solution will be cool  :o

Laetitia

10
Mods & Plugins (Requests & Discussions) / Is anyone can help me ?
« on: August 19, 2002, 03:53:02 PM »
Quote from: Jan
This is not for .shtml pages, only for php pages.
Because .shtml pages don't parses php code.

Jan

Hum,
If i want add a thumbnail on *.shtml, is it possible ?
How ?
Thank's for give ve a solution  :oops:
Kisses

11
Mods & Plugins (Requests & Discussions) / Is anyone can help me ?
« on: August 19, 2002, 01:38:22 PM »
hello,
In a post there is ( for display thumbnails on *.shtml or others pages ) :
<?php
//your path Pfad to 4images-directory
$root_path = "./";
define('ROOT_PATH', $root_path);
include(ROOT_PATH.'global.php');
include(ROOT_PATH.'includes/sessions.php');
$random_image = $site_template->clean_template(get_random_image(0,0));
?>

I have put this on the top in the first line of page with :
<?php
//your path Pfad to 4images-directory
$root_path = "./4images";
define('ROOT_PATH', $root_path);
include(ROOT_PATH.'global.php');
include(ROOT_PATH.'includes/sessions.php');
$random_image = $site_template->clean_template(get_random_image(0,0));
?>


And dont work  :cry:

I have only this in top of page :

clean_template(get_random_image(0,0)); ?>


Can you help me for syntax, location, etc of this   :?:

Thank's.
Kisses

12
Mods & Plugins (Requests & Discussions) / Call from *.shtml page ?
« on: August 17, 2002, 07:23:00 PM »
Hi,
I want call a random image (with size of thumbnail) on a page *.shtml in a popup or for display in a zone of menu and a *.php page in a popup with size also of thumbnail.
Is anyone can help me (code, files modifieds, etc).
Many thank's.
Regards
Laetitia :roll:

Pages: [1]