News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Search results for: custom header

Search order
......  elaborato per la mia CPG un hack, basato su {CUSTOM_HEADER}, che permette di mostrare ad ogni visita  ......
#2
......  is this "Path to custom header include"... how do i specify in the " ......
#4
...... ;code=24ab060628 and have tried to implement a custom footer & image map header.  Header: my image map  ............  the rounder corner top to not show up behind my header. I need that to be gone.  Footer: custom footer  ............  I am doing something wrong with getting the *custom* footer to work. The footer I am trying to insert  ......
#5
cpg1.4.x Deutsch (German) / Custom Header
November 21, 2006, 01:56:45 PM by martinwahoo
......  eine Frage :  Ich habe in dem Theme Mac os x den Header geändert , gefällt mir eigentlich recht gut , nur  ......
......  left with login and logout and put  {SYS_MENU} in custom header but soon as delete any of the links causes  ......
#7
cpg1.4 themes/skins/templates / Custom Header
February 20, 2006, 04:18:52 AM by mfranzel
......  that will just tell me the simplest way to add a custom header/ footer. Can someone with good skills  ......
......  display : Powered by Coppermine Photo Gallery {CUSTOME_FOOTER}  here is the bit of code from the theme. ............  page.  function pageheader($section, $meta = '') {  global $CONFIG, $ ............ ;  global $template_header, $lang_charset, $lang_text_dir;   if(empty($ ............ )){  include('http://www.mystaffie.com/_header.php');  /*static*/ $custom_header =  ............ ') ? $lang_charset : $CONFIG['charset'];     header('P3P: CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY  ............  UNI COM NAV INT DEM PRE"');  header("Content-Type: text/html; charset=$charset");   ............ '{ADMIN_MENU}' => theme_admin_mode_menu(),  '{CUSTOM_HEADER}' => $custom_header,  );   echo  ............ ($template_header, $template_vars); } // Function for writing a  ............ ;;  global $template_footer;     if(empty($custom_footer)){  include('http://www.mystaffie.com/ ............ .php');  /*static*/ $custom_footer = ob_get_contents();  ob_clean();  } ............ );  }    $template_vars = array(  '{CUSTOM_FOOTER}' => $custom_footer,  );    echo  ......
......  - I searched the forum for the answer to add customer header.html and footer.html file to coppermine  ............  it didn't seem to.. i already have an existing header.html and footer.html file - how do I add or wrap  ......
#10
cpg1.4 miscellaneous / custom header include
April 05, 2007, 01:27:41 AM by Drewskie
......   I've set up my header in the path to custom header include, however it  ............  to the other pages, like albums, ect.  here is my header.php  Code Select Expand <?php<br /><br />if ($ ......
#11
cpg1.4 miscellaneous / Custom Header
July 18, 2006, 10:51:17 PM by puchoo
......  up and working fine then i decided to explor the custom header a bit.... what i did was try putting a  ............  file(Swf) as a link.... so i did ../header.swf now none of my coppermine pages open up and  ............ =14) state=1 in /home/www/puchoo.awardspace.com/header.swf on line 239  Parse error: parse error,  ............  T_STRING in /home/www/puchoo.awardspace.com/header.swf on line 239  how can i solve this problem or  ......
#13
......  found what I am looking to do.  I need to place a custom header into my coppermine gallery so that  ............  the rest of my website. The only problem is, the custom header is more than just the top part.  On my  ............  I add to the top of my pages displays 1.) the header, and 2.) the navbar on the left. On the right is  ............  footer.  The following is the code I use for the header include: Code Select Expand <?  session_start();  ............ ="148">  <param name="movie" value="flash/header.swf">  <param name="quality" value="high">   ............  <embed src="flash/header.swf" quality="high" pluginspage="http://www. ......
...... {CUSTOM_HEADER} is a .php header that contains, among  ............  things, </head> and <body> tags. {CUSTOM_FOOTER} is a .php footer that contains, among  ............ " href="css/coppermine.css" type="text/css" />  {CUSTOM_HEADER}  <div id="content"> <div class="thin">  < ............ } </div>    </div>  </div>    </div> </div>  {CUSTOM_FOOTER}  </html>  Any hints? Thanks in  ......
#16
......  was attempting to set up a custom header into my Gallery http://birdmarks.com/ ............  found the one with the proper syntax to make a custom header> I copied this code directly from your FAQ. ............  <?php  echo <<<EOT  Enter your header/footer content here. What you enter here will be  ............  the top of my page if it is a header and at the bottom of my page if it is a footer.   ............  the material I wanted displayed in the header into this file and saved it as custom_header.php.  ............ /www.birdmarks.com/coppermine/themes/natsel/images/headermerged.jpg" width="750" height="90"><br>   ............  panel and made the relative path to the file custom_header.php  I then tried to get into my gallery  ............  in /home/content/b/i/r/birdmarks/html/coppermine/custom_header.php on line 2  But now I can't even get  ............  into my configuration panel in order to turn the custom header off.  I am certain that the problem lies  ............  my custom_header.php file, but I don't know how to fix it.  ............  you please help me fix the custom_header.php file to not only let me get back into  ............  also to show the things i wanted to show in my header.  Thansk.  PS. Sorry about the Godaddy banner ad  ......
...... ,  I want the custom header to be only active/visible in the main  ............  theme.php:  if ($cat == 0) {  $custom_header = cpg_get_custom_include($CONFIG[' ............ ']);  } else {   $custom_header = ";   }  However this is not  ......
......  I make this code (the code at bottom) to load my custom header that I make. That header have login box  ............  and logout. I want my gallery to have the same header, but the template.html can't load php. I try to  ............  header.php file with my header code and load it from  ............  menu, but then it show's me errors. Here is my header.php code:  Code Select Expand <?php<br />define(' ............ ['session_logged_in']) && (empty($gen_simple_header)) )<br />{<br /> if ( $userdata['user_new_privmsg' ............ 's It! <br />?> I hope, there is a way to make the header work. Thaks in advance! ......
#20
......  ich wo ändern muss, um meinen 350 x 650 Pixel Header vernünftig einzubinden.  Benutze das Theme  ......
......  just got a custom layout made for me by a website for my gallery.  ............  gallery. I thnk it has something to do with the custom header path in the config and editing the  ......
......  my coppermine gallery, I would like to use the custom header feature to add a navigation of my own with  ............  image or some kind of fancy layout on the header ? I understand that I can't use "head" or "body"  ......
......  all,  I am running 1.6.08.   I have a custom header and custom footer.   I know how to  ............  $_SERVER variables using the "superCage".   My custom header STOPPED WORKING, I think, when I installed  ............  can't see what's going on. Inside CPG, in this custom header, the geo_test function ALWAYS fails.  ............  debug this more effectively? Thanks in advance!  CUSTOM HEADER:  Code Select Expand    <?php<br / ............ >';<br /> <br /> ?>   FYI, the CUSTOM HEADER calculates the GEOSTRING and the CUSTOM  ......
......  the subject.  I have a template for my site. It's header.php and header1.php.  header.php contains the  ............  and head info, and header1.php contains the end head info and body layout.  ............  was easy enough just to put both includes in the custom header.php in the root of my gallery, until I  ............  like doctype in template.html and then put {CUSTOM_HEADER}, and in header.php I have it linked to  ............  now called header-extra.php, which is header.php without that top  ............  of my site, so it won't interfere, I have now in header.php the top information and then header-extra.php  ............  the head stuff from the include that counts as my custom header, and the <body> tag in template.html.  I  ............  I could do the same with my header1.php thing, put <body> in there and link the rest  ............  file. And for the purposes of the gallery, from a custom file link the extra include file (and not header1. ............  but something like header1-extra.php).  However, in order to do this, I  ............ /----/templates.html just after <body>: insert {CUSTOM_HEADER1}  includes/themes.inc.php just after '{ ............ }' => $custom_header, insert '{CUSTOM_HEADER1}' => $ ............ ,  just after $custom_header = cpg_get_custom_include($CONFIG[' ............ ']); insert $custom_header1 = cpg_get_custom_include($CONFIG[' ............  english.php  just after //cpg1.4  array('Path to custom header include', 'custom_header_path', 0, 'f= ............ '),  insert //cpg1.4  array('Path to custom header1 include', 'custom_header1_path', 0, 'f= ............ '),  In SQL: INSERT INTO CPG_config VALUES ('custom_header1_path', '');  then create header1.php  ............  <?php include("../header1-extra.php"); ?>  Am I close? ......
......  original CPG 1.4.3 template.html. I have added a custom header into the config variables. This is what I  ............ ://). I deleted al the HTML and BODY tags but the header (this is my main menu) does't appear. What am I  ......
......  use the {CUSTOM_HEADER} to insert php into my themes. For some  ......
......  in the FAQ but I still can't get my page header to display. I receive the error below.  Fatal  ............   theme.php edits  Code Select Expand function pageheader($section, $meta = '')  {   global $CONFIG, $ ............ ;  global $template_header, $lang_charset, $lang_text_dir;   if(empty($ ............  include('/home/quadindu/public_html/62mm/include/header.php');  static $custom_header =  ............ ();  ob_clean();  }   header('P3P: CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY  ............ '{ADMIN_MENU}' => theme_admin_mode_menu(),  '{CUSTOM_HEADER}' => $custom_header,    );    ............  template_eval($template_header, $template_vars);  }  template.php edits  Code  ............  <table>  <tr>  <td width="100%" align=center>{CUSTOM_HEADER}</td>  </tr> </table> www.62mm.org/gallery  ......
#28
cpg1.4 themes/skins/templates / Custom Header
November 26, 2006, 08:38:43 PM by Feckie
......  Am trying to set up a custom header,  1: I set up a php file. 2: Coppermine  ......
...... !  Kann es sein, das Coppermine im Custom Header und im Custom Footer keine <html><head> < ......
......  the code in the docs to add a custom header to my theme, and the fix at http://forum. ............ .net/index.php?topic=4464.0 , I now have my header appearing twice. For some reason it is written to  ......