Search:

Type: Posts; User: Rudi

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds; generated 2 minute(s) ago.

  1. Replies
    1
    Views
    100

    You need to: - uninstall the current plugin...

    You need to:

    - uninstall the current plugin via admin panel
    - remove the plugin directory from public_html/plugins
    - go to /backup directory and unzip the archive with the previous version of...
  2. Replies
    12
    Views
    1,704

    Yes, you can exclude the fields you need via this...

    Yes, you can exclude the fields you need via this file plugins/compare/rlCompare.class.php

    in this code block:


    private $excludedFields = array(
    'account_address_on_map',
    ...
  3. Replies
    12
    Views
    1,704

    Hello, I need some example where the values...

    Hello,

    I need some example where the values are empty
  4. Replies
    2
    Views
    107

    You need to disable the Add Listing page for Top...

    You need to disable the Add Listing page for Top menu (Content > Pages)

    and switch locations into the box mode: Basic Settings > Geo Filter > Select location in > Box
  5. Replies
    4
    Views
    206

    Yes, the Filter plugin supports only one price...

    Yes, the Filter plugin supports only one price field (system)

    It's possible only via customization at the moment
  6. Replies
    1
    Views
    65

    Hello, - Make sure the English language is not...

    Hello,

    - Make sure the English language is not set as the default

    - Try to clear your browser cookies
  7. Replies
    17
    Views
    711

    Hello Erez, It's a bit delayed: in the process...

    Hello Erez,

    It's a bit delayed: in the process of testing. I hope it will be ready this week
  8. Replies
    2
    Views
    287

    Hello, It seems that the session doesn't work...

    Hello,

    It seems that the session doesn't work at all after you switched to PHP 8.2

    Make sure that the path to session files is correct in the settings of php 8.2
  9. Replies
    2
    Views
    121

    Go to...

    Go to templates/.../tpl/blocks/listing-details-header.tpl > instead {$pageInfo.name} use {$listing_data.title}
  10. Replies
    4
    Views
    206

    Hello, What filter do you mean?

    Hello,

    What filter do you mean?
  11. Thread: Ad tittle format

    by Rudi
    Replies
    24
    Views
    17,665

    Refer to these threads, it should help: ...

    Refer to these threads, it should help:

    https://forum.flynax.com/showthread.php?6221-How-can-I-cancel-Category-Level-1-on-listing-Grids&highlight=parent+category
    ...
  12. Replies
    4
    Views
    246

    Mm... I don't think so

    Mm... I don't think so
  13. It's only possible via customization

    It's only possible via customization
  14. Replies
    4
    Views
    246

    Hello, You can find a link to the...

    Hello,

    You can find a link to the corresponding tutorial in the settings of your social network: Plugins > Social Network Login
  15. Replies
    10
    Views
    362

    - Check the error log on your server - Make...

    - Check the error log on your server

    - Make sure you use your domain in nginx rules instead of 'your-domain'
  16. Replies
    10
    Views
    362

    Contact your hosting for more info Maybe...

    Contact your hosting for more info

    Maybe permissions are required to use personal rules
  17. Replies
    17
    Views
    711

    I mean the patch

    I mean the patch
  18. Replies
    10
    Views
    362

    Hello, Find attached file 4942

    Hello,

    Find attached file 4942
  19. Replies
    17
    Views
    711

    It will be available later this week

    It will be available later this week
  20. Replies
    28
    Views
    11,284

    Hello, Make sure that the language package is...

    Hello,

    Make sure that the language package is installed on your server for your language

    See this link: https://stackoverflow.com/questions/10909911/php-setlocale-has-no-effect
  21. Go to...

    Go to templates/.../tpl/controllers/listing_details.tpl

    below this line:

    <div class="listing-fields">

    comment out or remove:


    {if !$group.Display}
  22. Replies
    12
    Views
    2,597

    Of course, because you commented out the code...

    Of course, because you commented out the code incorrectly

    you should use /* ... */ to comment php code
  23. Replies
    1
    Views
    138

    Hello, - The way we use git for Flynax script...

    Hello,

    - The way we use git for Flynax script will not fit your case. You can initialize git for the whole project but ignore such directories as backup/, files/, tmp/, and vendor/

    -...
  24. Hello Erez, You need to create a ticket and...

    Hello Erez,

    You need to create a ticket and will quote the customization

    Thanks
  25. I think you did something wrong in your code

    I think you did something wrong in your code
Results 1 to 25 of 497
Page 1 of 20 1 2 3 4