News help! News help!
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

News help!

Started by tomas-art, January 26, 2009, 04:28:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tomas-art

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:
<?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.



tomas-art

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?