+ Reply to Thread
Results 1 to 6 of 6

Thread: Listing field strikethrough

  1. #1

    Listing field strikethrough

    Hi guys

    Anyone know how to remove the field values for the auto classified fields such as comfort, interior, windows etc which have the strikethrough so it only shows the ticked options

    Chris
    New Site: CameraSpecs https://bit.ly/3G4uYA6

    Old Site: MotorAdsUk

  2. #2
    Quote Originally Posted by Chris Brown View Post
    Hi guys

    Anyone know how to remove the field values for the auto classified fields such as comfort, interior, windows etc which have the strikethrough so it only shows the ticked options

    Chris
    Hello Chris,

    It could be done hardcoded only.
    If you want i can change it for you.
    Thank you, Curtis.
    @Flynax Company

  3. #3
    That would be great, please do to my motoradsuk website. Do you need FTP. Also please let me know which files were changed
    New Site: CameraSpecs https://bit.ly/3G4uYA6

    Old Site: MotorAdsUk

  4. #4
    Junior Member
    Join Date
    Mar 2015
    Posts
    5
    Please let me know how this was done, would like to do this for my own site too.

  5. #5
    Quote Originally Posted by Erik Botha View Post
    Please let me know how this was done, would like to do this for my own site too.
    Hi Erik,

    You need change the field_out.tpl file.
    It located: /templates/auto_flatty/tpl/blocks/field_out.tpl

    Open it and replace all code to following:

    Code:
    Only registered members can view the code.
    Thank you, Curtis.
    @Flynax Company

  6. #6
    Or you can remove this fields in php via listing_details.inc.php file (/includes/controllers/listing_details.inc.php)

    1. open file and find row (~145):

    PHP Code:
    Only registered members can view the code
    2. add following code after it:

    PHP Code:
    Only registered members can view the code
    Thank you, Curtis.
    @Flynax Company

+ Reply to Thread