ISSUE SUMMARY:
Have a look at this page:
isurfedthere.com/my-page/vvv
I want to change the wording "View all groups" in the My Groups module:
Hi,
Its coming from the main translation language/en-GB/en-GB.com_community.ini and find this string "COM_COMMUNITY_GROUPS_VIEW_ALL"
cheers!
Dimas,Dimas wrote: Hi,
Its coming from the main translation language/en-GB/en-GB.com_community.ini and find this string "COM_COMMUNITY_GROUPS_VIEW_ALL"
cheers!
seems we have duplicate string, please you check the line 479, it should be
COM_COMMUNITY_GROUPS_VIEW_ALL="View all groups"
not
COM_COMMUNITY_GROUPS_VIEW_ALL="View all breaks"
Dimas wrote: seems we have duplicate string, please you check the line 479, it should be
COM_COMMUNITY_GROUPS_VIEW_ALL="View all groups"
not
COM_COMMUNITY_GROUPS_VIEW_ALL="View all breaks"
COM_COMMUNITY_GROUPS_VIEW_ALL="View all"
; show all groups
COM_COMMUNITY_GROUPS_VIEW_ALL="View all groups"
; view all group link at frontpage
<language tag="en-GB">en-GB.plg_community_mygroups.ini</language>
/plugins/community/mygroups/mygroups.xml this is for mygroup plugin, not module JS group,
for module JS group located here /modules/mod_community_groups/mod_community_groups.xml
Dimas,Dimas wrote: /plugins/community/mygroups/mygroups.xml this is for mygroup plugin, not module JS group,
for module JS group located here /modules/mod_community_groups/mod_community_groups.xml
That did it Dimas, thanks! It makes sense that the language file is in the admin folder, since the wording is set via the back end.Dimas wrote: i thought your screenshoot is from module, for plugin my group translation its located here /administrator/languages/en-GB/en-GB.plg_community_mygroups.ini