Is it possible to display combined results for multiple segments in Seg2Cat depending on url?
For instance. I’m using a dropdown select to change content based on the last segment.
http://mysite.com/ajax/ajax_sort/cad-live
This url correctly displays all of my products listed in “cad-live”
What if I want to combine this segment with another segment?
Per say:
http://cadaudio.com/ajax/ajax_sort/cad-live&astatic; I’m currently using category=”{segment_category_ids}” to display.
Thanks.
Edit: So I guess what I was looking for was $_GET variables so I can get a little more creative displaying and sorting content using url stings like ?products=wireless&ear-warn=live-vocals&page=1.
I have also read Expression Engine doesn’t support this. Can anyone verify?
So I guess what I was looking for was $_GET variables so I can get a little more creative displaying and sorting content using url stings like ?products=wireless&ear-warn=live-vocals&page=1. I have also read Expression Engine doesn’t support this. Can anyone verify?
You can do almost what’s possible in php by turning php parsing on for a template. So, yes its possible to do. If you don’t want to write your own php code or dont want to turn php parsing on, I had written a little plugin for EE2, long time ago. I can update it this weekend, if you like. You can grab $_get, $_post and php server variables and also cookies with it. Hope this helps, Ingo.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.