+ Reply to Thread
Results 1 to 3 of 3

Thread: Mobile version questions

  1. #1
    Junior Member
    Join Date
    Jan 2013
    Posts
    23

    Mobile version questions

    Hello,

    1) Is there a way to display listing categories on mobile version home page?

    2) Is there a way to display recently added listings on mobile version home page?

    Thanks in advance

  2. #2
    Junior Member
    Join Date
    Feb 2013
    Posts
    7
    So is there a way to display listing categories on mobile version home page?

  3. #3
    Hello Omar and Ivan,

    By default not exist categories but you may add minimal code and it will be

    go to ftp://includes>>controllers>>home.inc.php

    in end of code add new:

    PHP Code:
    Only registered members can view the code
    save and close.
    Then go to: ftp://templates>>your_mobile_template>>tpl>>home.tpl

    in end of code add new code:

    Code:
    Only registered members can view the code.
    save and check.

    About recently added listings: on home page already show featured listings in carousel.

    If you want show recently added instead of featured you can go to ftp://includes>>controllers>>home.inc.php
    and add code in end of file:

    PHP Code:
    Only registered members can view the code
    save and close.

    Then go to ftp://templates>>your_mobile_template>>tpl>>home.tpl

    find variable: $mobile_featured and replace it to: $mobile_recentry_listings

    save and check mobile site,
    Viktor,
    Flynax technical department,
    Best wishes.

+ Reply to Thread