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.


Topics - Laetitia

Pages: [1]
1
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

2
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

3
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

4
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]