Search results

  1. Mark

    Only gather year-month-day with {join_date}

    here is a tutorial that will help you http://visiolist.com/community/threads/how-to-create-a-plugin.20/
  2. Mark

    Only gather year-month-day with {join_date}

    that should work just fine, just make sure you are using a plugin for this and not just pasting it into HTML template.
  3. Mark

    How can i add a php script with DB connection?

    well in that case, your only choice other than moving to a new host or hiring someone to help you is to spend some time and learn how to make a simple plugin. http://visiolist.com/community/threads/how-to-create-a-plugin.20/
  4. Mark

    New VL site for a battle of the bands competition

    nice idea, I am sure it will do well for you.
  5. Mark

    How can i add a php script with DB connection?

    your code is fine, I tested on our demo list and it works as expected. Since your web server is returning a 404 error it means it cannot open the file, most likely you need to enable "allow_url_fopen" in php.ini or ask your web host.
  6. Mark

    Blog Toplist

    nice, very simple and clean :) What is that "b" or "earth" icon represent in the ranking tables?
  7. Mark

    How can i add a php script with DB connection?

    That error says the file does not exist. That can only mean 1 thing. This your web server spitting out this error, not visiolist. Perhaps you have missed the quotes around the URL, or perhaps you have space somewhere, or perhaps this function (URL file include) is disabled in your web...
  8. Mark

    How can i add a php script with DB connection?

    your first error is because you put the code in index.php, it goes in your template (gateway) your second error is clear, you tried to include a file that does not exist.... http://www.maffia-toplijst.nl/proxy-detection.php - make this work on its own, then add the tag: {include...
  9. Mark

    How can i add a php script with DB connection?

    Make it a standalone PHP file, then include that file into your template {include "http://yousites.com/yourfile.php"}
  10. Mark

    Just need to clarify

    "Too many connections" - your host has reached MySQL connection limit.
  11. Mark

    Please Select fill form

    You can do this easily with a little JavaScript to force a selection. Using the "name" value of the select box (category in this case) you can add a rule to the jquery validate code in the join form template, along with with your demands. See the jquery validate plugin docs to learn more...
  12. Mark

    Devil Top - Top Games

    very nice job! love the footer design and review system especially :)
  13. Mark

    Edit Default Menu tags

    Easiest way is to create your own plugin (skin_global) and override the function in skin.php that builds these menus. If you want to do this is for styling purposes, that would probably be a poor solution. You can make this look anyway you like using CSS without writing any PHP code. ul/li...
  14. Mark

    {$Example} Help?

    http://visiolist.com/community/threads/how-to-create-a-plugin.20/
  15. Mark

    The Dark Elegant Collection

    you need to modify the newest members plugin for that. plugins/NewestMembers/skin_global.php find SELECT username,url,title,category change to SELECT username,url,title,category,banner_url find $TMPL['newest_members_title'] = $row['title']; change to $TMPL['newest_members_title'] =...
  16. Mark

    Image Uploader.

    a very wise idea :)
  17. Mark

    Image Uploader.

    yes its absolutely possible to do this with a plugin.
  18. Mark

    Notify Multiple Emails

    This can be done with a plugin for now (though said plugin does not exist at this time). This will be part of the core for the next generation of VisioList which will feature user groups.
  19. Mark

    Votes not appearing On Main Screen.

    its a $29 product... how many custom questions do I need to write step by step guides for? We do offer paid custom coding services for those not willing to try or learn on their own. When you buy a house or car does the home builder or dealership give you step by step instructions how to paint...
  20. Mark

    Visio List - Needs a Resource Manager

    for sure :) We have some major changes coming in 2014 and I am sure resource manager will be a part of that.
Top