Search results

  1. Mark

    Contact Form

    Hello, the first one should be resolved if you translate plugins/SendMessage/languages/english.php to your language I will post an update soon that will resolve the other notices
  2. Mark

    404 error

    Hello, that plugin has been deleted. You can add this line to your .htaccess: ErrorDocument 404 /404.html then create a custom 404.html page for your error message.
  3. Mark

    Contact Form

    nice update, thanks Basti!
  4. Mark

    Contact Form

    you would need to custom extend that, the plugin was designed to use a less intrusive method (honeypot). Are you getting hit with spam?
  5. Mark

    Contact Form

    cool, its easy to overlook :)
  6. Mark

    ERROR IN INSTALL - HELP PLZ

    It appears your server is not allowing the files to be written to, you may need to chmod 777 the /languages/ folder. You will also need to chmod 666 the settings_sql.php file. Check this page for more info: http://visiolist.com/docs/Installing-visiolist
  7. Mark

    Contact Form

    Make sure your new input fields have the attribute name="something". If you still cannot get it to work, can you post an example of what you have added? or a link?
  8. Mark

    Working On It Credit system

    I had actually experimented with a credits type system in the past and it worked fairly well even though was just a really rough attempt. One of the other advantages is credits can be "earned" by hooking into other functions, so for example if the user shares to social media they might earn...
  9. 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!
  10. 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...
  11. 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.
  12. 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.
  13. 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"
  14. 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.
  15. 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.
  16. Mark

    VisioList get not the Screenshots from the Mainpage ?

    can you make sure you have cURL enabled and PHP compiled with GD lib?
Top