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: Re: Which files to edit what?  (Read 3443 times)

0 Members and 1 Guest are viewing this topic.

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Which files to edit what?
« on: January 23, 2005, 09:34:19 pm »

edit themes/yourtheme/template.html for basic changes to the appearance of the page (e.g. for adding a static image as site banner). Editing with a WYSIWYG editor is not recommended, as some of those editors (especially MS frontpage) tend to "beautify" the code they find without notifying the user, sometimes "crippling" vital parts of the template beyond repair. I suggest you try editing template.html with your editor, but create a backup copy of this file first in case anything goes wrong. You mustn't edit any other coppermine files with a graphical editor like frontpage.
To edit the disclaimer, edit the language file (e.g. lang/english.php), search for
Code: [Select]
$lang_register_disclamer = <<<EOT
While the administrators of {SITE_NAME} will attempt to remove or edit any generally objectionable material as quickly as possible, it is impossible to review every post. Therefore you acknowledge that all posts made to this site express the views and opinions of the author and not the administrators or webmaster (except for posts by these people) and hence will not be held liable.<br />
<br />
You agree not to post any abusive, obscene, vulgar, slanderous, hateful, threatening, sexually-orientated or any other material that may violate any applicable laws. You agree that the webmaster, administrator and moderators of {SITE_NAME} have the right to remove or edit any content at any time should they see fit. As a user you agree to any information you have entered above being stored in a database. While this information will not be disclosed to any third party without your consent the webmaster and administrator cannot be held responsible for any hacking attempt that may lead to the data being compromised.<br />
<br />
This site uses cookies to store information on your local computer. These cookies serve only to improve your viewing pleasure. The email address is used only for confirming your registration details and password.<br />
<br />
By clicking 'I agree' below you agree to be bound by these conditions.
EOT;
Make sure to only edit the actual text, leave the first and last line of the above block intact (the "EOT" lines).

Joachim
Logged
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 19 queries.