forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: tomas-art on January 26, 2009, 04:28:24 am

Title: News help!
Post by: tomas-art on January 26, 2009, 04:28:24 am
Not sure if this is the right section to post in, if not sorry =(

I was wondering if there was any news/blog plugin or so that I could use for my gallery?
That would work like http://www.planetluc.com/en/demo/mynews/index.php? but so I can have it
on the site as a news section, ive tried to add:
Code: [Select]
<?php
define
('IN_COPPERMINE'true);
require(
'include/init.inc.php');
pageheader();
?>

<table width="100%"><tr><td>This is HTML !!!</td></tr></table>
<?php
pagefooter
();
ob_end_flush();
?>
into the news script (in the link above), but have no clue where to put it,
I have no knowledge of php (like beyond common sense somewhat xD)
or so so would be very grateful if someone of you could help me out if its not too much trouble.


Title: Re: News help!
Post by: tomas-art on January 26, 2009, 06:46:40 pm
Cant you make a new page with the code that opens the page in the gallery site, then redirect it to the news page or wont that work? if it would work how would the code look like?