localendar Forums Homepage


Print at Oct 4, 2025, 5:57:41 PM

Posted by esthouston01 at Jul 18, 2019, 10:46:30 PM
Categories once given with URL string won't then reset to view all
When I use a month iframe calendar with categories in the URL, as expected it will show the month calendar with only events in that category. But after doing that, when I use the URL without the categories in the string, it still loads only the events for that category. In other words the category filters are not clearing.

If these are accessed from a webpage/browser in this order:

<iframe src="//localendar.com/public/useracct?categories=118" height=600 width=700 marginheight=0 marginwidth=0 scrolling=no frameborder=0 border=0></iframe>

then

<iframe src="//localendar.com/public/useracct" height=600 width=700 marginheight=0 marginwidth=0 scrolling=no frameborder=0 border=0></iframe>

The second url should show all categories - but is only showing events for category 118 (the one in the first url). The category persists.
Is there a "?categories=showall" parameter or something that will fix this issue other than manually closing the browser and then reopening it?

The only (bad) work-around I can think of is to pass it all of the categories in the URL. That means, I'll have to update my link every time I add a new category.

Help! | Cobranding | Legal | Privacy Policy | About localendar.com | Contact Us