Hello everyone,
I'm currently experiencing an issue with the Front Page plugin for FlatPress. The issue is specific to the section where I can select a default category for the front page from the plugin's admin panel. When I select a different category, the 'All' option does not get deselected as I would expect.
Expected Behavior:
The 'All' option should automatically get deselected when I choose any other category.
Actual Behavior:
The 'All' option stays selected even when a different category is picked in the 'Default Category' section.
Interestingly, this issue does not occur in the 'Hidden Categories' section of the same plugin; in that section, selecting a different category does correctly deselect the 'None' option.
I've tried to look into the PHP code and the Smarty template files, but I'm still not sure what's causing this inconsistency. Has anyone else encountered this problem, and if so, is there a known fix or workaround?
Any help would be greatly appreciated!
Best regards,
Hariko
Frontpage Plugin: 'All' Option Not Deselecting When Another Category is Selected
- fraenkiman
- Posts: 253
- Joined: Thu Feb 03, 2022 7:25 pm
- Location: Berlin, Germany
- Contact:
Re: Frontpage Plugin: 'All' Option Not Deselecting When Another Category is Selected
Hello Hariko,
I was able to reproduce your description. Additionally, the Fronpage plugin does not work 100% with the PrettyURL plugin.
There is still a little air up // need for optimization.
To straighten your problem a bit, you would have to edit the template from Frontpage and correct the following lines:
From:
to:
Now the radio buttons should be displayed "halfway" logically.
I will update the plugin in the wiki accordingly.
With best regards
Frank
I was able to reproduce your description. Additionally, the Fronpage plugin does not work 100% with the PrettyURL plugin.
There is still a little air up // need for optimization.
To straighten your problem a bit, you would have to edit the template from Frontpage and correct the following lines:
From:
Code: Select all
{list_categories type="radio" selected="$categories name=def-"}
...
{list_categories type="radio" selected="$exclude_categories name=ex-"}
to:
Code: Select all
{list_categories type="radio" selected="$categories" name="def-"}
...
{list_categories type="radio" selected="$exclude_categories" name="ex-"}
I will update the plugin in the wiki accordingly.
With best regards
Frank
You are strong in PHP and Java Script? Then help us to improve FlatPress.
Looking for ideas, templates, examples and answers to frequently asked questions?
You'll find it here.
My FlatPress-Blog: https://frank-web.dedyn.io
Looking for ideas, templates, examples and answers to frequently asked questions?
You'll find it here.
My FlatPress-Blog: https://frank-web.dedyn.io
Who is online
Users browsing this forum: No registered users and 0 guests