Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: ItemActive on page load with extra PHP vars

Home Forums Older releases 1.0.x ItemActive on page load with extra PHP vars Reply To: ItemActive on page load with extra PHP vars

#8512
RonP
Participant

Sorry code was lost… Here the examples:

index.php?id=1 activates the corresponding menu-item correctly.
But when the same page is loaded with extra vars, menu-item is not activated:

index.php?id=1&project=5 > menu-item index.php?id=1 not activated
index.php?id=1&project=5&var=foo > menu-item index.php?id=1 not activated