Forums Index » jGallery 1.3.* - PHP based photo-album creator » Folder include

View previous topic :: View next topic This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.

Viewing topic Folder include  
PostMessage: Folder include Reply with quote
Heej,

Ik wil mijn folder:
http://www.takethebox.com/rowin/fotos/?JGALL_DIR=Aruba%202009/

Include in de http://www.takethebox.com/rowin/ pagina, maar dan krijg ik een error, dit werkt niet... Sad

Iemand een idee!?
Posted on Thu Jun 18, 2009 19:50 GMT
active user Posted by Rowin (active user) View user's profile
PostMessage: Re: Folder include Reply with quote
Rowin wrote:
Heej,

Ik wil mijn folder:
http://www.takethebox.com/rowin/fotos/?JGALL_DIR=Aruba%202009/

Include in de http://www.takethebox.com/rowin/ pagina, maar dan krijg ik een error, dit werkt niet... Sad

Iemand een idee!?


Niemand die me kan helpen een folder van mijn fotoalbum in mijn site te include?
Posted on Fri Jun 19, 2009 07:35 GMT
active user Posted by Rowin (active user) View user's profile
PostMessage: Reply with quote
Kun je de precieze code posten die je gebruikt om te includen?
Posted on Mon Jun 22, 2009 04:55 GMT
spiderman Posted by Kooijman (spiderman) View user's profile Visit poster's website
PostMessage: Reply with quote
Ik gebruik deze code:

<?php
$G_JGALL['inc_path'] = 'fotos/?JGALL_DIR=Aruba%202009/';
include($G_JGALL['inc_path'] . 'index.php');
?>

En wil Aruba 2009 integreren op de pagina:
http://www.takethebox.com/rowin/fotosaruba.php

Dan krijg ik die errors.... Rolling Eyes
Posted on Mon Jun 22, 2009 09:11 GMT
active user Posted by Rowin (active user) View user's profile
PostMessage: Reply with quote
Je kan geen variabele "JGALL_DIR" meegeven aan het include path.
Dit werkt wel:

<?php
$G_JGALL['inc_path'] = 'fotos/';
include($G_JGALL['inc_path'] . 'index.php');
?>
Posted on Mon Jun 22, 2009 18:12 GMT
spiderman Posted by Kooijman (spiderman) View user's profile Visit poster's website
PostMessage: Reply with quote
Kooijman wrote:
Je kan geen variabele "JGALL_DIR" meegeven aan het include path.
Dit werkt wel:

<?php
$G_JGALL['inc_path'] = 'fotos/';
include($G_JGALL['inc_path'] . 'index.php');
?>


Jammer, dus ik geen folder include Sad?
Posted on Mon Jun 22, 2009 18:36 GMT
active user Posted by Rowin (active user) View user's profile
PostMessage: Reply with quote
Nope...
Je kunt jGallery wel een aantal keer naast elkaar installeren.
Posted on Wed Jun 24, 2009 03:16 GMT
spiderman Posted by Kooijman (spiderman) View user's profile Visit poster's website
| All times are GMT  

Topics from:   This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Jump to:  

Powered by phpBB 2.0.21 © 2001, 2006 phpBB Group | | Back to top