Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2014-08-15 12:45:41

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Activate extenctions

Hi, after uploaded the folder and translation in extension folder, how to activate it?
Thanks.. i have searched but not found the guide.


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#2 2014-08-15 16:22:33

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Offline

#3 2014-08-15 22:21:23

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Activate extenctions

Sorry, in the guide is mentionated the file settings/settings.ini.pgp and I don't see this file in settings folder only php file.

file change (at what line?)

    'extensions' => array ( 0 => 'customstatus' ),

extension is to edit with the name of the folder like "overridetranslation" customstatus string is to edit and 0 is to edit in 1 for to be actived?

Thanks


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#4 2014-08-16 06:14:22

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Activate extenctions

Here is example of extension
https://github.com/LiveHelperChat/liveh … ranslation

It should got to lhc folder like
extension/overridetranslation/translations/lt_LT/translation.ts

And in settings just
'extensions' =>
      array (
        0 => 'overridetranslation',
      ),

After updating translation you will have to clear cache all the time. Does not matter if cache is disabled in settings.ini.php

Offline

#5 2014-08-16 06:47:26

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Activate extenctions

remdex wrote:

And in settings just
'extensions' =>
      array (
        0 => 'overridetranslation',
      ),

Thanks. In settings.ini.php I have to add the line you told? Where add at the end of the file? Thanks


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#6 2014-08-16 06:48:18

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Activate extenctions

By default you will find just empty extensions array so just add this one element.

Offline

#7 2014-08-16 14:19:25

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Activate extenctions

[== Undefined ==]
'date_format' => 'd-m-Y',
      'date_hour_format' => 'H:i:s',
      'date_date_hour_format' => 'd-m-Y H:i:s',
      'default_site_access' => 'eng',
      'extensions' => 
      array (
       0 => 'overridetranslation',
      ),
      'available_site_access' => 
     

Is correct? Value before overridetranslation must be 0 for be active? I don't see any change in the translation.

So I have uploaded the folder under extension so I have extension/overridetranslation/it_IT/translation file

I have edited the settings.ini.php as I have pasted here up, I have cleared cache but I don't see my edited translation applied.

I'm wrong in something?

Last edited by PeopleInside (2014-08-16 15:11:50)


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#8 2014-08-16 15:59:41

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Activate extenctions

Your settings looks ok. Most likely you are translating wrong section. Just use github search...

Offline

Board footer