Search results

  1. Mark

    VisioList 1.0 feedback and housecleaning

    go to admin -> plugins -> newest members -> click install icon and see if that solves it for you.
  2. Mark

    VisioList 1.0 feedback and housecleaning

    You can look at install/update.php and see the database changes from 0.9 to 1.0 If you have further questions please start a new topic, I don't want to confuse users who might follow your steps.
  3. Mark

    Google Chart

    Ahh today's stats, yes this is obvious, you can use any stats found in the stats template. I misunderstood your question, thought you were asking for real time rank... Not today's total hits in.
  4. Mark

    VisioList 1.0 feedback and housecleaning

    Follow the step by step as I posted above for clean upgrade
  5. Mark

    VisioList 1.0 feedback and housecleaning

    You are free to limit the description as I posted above
  6. Mark

    Google Chart

    There is no template tag that will show real time rankings, this is calculated dynamically depending on category and ranking method.
  7. Mark

    VisioList 1.0 feedback and housecleaning

    limit works just fine when I test, furthermore the stats page description has NEVER been limited by default. <p>{$description}</p> if you want it limited to 100 characters make it: <p>{$description, length=100}</p>
  8. Mark

    PAID PLUGIN SLIDER

    I almost understand what you want.. almost but not quite clear :)
  9. Mark

    Implemented Maintenance mode

    After spending the past week doing countless updates, I agree with the value of maintenance mode especially when we have a lot of releases or major version changes. For me, the best approach is to replace index.php with a simple HTML page notifying the user that an upgrade is in progress...
  10. Mark

    Contact Form - Beta

    I will have an update posted in the next day or so for this: Already done: SMTP mail option Security fix Cosmetics Code cleanup in line with 1.0 trends Additional spam protection
  11. Mark

    VisioList 1.0

    First, thanks to everyone who helped test and ensure the initial Visiolist 1.0 installs and updates nicely and is relatively bug free (we squashed all we could find). VisioList 1.0 is another major milestone for the project, adding several new features and cleaning up some long overdue issues...
  12. Mark

    error after installing

    please test using real website on a real domain.
  13. Mark

    error after installing

    You have not given enough information for me to help you. Most likely you have already voted for that site today, or are trying to vote for the same domain you installed visiolist on.
  14. Mark

    error after installing

    here you are, this should do the trick for you
  15. Mark

    duplicate sites

    use phpmyadmin (or your favorite method to work on MySQL databases) and run this query to identify duplicates SELECT short_url FROM VL_sites GROUP BY short_url HAVING count(*) > 1;
  16. Mark

    error after installing

    You are on php 5.4, you will need version 1.0 which I will post for you in a few minutes
  17. Mark

    TotalTop100.com

    very nice job, looks awesome! Best of luck with it
  18. Mark

    Contact Form - Beta

    yeah I would like to evolve this plugin further and it would be great to keep it simple to the point of not needing any captcha or word verification. Amazingly I have still not been hit with any spam using this method, but PPNsteve perhaps you can post some examples of what the spammers are...
  19. Mark

    Automatic Upgrades!

    Well Wordpress has the advantage of being free so we can't FTP in that direction (we go from here to your account instead), but yes the idea is the same :)
  20. Mark

    [Buy Premium] - Feature not secure

    no sweat, i realize its not the most recognizable solution, but I thought it would be cool to see who is trying to cheat, so letting them get away with the easy part was worth it to me :) if they cheat that part, they will try and cheat in other ways, as an admin its nice to have the option to...
Top