Search:

Type: Posts; User: Sam.K

Search: Search took 0.00 seconds.

  1. can anyone help with this?

    can anyone help with this?
  2. When I changed RL_ROOT to: define('RL_ROOT',...

    When I changed RL_ROOT to:
    define('RL_ROOT', '/home/mysite/public_html' . RL_DS . RL_DIR);

    Homepage of subfolder script is working, but all the other links...
  3. Thanks for your reply. I did these settings: ...

    Thanks for your reply.

    I did these settings:

    define( 'RL_DIR', 'subfolder' . RL_DS );
    define('RL_URL_HOME', 'https://mysite.com/subfolder/');

    and by the way, this one is set like this:...
  4. possible to use php 7.4 for running script version 4.9.2

    Hi

    Is running the script version 4.9.2 with PHP 7.4 possible without any issues?

    Thanks for your reply.
  5. Having 2 flynax scripts, one in Root and one in a Subfolder

    Hi everyone

    We need to have 2 Flynax scripts running, one in the Root folder and one in a Subfolder. For our case, using subdomains is not preferred.

    I cannot manage .htaccess of Root folder to...
  6. Price field consistency - negative price is ok?

    Hi there,

    I see that it's possible to set a negative number for the price of a listing.

    I was wondering if there is one place to change in the code in order to have the pricing format clearly...
  7. Replies
    20
    Views
    16,588

    Hi Rudi Thanks a lot for your quick and...

    Hi Rudi
    Thanks a lot for your quick and efficient reply.

    All the best.
  8. Replies
    20
    Views
    16,588

    Leaflet GoogleMaps restriction to one country

    Hey guys

    Is there any way to restrict google maps (with Leaflet) on Nova template to have autocompletion for a specific country?

    Thank you!
  9. For example, with GET you can make some...

    For example, with GET you can make some specifically useful links for users to navigate faster. As an example you can make such links "Bikes in Washington", "Apartments with 2 bed rooms", etc.
  10. If I want a quick fix, is it okay if I just...

    If I want a quick fix, is it okay if I just change the method to GET in "home_content.tpl"? From my side, t seems it is working. But I am not sure about more consequences.


    <form...
  11. Hi Viktor That has solved the issue. Thank...

    Hi Viktor

    That has solved the issue. Thank you for your quick solution.

    By the way, I do not know why the Search Box on homepage is always set to POST. Could it be something related to this...
  12. Search form does not respect the last data by GET method

    The bug exists also on the demo site.

    How to reproduce the bug:

    1- Go to Admin Panel > Listing Types > Edit Type "Classifieds"...
  13. Replies
    8
    Views
    12,887

    I just found it. In the file...

    I just found it. In the file "\includes\controllers\add_listing.inc.php"

    Find this line:
    case 'done':// the last step

    There you just need to assign the URL to smarty var:

    $rlSmarty ->...
  14. Replies
    8
    Views
    12,887

    I found the ID, but is there any function to...

    I found the ID, but is there any function to generate the URL from ID?
  15. Replies
    8
    Views
    12,887

    How to retrieve the final link of added listing

    Hey guys

    I need to retrieve the final link of the new added listing at the last step of 'Add a listing' procedure.
    I mean the last step of this page:...
Results 1 to 15 of 15