[Nobita] Social Groups (Teams/Guilds/Clubs)

[Nobita] Social Groups (Teams/Guilds/Clubs) [Paid] 2.8.6

No permission to buy ($69.00)
I think its just because XFRM was the last add-on I installed that changed the phrase

I'm not good with Turkish and I don't have these pull downs as you do but I think you need to change this
upload_2014-12-30_14-19-46.webp

If its not already translated you will not see it
 
I think its just because XFRM was the last add-on I installed that changed the phrase

I'm not good with Turkish and I don't have these pull downs as you do but I think you need to change this
View attachment 93023

If its not already translated you will not see it
That is just an add-on to make easier translations! :)

But I still can't see a 'category' phrase:
Screen Shot 2014-12-30 at 15.45.21.webp Screen Shot 2014-12-30 at 15.45.40.webpScreen Shot 2014-12-30 at 15.47.32.webp Screen Shot 2014-12-30 at 15.47.42.webp
 
I just tested with the same add-on and it is really tricky to find the phrase with that one.
Just disable the add-on and look for it then instead.
 
Just add the phrase or change the templates
upload_2014-12-30_16-53-34.webp

From
Code:
{xen:phrase category}
To
Code:
{xen:phrase Teams_category}

Then you can translate the phrase "Teams_category" (It's used in two other templates for this add-on)

@Nobita.Kun maybe this is an error from your part, maybe you should use "Teams_category" in the templates.
 
Another thing @Nobita.Kun forgot maybe.

You can edit the template "Team_event_list" and add the allDayText line:

Code:
        editable: false,
        allDayText: '{xen: phrase Teams_all_day_text}',
        buttonText:
        {
            week: '{xen: phrase Teams_week}',
            day: '{xen: phrase Teams_day}',
            month: '{xen: phrase Teams_month}',
            today: '{xen: phrase Teams_today}'
        },

Then you just add a new phrase "Teams_all_day_text" and you will be able to change it like this:

upload_2014-12-30_23-43-46.webp
 
Last edited:
Another thing @Nobita.Kun forgot maybe.

You can edit the template "Team_event_list" and add the allDayText line:

Code:
        editable: false,
        allDayText: '{xen: phrase Teams_all_day_text}',
        buttonText:
        {
            week: '{xen: phrase Teams_week}',
            day: '{xen: phrase Teams_day}',
            month: '{xen: phrase Teams_month}',
            today: '{xen: phrase Teams_today}'
        },

Then you just add a new phrase "Teams_all_day_text" and you will be able to change it like this:

View attachment 93145
Added in core :cool::cool:
 
Nobita.Kun updated [Nobita] Social Groups (Teams/Guilds/Clubs) with a new update entry:

Version 2.2.0 released!

Please follow this forum to see new features was implemented and bugs was fixed:
If you have any bugs or suggestions to improvement this addon. Feel free add new thread on my site ;)

Change Log:
  • Re-design index layout. Also I have hard remove the list...

Read the rest of this update entry...
 
Back
Top Bottom