When I make a very simple article in Joomla:
Code: |
{tabs}
{tab title="First"}Content first tab{/tab}
{tab title="Second"}Content second tab{/tab}
{tab title="Third"}Content third tab{/tab}
{/tabs}
|
then a tabbed pages with 3 tabs appears normally.
Check with this link:
www.vbb-bloemendaalseweg.nl/index.php/test2
But, if we add any parameter to this link then the tab page gets corrupt. The full content of the website is loaded in every tab on the page after 2 seconds.
Check with this link:
www.vbb-bloemendaalseweg.nl/index.php/test2?ID=1
or any other link that adds a parameter to the first link.
Can you fix this? We need to use parameters and {tabs} should not go weird when we do
Regards.