By usamam on Tuesday, 27 March 2018
Posted in General
Replies 3
Likes 0
Views 534
Votes 0
Hi Awesome people,
I want to change met descrition of event, pages, group items, so that it could say:
"EVENT_TITLE is happening on, "EVENT_DATE | "EVENT_DESCRIPTION"" instead of "EVENT_TITLE (EVENTDATE)"

The description should be event description user entered at the time of creating the event.
Hi there,

Currently it is not possible for us to achieve this as those meta data need to be customized on the cores files. But if you insisted, you can change them at this path .../administrator/components/com_easysocial/includes/cluster/cluster.php under rendreHeaders functions at line 2990- 3022. You can apply codes below and see how it goes.


$description = $title . ' is happening on ' . $description;


Note:
This is customization will be overwritten once you update/upgrade your Easysocial. It is required for you to do backup on this files and re-upload them once you have done update/upgrade on your Easysocial.
·
Tuesday, 27 March 2018 15:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks!!!
can there be an override file in template somewhere?
·
Tuesday, 27 March 2018 17:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Unfortunately, it is not possible for us to achieved this using template override as those files are changed on cores file and not theme files.

Thanks for your understanding.
·
Tuesday, 27 March 2018 17:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post