Advanced search  

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

Pages: [1]   Go Down

Author Topic: Where can i find custom heder tutorial ?  (Read 2777 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.016 seconds with 19 queries.