By Eddie593 on Saturday, 25 October 2014
Posted in General Issues
Replies 12
Likes 0
Views 658
Votes 0
Hello!

I am seeing the new update. Must say im very tempted to press the upgrade button..

But. Last time our .ini file was reset. And we recently made a lot of changes to it.

Is there a way to get the upgrade, but without loosing the customizations in .ini and in .php??

All privacy, group, user category settings etc are going to stay intact right?

Thanks
Depends what ini file

If you're referring to the en-GB language ini file, of course it will be overwritten, every single time.
Thats why you have a full component built in Joomla core called "Language Manager" which allows you to make overrides in any language ini which will stay after you update.

If you refer to other ini files, they will most likely be overwritten too.
When it comes to php files, that depends. If you make an override for template php files, then not, but i guess you don't so yeah, that will be overwritten too.
·
Saturday, 25 October 2014 12:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Eddie593,

I am really sorry for the delay of this reply as it is a weekend for us here.

Yes, that is depend on which file are you mentioned so that we can tell you that file is it will get overridden after update.

Yes, those privacy, group setting will be stay the same because after you update it will not touch in your database data.

By the way, thanks for sharing Darko
·
Saturday, 25 October 2014 13:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Darko,

Thanks for that tip.

Im looking at the language manager now but i dont see any way to update the texts.

How should this be used?

I am really lost.

Thanks!!
·
Sunday, 26 October 2014 05:35
·
0 Likes
·
0 Votes
·
0 Comments
·
I wondering in this too! After upgrade even customized email logo is overwriten, and need to set all customizations back, this is a really headache!
·
Sunday, 26 October 2014 05:55
·
0 Likes
·
0 Votes
·
0 Comments
·
hello Eddie593,

I am really sorry for the delay of this reply as it is a weekend for us here.
You can follow our documentation on this -> http://stackideas.com/blog/how-to-override-joomla-language-strings
If you still can't make it, can you provide us some language string which you would like to overridden in your Joomla language?
And provide us with your Joomla backend and FTP access as well.

Thanks for heading up on this, Steve
·
Sunday, 26 October 2014 13:15
·
0 Likes
·
0 Votes
·
0 Comments
·
@Eddie look at these articles depending on your Joomla version
http://docs.joomla.org/Language_Overrides_in_Joomla
This is Joomla specific feature.

@Steve, what i did to deal with email logo is to create an override for the main email template file and replace logo call for it with my custom one.
It really is simple.

The file is
ROOT/components/com_easysocial/themes/wireframe/emails/html/template.php
Copy that file and paste it into
ROOT/templates/YOUR_TEMPLATE/html/com_easysocial/emails/html
You probably won't have this folders, but you can create them. Just don't forget to put an empty index.html file in every directory you create manually.

After you paste it, open that file and edit this line:


<img src="<?php echo $logo;?>" />


replace it with


<img src="http://site.name/path/to/your/logo/image.png" />


Its a bit of the duct tape solution, but it will work.
Otherwise, I'm completely on your side when it comes to overriding it easier.
·
Sunday, 26 October 2014 15:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Im sorry but i can't seem to find a proper way to outline the code
Its always stripped down, maybe moderator can edit above post to show codes as they do show up on edit
·
Sunday, 26 October 2014 15:27
·
0 Likes
·
0 Votes
·
0 Comments
·
hello Darko,

Thanks for sharing Your instruction is correctly

Hmm, I have a little bit lost in your previous reply, do you mean that you can't edit your own post in this post thread?

======================================================================================================
hello Steve,

I'm really sorry that missed up on your previous question, but you can follow the instruction as Darko provided that solution.

======================================================================================================
·
Monday, 27 October 2014 00:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

that would be great if you can set it up for me. Basically our groups are called "teams and hubs"

And a few other changes. But if you can set it up like that than we can do the customization one last time.

That would mean in any future update, the changes wont be overwritten right?

How can i give you the access in a secure way?

Thanks
·
Monday, 27 October 2014 02:07
·
0 Likes
·
0 Votes
·
0 Comments
·
hello Eddie593 ,

Yes, we can assist you on this time, can you provide us some screenshot which language string you would like to modify?

Perhaps you provide us the language string at this post thread as well?

That would mean in any future update, the changes wont be overwritten right?

Yes, after overridden those language in Joomla overridden file.

How can i give you the access in a secure way?

*You can put the information in the optional information field below(SITE DETAILS). Don't worry about privacy. Only Support team can view the information.
·
Monday, 27 October 2014 02:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex

Here you go.

I am also sending an image with an example of text we changed.

Theres a loooot of them though... cant we simply put the whole easysocial.ini there?

That would save me a bunch of time

Please let me know thanks!!!
·
Monday, 27 October 2014 05:17
·
0 Likes
·
0 Votes
·
0 Comments
·
hello Eddie,

Sorry for late reply to this,
I have help you revert back the changes from your language file

COM_EASYSOCIAL_TOOLBAR_PROFILE_GROUPS="Groups"

Now i have do the override this language string in this file -> JoomlaFolder/language/overrides/en-GB.override.ini
So what frontend language you also can put in this override.ini file.
Hope this help.
·
Monday, 27 October 2014 11:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post