I am using Tocify to make a TOC for some content on my site.
Let's say my site is called www.example.com
and I click an element in my TOC. The default option for Tocify is to change my url to www.example.com?elementclicked
But my site is www.mysite.com/index.php?page=folder/test/ShowSite&tabid=1&site_id=87
.
If I click an element, it changes the url to www.mysite.com?elementClicked
. How can I make it change the link to www.mysite.com/index.php?page=folder/test/ShowSite&tabid=1&site_id=87?elementClicked
?