- Posts: 25
- Thank you received: 0
the List Box doesn't work
-
kjamson
Inactive member -
Topic Author
- Member
-
Less
More
13 years 5 days ago #15969
by kjamson
the List Box doesn't work was created by kjamson
Hi,
We are on Joomla 2.5 with VM2.0.2.
When in the category page, there is a dropdown box on the top right corner of the main content area. The following is from the page source.
<select name="" class="inputbox" size="1" onchange="window.top.location.href=this.options[this.selectedIndex].value">>
<option value="/refresh/index.php/luggage/results,1-3">3</option>
<option value="/refresh/index.php/luggage/results,1-6">6</option>
<option value="/refresh/index.php/luggage/results,1-9">9</option>
<option value="/refresh/index.php/luggage/results,1-12">12</option>
<option value="/refresh/index.php/luggage/results,1-30">30</option>
<option value="/refresh/index.php/luggage/results,1-60">60</option>
</select>
When select any number from the dropdown list, it posts "/results,1-9" for example to the end of URL. and the page loaded is shop front page. The demo on your site for 1.7 has the same issue. I think it's supposed to append "?limit=9" to the URL instead.
Thanks.
Best regards,
Victor
We are on Joomla 2.5 with VM2.0.2.
When in the category page, there is a dropdown box on the top right corner of the main content area. The following is from the page source.
<select name="" class="inputbox" size="1" onchange="window.top.location.href=this.options[this.selectedIndex].value">>
<option value="/refresh/index.php/luggage/results,1-3">3</option>
<option value="/refresh/index.php/luggage/results,1-6">6</option>
<option value="/refresh/index.php/luggage/results,1-9">9</option>
<option value="/refresh/index.php/luggage/results,1-12">12</option>
<option value="/refresh/index.php/luggage/results,1-30">30</option>
<option value="/refresh/index.php/luggage/results,1-60">60</option>
</select>
When select any number from the dropdown list, it posts "/results,1-9" for example to the end of URL. and the page loaded is shop front page. The demo on your site for 1.7 has the same issue. I think it's supposed to append "?limit=9" to the URL instead.
Thanks.
Best regards,
Victor
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 days ago #15986
by ivan.milic
Replied by ivan.milic on topic Re: the List Box doesn't work
I think it's ok . That we did not change from vm core , and that form of url compiles with MVC style of url with query parameters.
Please Log in to join the conversation.
Time to create page: 0.194 seconds