+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Listing Fields do not show

  1. #1

    Listing Fields do not show

    hello. replicate this

    he have listing fields http://realty.demoflynax.com/admin/i...listing_fields
    go to build your submit form http://realty.demoflynax.com/admin/i...rm&key=alabama like this

    we have
    1.form
    2.groups list
    3.fields list

    if we do not want to use group list, and so move the fields from Fields list into the Form, we can list just fine an add, but than, in listing details page, all the fields are gone. at best case is just 1 showing.

    a fix for this please so we can see them properly. thanks

  2. #2
    Member
    Join Date
    Aug 2012
    Location
    Germany and Greece
    Posts
    88
    Hi,

    apparently the bug exists in version 4.1.0.

    I have also found this the days, but I had no time to write.


    @ Petrache Nicolae you were faster than me.


    The fields outside the groups are not displayed in admin area details page.
    In the frontend user interface, the fields are displayed.

    Please help us with a fix.

    Thank you and wish you all a nice weekend.

  3. #3
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606
    Hello Guys,
    I have checked this issue in 4.2 version which we are working on and I was unable to reproduce it.
    Looks like the bug you reported is fixed in new version.

    John

  4. #4
    Member
    Join Date
    Aug 2012
    Location
    Germany and Greece
    Posts
    88
    Hi John,

    and how can we Fixed it in the V4.1?

    In your online Demo V4.1.0 this bug is available.

    Please, please give us the fix for V4.1.0.

    Thanks in advance.

    Sakis

  5. #5
    Hi Petrache and Sakis,

    Open the file /your_admin_folder/tpl/controllers/listings.tpl
    Search the part of code: [line: ~1105]
    PHP Code:
    Only registered members can view the code
    And replace to the code below:

    PHP Code:
    Only registered members can view the code

    Other than that happy coding...
    Flynax Technical Department

  6. #6
    [QUOTE=Alex;7284]Hi Petrache and Sakis,

    Open the file /your_admin_folder/tpl/controllers/listings.tpl
    Search the part of code: [line: ~1105]
    PHP Code:
    Only registered members can view the code
    And replace to the code below:

    PHP Code:
    Only registered members can view the code
    /QUOTE]


    hello Alex. doesn't seem to work. i have replaced the code and when i checked my listings, the fields do not show

  7. #7
    Petrache,

    To clarify the situation; in the admin panel right?
    Last edited by Alex; October 28, 2013 at 08:10 AM.

    Other than that happy coding...
    Flynax Technical Department

  8. #8
    Quote Originally Posted by Alex View Post
    Petrache,

    To clarify the situation; in the admin panel right?

    yes. i found the fields where you said.

  9. #9
    Quote Originally Posted by Petrache Nicolae View Post
    yes. i found the fields where you said.
    And it's still not working on your side?

    Other than that happy coding...
    Flynax Technical Department

  10. #10
    Quote Originally Posted by Alex View Post
    And it's still not working on your side?
    another try

    i changed
    Code:
    Only registered members can view the code.
    into

    Code:
    Only registered members can view the code.
    and again, when i look in any listing, i have no fields
    Last edited by Alex; October 28, 2013 at 09:18 AM. Reason: modify bbcode

+ Reply to Thread