Search results

  1. 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...
  2. 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...
  3. 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"}
  4. Mark

    Just need to clarify

    "Too many connections" - your host has reached MySQL connection limit.
  5. 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...
  6. Mark

    Devil Top - Top Games

    very nice job! love the footer design and review system especially :)
  7. 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...
  8. Mark

    {$Example} Help?

    http://visiolist.com/community/threads/how-to-create-a-plugin.20/
  9. 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'] =...
  10. Mark

    Image Uploader.

    a very wise idea :)
  11. Mark

    Image Uploader.

    yes its absolutely possible to do this with a plugin.
  12. 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.
  13. 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...
  14. 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.
  15. Mark

    Visio List - Needs a Resource Manager

    lol no way, don't feel bad at all :) it was/is a good idea, just the XF implementation is a little weaker than I hoped. There are more likes than dislikes about the system, but the dislikes are big enough to make me question its usefulness for our purpose. $60 is not going to make any...
  16. Mark

    Visio List - Needs a Resource Manager

    well we want to use it, but I want it to work similar to how or members area works. 1) cutomer buys plugin via paypal 2) paypal API returns payment success messafge to XF 3) customer gets instant access to plugin unfortunately, it seems that cannot be done, we need to manually send the plugin...
  17. Mark

    Visio List - Needs a Resource Manager

    categories I can deal with, duplicate discussion threads however introduce chaos. This resource manager is not nearly as cool as I thought it was, the lack of proper payment integration is a real let down unless I am missing something... but external payment link and download management is...
  18. Mark

    Visio List - Needs a Resource Manager

    if you think about it further, you may come to the same conclusion I have :) Sidebar = 0 plugins, though some will also add an optional widget to the sidebar. But that is not grounds to place them in that category. Navigation bar = 0 plugins again, but some plugins can certainly be linked...
  19. Mark

    Votes not appearing On Main Screen.

    you dont need to be the best, you just need to be willing to try :)
  20. Mark

    Visio List - Needs a Resource Manager

    hmm that will create a ton of categories with only a very few items in each, that is a usability nightmare. Remember we only have 37 plugins... sub categories are totally overkill, even categories are near useless IMO
Top