News help! News help!
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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?