Plugin Phocagallery and View "tag"
Posted: 23 Dec 2021, 16:29
Hello Jan,
Why is no tag view rendered with the Phocagallery plugin?
I just have a project where the posts are listed by tags. Now I've noticed this piece of code here and I'm wondering why that is.
Can you work out a solution for this or do I need to manipulate code?
my current version is 4.4.3 for J3.10.4
br Henry
Why is no tag view rendered with the Phocagallery plugin?
I just have a project where the posts are listed by tags. Now I've noticed this piece of code here and I'm wondering why that is.
Can you work out a solution for this or do I need to manipulate code?
Code: Select all
$app = JFactory::getApplication();
$view = $app->input->get('view');
>>>> if ($view == 'tag') { return; }
br Henry