forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: DaBe on October 05, 2008, 02:26:31 pm

Title: pixelpost include
Post by: DaBe on October 05, 2008, 02:26:31 pm
hello

I have try to include the pixelpost in a phpsite..with coppermine :

Code: [Select]
<?php
define
('IN_COPPERMINE'true);
require(
'include/init.inc.php');
pageheader($lang_banning_php['title']);
require(
'photoblog/index.php');
pagefooter();
ob_end_flush();
?>



But instead to include the pixelpost blog, it include always coppermine galleryy
Title: Re: pixelpost include
Post by: Joachim Müller on October 06, 2008, 08:36:38 am
Not sure what a pixelpost is, but if you want technical help, you better post technical details: a link to your gallery might help for a start. Additionally, post a deep link to the file you want to see included.