+ Reply to Thread
Results 1 to 3 of 3

Thread: HOW TO - add listing get two select fields toghether in one row

  1. #1

    HOW TO - add listing get two select fields toghether in one row

    if you need a solution like this screenshot

    http://prntscr.com/h9gxd4

    i came up with this simple fast & could be better if you got time solution

    templates -> your template -> tpl -> blocks -> field.tpl

    i did the follow changes at start

    Code:
    Only registered members can view the code.

    in the middle "like melcom"

    Code:
    Only registered members can view the code.

    and at the end

    Code:
    Only registered members can view the code.

    FOR THE OUTPUT you have to make the follow changes in field_out.tpl

    example: http://prntscr.com/h9sjbm

    Code:
    Only registered members can view the code.

    hope someone can find this usefull
    Last edited by Mustafa ilker Yonel; November 13, 2017 at 09:54 AM. Reason: adding conent

  2. #2
    Senior Member
    Join Date
    Sep 2014
    Posts
    125
    Quote Originally Posted by Mustafa ilker Yonel View Post
    if you need a solution like this screenshot

    http://prntscr.com/h9gxd4

    i came up with this simple fast & could be better if you got time solution

    templates -> your template -> tpl -> blocks -> field.tpl

    i did the follow changes at start

    Code:
    Only registered members can view the code.

    in the middle "like melcom"

    Code:
    Only registered members can view the code.

    and at the end

    Code:
    Only registered members can view the code.
    hope someone can find this usefull
    Thanks man, does this work with all the templates and which version are using ?

  3. #3
    i use 4.5 and general wide but my logic tells me it should.

    and you should be able to make it with all field types too

    example: Firstname Surname in ONE row

+ Reply to Thread