Search results

  1. Mark

    Want your VisioList featured?

    Hello all, I am finally getting around to redesigning our VisioList homepage and I would like to show off a few customized lists. If you have a custom theme and would like to show it off, let me know!
  2. Mark

    Add Ranking Settings

    create your rankings_order_by.php plugin file. Add the code basti pasted above to it. // Make ORDER BY clause $order_by = "tot_{$ranking_method}_overall DESC"; Create a plugin folder and info file for your new plugin and place you new file inside that folder...
  3. Mark

    Member banner gif to mp4 conversion

    It’s basically a mini web page, a group of files with an index that is responsive, they can include dynamic content, have multiple links etc. Fairly common on google ads, not so common anywhere else.
  4. Mark

    Issue with URL Blacklist

    mod_sec rules have been updated, you should be all set now. Let me know if you have any issues.
  5. Mark

    How to limit the Website description

    {$description, length=100} in your table_top_row, table_row, stats templates will limit the characters to 100 characters. to limit characters in join form, edit join_form template and use the maxlength attribute on the description textarea: <textarea maxlength="100"
  6. Mark

    [Custom] How to incraise banner limit size

    This is not possible with the core Visiolist product, but you could write your own custom code to accomplish this.
  7. Mark

    VisioList get not the Screenshots from the Mainpage ?

    if you have a dedicated server you can install your own headless browser and write your own code to handle it. But this is not a viable option for most people.
  8. Mark

    VisioList get not the Screenshots from the Mainpage ?

    can you make sure you have cURL enabled and PHP compiled with GD lib?
  9. Mark

    VisioList get not the Screenshots from the Mainpage ?

    I have doubled the amount of time to wait for the site to load, this will also double the amount of time bulk rendering will take, so hopefully this is enough for those few slow loading websites.
  10. Mark

    Member banner gif to mp4 conversion

    its possible, and a good idea :) Will consider how we might implement this in the future, since its taxing on hardware it may need to be a "premium" service option.
  11. Mark

    VisioList 1.6

    So. Many. Improvements! Well done Basti!
  12. Mark

    Member banner gif to mp4 conversion

    This is awesome, really great job on this!
  13. Mark

    Rotate Premium Banners [Deleted]

    This resource has been removed and is no longer available for download.
  14. Mark

    Clean URL's [Deleted]

    This resource has been removed and is no longer available for download.
  15. Mark

    Voting Issues...

    Awesome catch man! I spent an hour on this today spinning my wheels :)
  16. Mark

    Screenshots generator problem/bug

    In order for the screenshot server to work, DNS needs to resolve 100% properly. If there is any DNS issues the screenshot server will fail to render the site and will be unable to take the screenshot. That could be the problem you are encountering.
  17. Mark

    Screenshots generator problem/bug

    can you provide a few sample URLs?
  18. Mark

    Visiolist ready for php 7.2 ?

    Yeah we can wait on the new theme, no reason to delay the core release which is much more important :)
  19. Mark

    Install issues

    the logout is happening because these warnings are being displayed, if you disable error reporting things should continue to work. You could also roll back to an older version of PHP. We will make sure to update the methods (likely to use __construct instead) for next release.
  20. Mark

    Problem with error function on in_gateway_start

    check your error_log for clues. Error 500 is internal server, you are triggering something your server configuration does not like. Could be a mod_security rule.
Top