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: give me title  (Read 3471 times)

0 Members and 1 Guest are viewing this topic.

johndiony

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
give me title
« on: September 05, 2008, 06:13:58 pm »

hi, i think the problème are resolved in other topic, but i have search and i dont find

i have install coppermine, and when i create catégory + add image, all link have same title

exemple in racine site www.bibi.tt   title = bibi

in www.bibi.tt/coppermine-catégorie1.php      title = bibi

www.bibi.tt/coppermine-catégorie1/image1    title = bibi



i need this

www.bibi.tt/coppermine-catégorie1.php      title = bibi + catégorie1

www.bibi.tt/coppermine-catégorie1/image1    title = bibi + catégorie 1 + image 1

title depend name at catégorie and image


i have see other web site have this, and i dont find how he have make it

i have see this in theme.php

Quote
function pageheader($section, $meta = '')
{
   global $CONFIG, $THEME_DIR;
   global $template_header, $lang_charset, $lang_text_dir;

   //header('P3P: CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"');
   user_save_profile();

   $template_vars = array(
      '{LANG_DIR}' => $lang_text_dir,
      '{TITLE}' => $CONFIG['gallery_name'].' - '.$section,
      '{CHARSET}' => $CONFIG['charset'] == 'language file' ? $lang_charset : $CONFIG['charset'],
      '{META}' => $meta,
      '{GAL_NAME}' => $CONFIG['gallery_name'],
      '{GAL_DESCRIPTION}' => $CONFIG['gallery_description'],
      '{MAIN_MENU}' => theme_main_menu(),
      '{ADMIN_MENU}' => theme_admin_mode_menu()
   );

   echo template_eval($template_header, $template_vars);
}

its here ? if any know
Logged
Pages: [1]   Go Up
 

Page created in 0.026 seconds with 19 queries.