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: A little help understanding where the html content is held?  (Read 2822 times)

0 Members and 1 Guest are viewing this topic.

nodric

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
    • Best4x4xfar
A little help understanding where the html content is held?
« on: March 13, 2006, 09:48:36 pm »

I am trying to add some custom links to the standard navigation links that appear and cannot find where they are located.

I also need to customise the text on the upload page and again cannot find the file where the static text is stored.

Grateful for being pointed in the right direction.

Many Thanks,

Nigel
« Last Edit: March 13, 2006, 11:17:27 pm by Nibbler »
Logged
Check out some cool 4x4 photos at www.best4x4xfar.com/gallery

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: A little help understanding where the html content is held?
« Reply #1 on: March 13, 2006, 11:04:22 pm »

text on upload page... in your langauage file... eg. lang/english.php -> $lang_upload_php

another link... if only one use config and just add a link
if you need more links then copy over $template_sys_menu_button from the sample theme.php to the one your using and add that code to the similar lines and you'll see what it does

Code: [Select]
    addbutton($sys_menu_buttons,'Test title','Test onmouseover','test.html','test_id',$template_sys_menu_spacer);

nodric

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
    • Best4x4xfar
Re: A little help understanding where the html content is held?
« Reply #2 on: March 13, 2006, 11:12:04 pm »

text on upload page... in your langauage file... eg. lang/english.php -> $lang_upload_php

another link... if only one use config and just add a link
if you need more links then copy over $template_sys_menu_button from the sample theme.php to the one your using and add that code to the similar lines and you'll see what it does

Code: [Select]
    addbutton($sys_menu_buttons,'Test title','Test onmouseover','test.html','test_id',$template_sys_menu_spacer);

Thank you.  If only paid for support was as good!   ;D

Another one to mark as solved.
Logged
Check out some cool 4x4 photos at www.best4x4xfar.com/gallery
Pages: [1]   Go Up
 

Page created in 0.046 seconds with 20 queries.