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: Terms question  (Read 2764 times)

0 Members and 1 Guest are viewing this topic.

Methen

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 37
Terms question
« on: June 23, 2015, 05:29:42 pm »

How exactly do I edit the register terms the users agree to when registering ?
Logged

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
Re: Terms question
« Reply #1 on: June 23, 2015, 06:54:48 pm »

Is in the folder lang of your gallery.
If in Config - Language & Charset settings - Default language - English (US) then yuo have to edit lang/english.php.
If in Config - Language & Charset settings - Autodetect language is ON then you have to edit all the languages files (arabic.php, brazilian_portuguese.php etc). Autodetect language autodetects the users IP. If an users is a french users then will use french.php and the register terms will be in french.

In english.php search for:

Code: [Select]
// ------------------------------------------------------------------------- //
// File register.php & profile.php
// ------------------------------------------------------------------------- //
if (defined('REGISTER_PHP') || defined('PROFILE_PHP')) {
$lang_register_php['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-oriented 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;

Same for other languages files. Search for:

Code: [Select]
// ------------------------------------------------------------------------- //
// File register.php & profile.php
// ------------------------------------------------------------------------- //
Logged

Methen

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 37
Re: Terms question
« Reply #2 on: June 25, 2015, 04:46:11 am »

Thank you...
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 19 queries.