Search results

  1. Mark

    Screenshots problem.

    Hello, screenshot server has just been upgraded, you can find the update here: https://visiolist.com/community/threads/screenshot-server-update-patch.2245/
  2. Mark

    Screenshot server update patch

    Here is the patch as of 05-08-2021 for the latest and greatest screenshot server.
  3. Mark

    [Resolved] Recaptcha V3

    Interesting but from the docs, the current limit is 1000 calls per second, I suspect it only really affects xenforos default key which may be in use on thousands of sites. Since all of our users supply their own key, this should affect almost nobody here :)...
  4. Mark

    Maybe a hacking ?

    looks like a hack, you would need to check your apache logs for clues. Make sure you are running the latest version of that plugin https://visiolist.com/community/resources/google-analytics.28/
  5. Mark

    [Resolved] Need Help With Link Code For Members

    Yes, conversation is a private message. Sorry age old terminology, hard for me to change after all these years
  6. Mark

    [Resolved] Recaptcha V3

    correct, recaptcha v3 was not yet supported in 1.8
  7. Mark

    [Resolved] Need Help With Link Code For Members

    Yes, several users have found that with the last release the images/extra folder was missing. Once created, your link_code page should work just fine. Can you PM your URL so I can check?
  8. Mark

    [Resolved] Need a little help with upgrade

    Either way will work just fine
  9. Mark

    [Resolved] Need a little help with upgrade

    that is a bug in the installer on server running MySQL in strict mode. Empty your existing database from the incomplete install: Then open install/index.php find: `description` TEXT default '', Replace with: `description` TEXT, Re-run the installer and you should be all set. let...
  10. Mark

    Woahhhhhhh. I was using this toll like 6 years ago and forgot about it lol! Is it still working and updated? Thanks

    Yes still working, development cycles are slow but bug fixes and updates are released as time allows once or twice a year.
  11. Mark

    Premium Banner table_row table_top_row

    I believe you will need a custom plugin to make it work the way you want, it’s quite different from the intended method.
  12. Mark

    Premium Banner table_row table_top_row

    yes, you need to wrap those links in an image tag something like: <img src="{$banner_url}">
  13. Mark

    Premium Banner table_row table_top_row

    I believe this is because newer versions use video conversion for banners, so we no longer use the path to the image but rather render entire HTML code block. You shouldbe able to use {$banner_url} and {$premium_banner_url} in your templates to accomplish what you need if I am not mistaken.
  14. Mark

    [Resolved] Need a little help with upgrade

    Hey There, long time! PHP 7.2 is recommended because 5.6 reached end of life a couple years ago. VisioList will still function fine with 5.6 though so you are good to proceed with the update. Since you are upgrading from such an old version, its probably a good idea to remove or disable all...
  15. Mark

    ranking all sites

    You can change the wording of "All Sites" in the admin panel, phrase/language editor. languages/english.php $LNG['main_all'] = 'All Sites'; OR you could make your own plugin file: rankings_order_by.php: if (!$TMPL['cat_exist']) { $TMPL['header'] = "{$LNG['main_header']}"; }
  16. Mark

    Two Factor Authentication

    Seems like a conflict with the recaptcha and 2fa, I will investigate asap
  17. Mark

    Member button has no size limit - huge fills page, should resize or have a size limit so large button can't be submitted

    Hello, there is a height, width and filesize restriction on buttons uploaded. Check your admin -> settings, sounds like you have it disabled.
  18. Mark

    Screenshots problem.

    That is very odd, I am not able to duplicate this. If you generate all screenshots does that work?
  19. Mark

    VisioList App

    not really, i mean its possible, but our dev time is quite limited and its more suitable as web server based app rather than a native standalone app.
  20. Mark

    2-Factor Authentication

    Yes I confirmed that user passwords email sent as normal in all circumstances.
Top