Author Topic: Setting example  (Read 57225 times)

0 Members and 1 Guest are viewing this topic.

ezCommunitySuite

  • Administrator
  • *****
  • Posts: 241
    • ezCommunitySuite
Re: Setting example
« Reply #30 on: September 01, 2014, 07:48:23 am »
It is right there.
Attached picture.

For templates.
We modified templates/default/register.htm
And
templates/default/adminregistrationsettings.htm

Also we added new language strings to core.english you probably need to translate
Code: [Select]
$txt['ezc_birthdateonregistration'] = 'Require Birth Date on Registration';
$txt['ezc_birthdateagelimit'] = 'Minimum age for registration';
$txt['ezc_birthdate'] = 'Birthdate (Required)';
$txt['ezc_error_birthdate'] = 'Sorry you are unable to register the mininum age is ';
$txt['ezc_error_birthdaterequired'] = 'Birthdate is required';

$txt['ezc_birthdate_selectmonth'] = 'Select Month';
$txt['ezc_birthdate_selectday'] = 'Select Day';
$txt['ezc_birthdate_selectyear'] = 'Select Year';


KGF

  • ezCustomer
  • *****
  • Posts: 100
Re: Setting example
« Reply #31 on: September 01, 2014, 08:03:44 am »
sorry, but this datei does not exist

templates/default/adminregistrationsettings.htm

ezCommunitySuite

  • Administrator
  • *****
  • Posts: 241
    • ezCommunitySuite
Re: Setting example
« Reply #32 on: September 01, 2014, 08:05:25 am »
Mistake meant templates/default/admin/registrationsettings.htm

KGF

  • ezCustomer
  • *****
  • Posts: 100
Re: Setting example
« Reply #33 on: September 01, 2014, 08:12:52 am »
ok, now I can see it.

where I have the code in the eifügen core.german?
about in what line I need to copy in?

-------------------------------------------------- ------------------------------------
$ txt ['ezc_birthdateonregistration'] = 'Require Birth Date on Registration';
$ txt ['ezc_birthdateagelimit'] = 'minimum age for registration';
$ txt ['ezc_birthdate'] = 'Birth Date (Required)';
$ txt ['ezc_error_birthdate'] = 'Sorry you are unable to register the mininum age is';
$ txt ['ezc_error_birthdaterequired'] = 'Birth Date is required';

$ txt ['ezc_birthdate_selectmonth'] = 'Select Month';
$ txt ['ezc_birthdate_selectday'] = 'Select Day';
$ txt ['ezc_birthdate_selectyear'] = 'Select Year';
-------------------------------------------------- -------------------------------------------

ezCommunitySuite

  • Administrator
  • *****
  • Posts: 241
    • ezCommunitySuite
Re: Setting example
« Reply #34 on: September 01, 2014, 08:22:01 am »
Copy in the end before ?>

KGF

  • ezCustomer
  • *****
  • Posts: 100
Re: Setting example
« Reply #35 on: September 01, 2014, 08:30:52 am »
ok, I can see,
and now the text with the new thumbnales for guest functions.
There are three options in:
/index.php?action=gallery;sa=adminset

what and where I need to write in the language-file (core )?

ezCommunitySuite

  • Administrator
  • *****
  • Posts: 241
    • ezCommunitySuite
Re: Setting example
« Reply #36 on: September 01, 2014, 08:34:53 am »
It would be in Gallery.english.php add these
Code: [Select]
$txt['gallery_set_disableremovetopic'] = 'Disable remove topic on delete picture';


$txt['gallery_error_nocat_exists'] = 'This category does not exist.';
$txt['gallery_form_addvideo'] = 'Add Video';
$txt['gallery_form_editvideo'] = 'Edit Video';
$txt['gallery_form_delvideo'] = 'Delete Video';
$txt['gallery_form_previewpic'] = 'Preview Picture';
$txt['gallery_form_videofile'] = 'Video File';
$txt['gallery_form_videourl'] = 'Linked Video Url (YouTube)';
$txt['gallery_form_videourl2'] = 'Examples:<br />http://www.youtube.com/watch?v=EDIP71Lviys';
$txt['gallery_video_playerheight'] = 'Video Player Height';
$txt['gallery_video_playerwidth'] = 'Video Player Width';
$txt['gallery_video_showdowloadlink'] = 'Show video download link';
$txt['gallery_video_showbbclinks'] = 'Show html linking codes';
$txt['gallery_err_videosize'] = 'Video exceeds max size of ';

$txt['gallery_text_videosettings'] = 'Video Settings';
$txt['gallery_video_write_error'] = 'Video save path is not writable';

$txt['gallery_video_maxfilesize'] = 'Video Max Filesize: ';
$txt['gallery_video_allowlinked'] = 'Allowed linked videos such as youtube.com';
$txt['gallery_video_filetypes'] = 'Filetypes allowed: ';
$txt['gallery_err_extension'] = 'File extension not allowed: ';
$txt['gallery_video_dowloadlink'] = 'Download Video';
$txt['gallery_video_htmllink'] = 'HTML Linking Code:';
$txt['gallery_txt_video_linking'] = 'Video Linking Codes';
$txt['gallery_video_oldvideo'] = 'Old Video';
$txt['gallery_txt_embed_default_width'] = 'Embed Video Player Width:';
$txt['gallery_txt_embed_default_height'] = 'Embed Video Player Height:';


$txt['gallery_txt_total_photo_comments'] = 'Total Comments On Uploads';
$txt['gallery_txt_total_votes_comments'] = 'Total Votes On Uploads';


$txt['gallery_errors_addpicture'] = 'The following error or errors occurred while adding the picture';
$txt['gallery_set_redirectcategorydefault'] = 'Redirect to category by default instead of myimages';

$txt['gallery_set_onlyregcanviewimage'] = 'Only registered members can view full picture details';
$txt['gallery_perm_viewimagedetail'] = 'View Image Detail';
$txt['gallery_perm_no_viewimagedetail'] = 'You do not have permission to full image detail page in this category';

KGF

  • ezCustomer
  • *****
  • Posts: 100
Re: Setting example
« Reply #37 on: September 01, 2014, 10:20:51 am »
ok in which line ?

ezCommunitySuite

  • Administrator
  • *****
  • Posts: 241
    • ezCommunitySuite
Re: Setting example
« Reply #38 on: September 01, 2014, 10:24:24 am »
All the way at the end before the ?>

 

Related Topics

  Subject / Started by Replies Last post
8 Replies
6900 Views
Last post August 14, 2014, 05:32:39 pm
by KGF

© 2024 ezCommunitySuite