A little help understanding where the html content is held? A little help understanding where the html content is held?
 

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

Main Menu

A little help understanding where the html content is held?

Started by nodric, March 13, 2006, 09:48:36 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nodric

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
Check out some cool 4x4 photos at www.best4x4xfar.com/gallery

Stramm

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

    addbutton($sys_menu_buttons,'Test title','Test onmouseover','test.html','test_id',$template_sys_menu_spacer);

nodric

Quote from: Stramm 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

    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.
Check out some cool 4x4 photos at www.best4x4xfar.com/gallery