+ Reply to Thread
Results 1 to 3 of 3

Thread: Field Template Question...

  1. #1

    Field Template Question...

    Hello Flynax Team,

    I want to make what appears to be a simple modification on the post ad page. I want to put the following elements in the order in which they are listed below:

    Language bar
    Text Labels
    Input Boxes / Text Areas.

    I have checked the field.tpl and found this code:

    Code:
    Only registered members can view the code.
    and moved it right above the
    Code:
    Only registered members can view the code.
    It appears to be correct, but the other fields have disappeared. That is not working, is there a better way to put them in that order I stated above without changing the template code, or can you tell me how to do it correctly?
    Thank you - Your Welcome
    Brian

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,162
    Hello,

    For that you need to copy this code:

    Code:
    Only registered members can view the code.
    to each case of the field type and place where you need but I don't think it's a good idea

  3. #3
    Hello Rudi,

    Would this be not a good idea because of security issue or something along those lines? I don't want to do it if that is the case. Surely that has to be another way to re position elements and not make an issue.

    Quote Originally Posted by Rudi View Post
    Hello,

    For that you need to copy this code:

    Code:
    Only registered members can view the code.
    to each case of the field type and place where you need but I don't think it's a good idea
    Thank you - Your Welcome
    Brian

+ Reply to Thread