Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Where can i find custom heder tutorial ?  (Read 2778 times)

0 Members and 1 Guest are viewing this topic.

lonely24

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Where can i find custom heder tutorial ?
« on: March 21, 2007, 10:51:22 am »

Hello ,

Where can i find custom heder tutorial ? I want to add show coppermine gallery at phpbb latest posts , random quotes , phpbb logins with blocks. Is it poosible to do with customer header ? If is it , can u give the link of custom header tutorial / documentation. Thanks .
« Last Edit: March 21, 2007, 05:36:20 pm by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Where can i find custom heder tutorial ?
« Reply #1 on: March 21, 2007, 11:12:09 am »

There's no tutorial. The corresponding section of the documentation "Path to custom header include" is all there is. We can't/won't teach you how to come up with the code that needs to go into this include file - it is entirely up to you to come up with the code that does what you're up to. The only thing we could provide is an explanation how to add the custom footer into your coppermine-driven gallery, and this is what the above mentioned documentation section does.
So basically, create a file named "header.php" and put it into your coppermine root, with this content:
Code: [Select]
<?php
echo "Hello world";
?>
Then set the "Path to custom header include" in Coppermine's config to "header.php" (without the quotes) and you're done. Replace the code I posted above as an example with your actual content. Can't help you with this - ask phpBB.
Logged

lonely24

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: Where can i find custom heder tutorial ?
« Reply #2 on: March 21, 2007, 11:58:57 am »

Thx indeed. I will try it :)
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 20 queries.