By John Balash on Wednesday, 28 October 2015
Posted in Technical Issues
Likes 0
Views 416
Votes 0
Hi
I have tried to add limated photos on my events but i get this error
COM_EASYSOCIAL_ACCESS_EVENTS_PHOTOS_TOTAL_PHOTOS_SUFFIX
COM_EASYSOCIAL_ACCESS_EVENTS_PHOTOS_TOTAL_PHOTOS_SUFFIX

Also this error in file
COM_EASYSOCIAL_ACCESS_EVENTS_FILES_TOTAL_FILES_SUFFIX


Also can you please where can i change the setting to
only event owner can add
Polls on event not other users


thanks
Hey John,

Thanks for reporting, you can add this few language string into your JoomlaFolder\administrator\language\en-GB\en-GB.com_easysocial.ini

COM_EASYSOCIAL_ACCESS_EVENTS_PHOTOS_TOTAL_PHOTOS_SUFFIX="Photos"
COM_EASYSOCIAL_ACCESS_EVENTS_FILES_TOTAL_FILES_SUFFIX="Files"


Regarding with your second question :
>> Unfortunately we do not have this setting at this point of system, but you can modify on this file -> JoomlaFolder\media\com_easysocial\apps\event\polls\polls.php (follow what I show you on the screenshot.)

        if (!$event->isAdmin()) {
return;
}


By the way, I am sorry but customizations are not supported by our support, and this hack will not include in the Easysocial version.
·
Thursday, 29 October 2015 00:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks
·
Saturday, 31 October 2015 07:14
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome John, glad that your issues are resolved now
·
Saturday, 31 October 2015 16:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post