How can I make saving selected tabs to cookies?
What would the tab that was active last time be selected the next time the page was opened?
This tabs:
That is, I chose the "latest active" and went to the main page of the forum. I looked at something on the forum and switched back to profile...
How can I create a page with output of different categories?
For example, this structure of the forum:
And I need to display the following on the page I created:
Now I have this kind of code gets information about the categories I need.
/** @var \XF\Entity\Category $forums */
$forums =...