News help! News help!
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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?