• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Showcase categories drop down

Greetings,

I am currently using the show case as a school review system (so far so good). However the issue im having is that my "Categories" I turned into "Countries". So the Categories are a list of countries where the school is located. As you can imagine the countries list is very long (see attachment).
My question is, is there anyway i can make this country list in the showcase sidebar turn into a drop down country menu?


Thanks for all the help!
 

Attachments

  • Screen Shot 2014-10-15 at 2.07.04 PM.png
    Screen Shot 2014-10-15 at 2.07.04 PM.png
    51.3 KB · Views: 5
  • Screen Shot 2014-10-15 at 2.06.44 PM.png
    Screen Shot 2014-10-15 at 2.06.44 PM.png
    59.2 KB · Views: 5
  • Screen Shot 2014-10-15 at 2.02.47 PM.png
    Screen Shot 2014-10-15 at 2.02.47 PM.png
    45.9 KB · Views: 4
Its "doable", however, this is a bit more than a quick template edit (or I'd just post a quick how to). There are 2 completely different blocks. The "categories" block for the Index page is different than the "categories" block for Category pages (different programming code and different template syntax as well as different rendering). The index one can be converted to a drop down using basic HTML/Xen syntax fairly easy (if you know what you are doing), however, the Category Page block is a different story tho as there is specific code in the controller (as well as Helpers and Views) that go along with it. To do it properly, it might require some code modification to the category controller to expose the data the way you'd need it for a hierarchical drop down (like the Category Chooser looks like).

If this is something to technical for you to figure out/do on your own, you can inbox me a customization request if you'd like.
 
Seny you a PM for now im just loking at having the categories block on the Index page as a drop down since this will be the main landing page for most of the visitors. This is something I may have to recommend for future implimentation due to the fact that many people may have many categories.
For example if youre running a car showcase and list all the car makes it will be a long list. Same with sports teams ect.. Or for instance in my case listing countries =D
 
Back
Top