Hello Mark,
Thank you for your reply,
In: /modules/mod_easysocial_pages/helper.php
1) I must add:
// Pages that you own
If ($ filter == 4) {
$ Options ['types'] = 'currentuser';
$ Options ['userid'] = $ my-> id;
$ Pages = $ model-> getPages ($ options);
I can not find the table or identify the ID information of the owner.
2) I have to add a filter I think then call it in the file?
To display it in the "Filter type" list?
I have to add the option, (in: mod_easysocial_pages.xml)
<Option value = "4"> MOD_EASYSOCIAL_PAGES_FILTER_LOGGED_IN_OWNER </ Option>
In the XML file:
<Field name = "filter" type = "list" class = "input-xxlarge" default = "0" label = "MOD_EASYSOCIAL_PAGES_FILTER_TYPE" description = "MOD_EASYSOCIAL_PAGES_FILTER_TYPE_DESC">
<Option value = "0"> MOD_EASYSOCIAL_PAGES_NO_FILTERING </ option>
<Option value = "1"> MOD_EASYSOCIAL_PAGES_FILTER_CATEGORY </ option>
<Option value = "2"> MOD_EASYSOCIAL_PAGES_FILTER_FEATURED </ option>
<Option value = "3"> MOD_EASYSOCIAL_PAGES_FILTER_LOGGED_IN_USER </ option>
<Option value = "4"> MOD_EASYSOCIAL_PAGES_FILTER_LOGGED_IN_OWNER </ Option>
</ Field>
Best regards.
Eric