+ Reply to Thread
Results 1 to 3 of 3

Thread: Change Listing Types to dropdown

Hybrid View

  1. #1
    Junior Member
    Join Date
    Apr 2014
    Posts
    13

    Change Listing Types to dropdown

    Hello,

    I'm using Flynax Auto. I want to change the Listing Types to a dropdown on the Add listing page: http://auto.demoflynax.com/add-listing.html

    For example Autos, Auto Parts and Services are bullet point now. I want this in a dropdown. How can I do this?

    Thanks

  2. #2
    Hello Murat,

    FTP > templates > auto_flatty > tpl > controllers > add_listing.tpl

    find code:
    Code:
    Only registered members can view the code.
    replace on this code:
    Code:
    Only registered members can view the code.

    then you need to change javascript code, find it

    Code:
    Only registered members can view the code.
    replace on:

    Code:
    Only registered members can view the code.
    and find code:
    Code:
    Only registered members can view the code.
    replace on:
    Code:
    Only registered members can view the code.
    Thanks.

  3. #3
    Junior Member
    Join Date
    Apr 2014
    Posts
    13
    Thanks worked perfect!

+ Reply to Thread