By shekhar borker on Wednesday, 09 August 2017
Posted in General Issues
Likes 0
Views 377
Votes 0
Hi,

With reference to the code below in com_easysocial/themes/wireframe/privacy/form.php

<i class="<?php echo $option->icon; ?>"></i>

I understand that the options array is defined against a type (in this case type=story) within the #_social_privacy table

Could you please help me understand what configuration/code/database-entry defines the icon that will be picked up for a particular privacy option? That is, how is $option->icon set?

Thanks,
Shekhar Borker
Hi there,

Those codes are to check for those privacy icons for each of the fields to check which type of privacy to be selected. The items->options will store those array data. Those checking is done on this path .../administrator/components/com_easysocial/includes/privacy/privacy.php

Hope this helps
·
Wednesday, 09 August 2017 12:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for the helpful and prompt response
·
Wednesday, 09 August 2017 12:36
·
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.
·
Wednesday, 09 August 2017 12:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post