Add link not working Add link not working
 

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]

Main Menu

Add link not working

Started by yhwhdesign, August 08, 2006, 03:12:41 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

yhwhdesign

i read and re read most of the forums that I could find on this topic, my problem is that I do not have any code on the theme.php files that allows me to edit any of the links.  Am I that stupid that Im using or opening the wrong file?  i have pasted the theme.php code below to show what im talking about.

Thanks for your time-
???

<?php
/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2006 Coppermine Dev Team
  v1.1 originally written by Gregory DEMAR

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
  ********************************************
  Coppermine version: 1.4.8
  $Source$
  $Revision: 3116 $
  $Author: gaugau $
  $Date: 2006-06-08 00:11:54 +0200 (Do, 08 Jun 2006) $
**********************************************/

define('THEME_IS_XHTML10_TRANSITIONAL',1); // Remove this if you edit this template until
                                           // you have validated it. See docs/theme.htm.

// HTML template for template sys_menu spacer
$template_sys_menu_spacer ='<img src="themes/water_drop/images/orange_carret.gif" width="8" height="8" border="0" alt="" />';

?>

yhwhdesign

sorry to whom ever read my topic.. I've posted it in the wrong area.

Grrr.. sorry for the frustration.


Stramm

depending on what you want to edit you use either a plugin or you modify your theme.php with copying necessary code from themes/sample/theme.php to the theme.php you're actually using

Sami

or use custom link feature under config=>Themes settings=>Custom menu link name & Custom menu link URL
‍I don't answer to PM with support question
Please post your issue to related board

Joachim Müller