Search results

  1. Mark

    Register time problem

    There are some localization issues with date/time functions and PHP/MySQL open index.php and change this to your time zone: date_default_timezone_set('America/Los_Angeles'); you can find all timezones here: http://php.net/manual/en/timezones.php we will move this into a more flexible...
  2. Mark

    Over $500 in prizes! VisioList Skin Contest

    yup also the rewards were pretty small for anyone who has the knowledge/skills.
  3. Mark

    questions about reset

    no problem we do offer custom PHP development upon request, looking at $50 for that one. send paypal to admin@oswebhosting.com and we will have this done within 24 hours for you.
  4. Mark

    Over $500 in prizes! VisioList Skin Contest

    No takers :) Well it was worth a shot. </idea>
  5. Mark

    Banner Upload limit

    asked several times, please try the search function to avoid duplicate questions: http://visiolist.com/community/threads/banner.1031/#post-6457 http://visiolist.com/community/threads/custom-how-to-incraise-banner-limit-size.487/
  6. Mark

    questions about reset

    Yes, of course you can make a new database table to store top 5 winners, for this you would want to make a custom plugin rather than hacking a PHP file direct. There are many possible hook locations you could use for this, it all depends how you want to code it. Dive in! :)
  7. Mark

    Tags

    tags have been discussed ad nauseum in several other topics here, better to contribute to existing topics rather than start yet another thread :)
  8. Mark

    VisioList 1.1

    Looks like last minute addition caused notice. Can you try this: open sources/user_cp.php find: $TMPL['user_cp_content'] = ''; $TMPL['subtext'] = ''; Add this after: $TMPL['user_cp_premium_membership'] = ''; hopefully that will take care of initializing the variable, I...
  9. Mark

    Where are vote stats?

    "Unique Hits In" are "votes" this is how it has been for 10+ years, I guess we just ran with it :)
  10. Mark

    Renew License

    If you bought through SWREG, yes it will attempt to auto renew. (they will email you before) If you bought through our members area there is an option for auto renew and an option for manual renew. You can login to paypal and check active subscriptions.
  11. Mark

    Clean URLs do not work on nginx

    We can't make people aware of something we don't know if it works or not, now 2 months after the request someone has finally tested this on nginx. Now we can include it in the download bundle, and update our system requirements page. :) thank you for your feedback!
  12. Mark

    nginx support or tutorials.

    rather than start new topics... can we answer old ones that you have already posted in which address the exact same issue? http://visiolist.com/community/threads/clean-urls-do-not-work-on-nginx.1212/#post-7946
  13. Mark

    nginx support or tutorials.

    or at least the few people running nginx :)
  14. Mark

    Duplicate Names Joining

    For those following along "site title" is the answer to my question :) There is no duplication check for this, and we have no plans to add such a feature to the core. That said, users are free to create their own plugin to handle this if needed, always fun to learn new things
  15. Mark

    Duplicate Names Joining

    Sorry guys, I am confused. Are we talking username or site title? URL duplicate check has always been a feature
  16. Mark

    Google hangout - discuss the future of VL!

    yeah i like threads too, infact I think we already have topics for most of this stuff :) there is just something about a real conversation that is more engaging and can spawn new ideas faster. Thanks all for your input, the level of interest isn't quite there yet for this. I may try again...
  17. Mark

    Google hangout - discuss the future of VL!

    If there is just a few more people interested we will do it and I will post the available times. Although 5 people have posted here it looks like only 2 might attend.
  18. Mark

    update from aardvark problems

    in our private conversation you will find the new updater file that should get you sorted out.
  19. Mark

    update from aardvark problems

    Alright, I have been able to reproduce this update from Aardvark issue and will post a fix within an hour or 2.
  20. Mark

    SQL error, my site flat lined.

    "Can't connect to local MySQL server" "A link to the server could not be established" when those errors happen intermittently without the user doing anything, it means 100% his web server had a mysql outage at that time.
Top