Search:

Type: Posts; User: Rudi

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds; generated 35 minute(s) ago.

  1. Replies
    3
    Views
    181

    See this thread, it should help:...

    See this thread, it should help: https://forum.flynax.com/showthread.php?7933-Multifield-Location-Plugin-errorr
  2. Replies
    1
    Views
    46

    Hello, Go to plugins/mulriField/tplHeader.tpl ...

    Hello,

    Go to plugins/mulriField/tplHeader.tpl

    replace:


    .gf-box .gf-container {
    max-height: 250px;
    overflow: hidden;
  3. Replies
    3
    Views
    181

    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...
  4. Replies
    12
    Views
    1,756

    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',
    ...
  5. Replies
    12
    Views
    1,756

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

    Hello,

    I need some example where the values are empty
  6. Replies
    2
    Views
    125

    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
  7. Replies
    4
    Views
    226

    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
  8. Replies
    1
    Views
    68

    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
  9. Replies
    17
    Views
    714

    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
  10. Replies
    2
    Views
    303

    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
  11. Replies
    2
    Views
    125

    Go to...

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

    Hello, What filter do you mean?

    Hello,

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

    by Rudi
    Replies
    24
    Views
    17,689

    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
    ...
  14. Replies
    4
    Views
    247

    Mm... I don't think so

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

    It's only possible via customization
  16. Replies
    4
    Views
    247

    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
  17. Replies
    10
    Views
    363

    - 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'
  18. Replies
    10
    Views
    363

    Contact your hosting for more info Maybe...

    Contact your hosting for more info

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

    I mean the patch

    I mean the patch
  20. Replies
    10
    Views
    363

    Hello, Find attached file 4942

    Hello,

    Find attached file 4942
  21. Replies
    17
    Views
    714

    It will be available later this week

    It will be available later this week
  22. Replies
    28
    Views
    11,312

    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
  23. Go to...

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

    below this line:

    <div class="listing-fields">

    comment out or remove:


    {if !$group.Display}
  24. Replies
    12
    Views
    2,621

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

    Of course, because you commented out the code incorrectly

    you should use /* ... */ to comment php code
  25. Replies
    1
    Views
    139

    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/

    -...
Results 1 to 25 of 497
Page 1 of 20 1 2 3 4