By WU on Monday, 19 February 2018
Posted in General
Likes 0
Views 306
Votes 0
How to add displaying of new item of Group title?
If I use Events module and create new event on Group or Page, I don't see what group title on Events Module on front-end.
Hope it can work, that would be good.
Hi there,

Oh, sorry for not explaining them clearly. My fixes above, will shown you on which groups(group/page) those events belong to. As currently, we only can choose one group/page. That how it should be right now as i followed those particular view based current events listing. It will not shown which group/page it belong to but instead showing which clusters(group/page) those events belong to.

If you require us to perform the customization(extended) for you, you can always request for a quote from us at https://crm.stackideas.com and select "Customizations" . Our sales person would be glad to send you a quote for the customizations that you have requested.

Thanks for your understanding.
·
Tuesday, 20 February 2018 14:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You need to do some modification on your site currently in order to achieve this. You can apply codes below at this path .../modules/mod_easysocial_events/tmpl/default.php or .../templates/html/mod_easysocial_events/tmpl/default.php (for template override) respectively.

[gist type="php"]
<li><?php echo ES::themes()->html('event.type', $event); ?></li>
[/gist]

Please give it a try and see how it goes.
·
Tuesday, 20 February 2018 11:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You need to do some modification on your site currently in order to achieve this. You can apply codes below at this path .../modules/mod_easysocial_events/tmpl/default.php or .../templates/html/mod_easysocial_events/tmpl/default.php (for template override) respectively.

[gist type="php"]
<li><?php echo ES::themes()->html('event.type', $event); ?></li>
[/gist]

Please give it a try and see how it goes.




Thank you very much.
I tried, but I probably made mistakes so I can't do it.
If you can show to me, that is very great.
WU
·
Tuesday, 20 February 2018 12:30
·
0 Likes
·
0 Votes
·
0 Comments
·
sorry, repeat.
WU
·
Tuesday, 20 February 2018 12:30
·
0 Likes
·
0 Votes
·
0 Comments
·
sorry, repeat.
WU
·
Tuesday, 20 February 2018 12:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You can check attached file and see how it goes.

Please note that, it will shown those groups/pages name if and only if you choose this settings for example http://take.ms/Aj4v7 and this will only applicable for default view only, and if you wanted to shown on card view, edit this files .../modules/mod_easysocial_events/tmpl/card.php

Please give it a try and see how it goes.
·
Tuesday, 20 February 2018 12:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you, I did by your way and got this result.
It seems like not working, am I right?
WU
·
Tuesday, 20 February 2018 13:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you, I got it.
WU
·
Tuesday, 20 February 2018 14:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 20 February 2018 15:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post