StackIdeas
Show categories even if the user don't have permision
By
Thodoris
on Tuesday, 17 April 2018
Posted in
General Issues
Replies
3
Likes
0
Views
405
Votes
0
Hello it's easy way in Category Module show all the categories even if the user don't have permissions to vie the posts ?
Regards.
Unfortunately that is no setting to retrieve all the categories in this module.
But you can take a look these following PHP file how it retrieve categories and display on this module.
JoomlaFolder/modules/mod_easyblogcategories/mod_easyblogcategories.php
JoomlaFolder/modules/mod_easyblogcategories/helper.php
JoomlaFolder/administrator/components/com_easyblog/models/category.php
Arlex Wong
·
Tuesday, 17 April 2018 23:02
·
0 Likes
·
0 Votes
·
0 Comments
·
#407819
Hi arlex,
I look mod_easyblogcategories/helper.php but I can't figure out, so I guess must be in administrator/components/com_easyblog/models/category.php
but it's too complicated for me.
Thank you.
Thodoris
·
Tuesday, 17 April 2018 23:22
·
0 Likes
·
0 Votes
·
0 Comments
·
#407829
You're welcome Thodoris.
Arlex Wong
·
Tuesday, 17 April 2018 23:36
·
0 Likes
·
0 Votes
·
0 Comments
·
#407836
View Full Post