Search results

  1. Mark

    Twitter

    Mark submitted a new resource: Twitter - Automatically Posts to twitter when new member joins Read more about this resource...
  2. Mark

    RSS Feed Importer

    Mark submitted a new resource: RSS Feed Importer - Show members RSS feeds on details page Read more about this resource...
  3. Basti

    StopForumSpam API integration - StopForumSpam API integration

    http://www.stopforumspam.com/ provides lists, provided by fellow forum admins, of the vile scum suckers that persist in spamming forums with their, often illegal, scams, exploits and other annoyances. We provide these lists so that other forum admins dont have to endure the never ending job of...
  4. Mark

    StopForumSpam API integration

    Mark submitted a new resource: StopForumSpam API integration - block known spammers from joining Read more about this resource...
  5. Mark

    Disqus Comments

    Mark submitted a new resource: Disqus Comments - visitors can post comments to members details pages Read more about this resource...
  6. Mark

    Disqus Comments 1.6

    Want to add the super popular Disqus comments system to your topsite? Look no further Installation 1) create an account with disqus.com (if you haven't already) 2) Upload the plugin zip through admin plugin manager. 3) go to your admin control panel -> General Settings and enter your Disqus.com...
  7. Mark

    Affiliate Tracker

    Mark submitted a new resource: Affiliate Tracker - track member referrals Read more about this resource...
  8. Mark

    Show top 20 in category and top 100 in overall

    in another request thread of yours Basti was kind enough to post the plugin to help you learn how to make a simple plugin. If you don't know PHP but still want to make a bunch of custom changes, you might consider hiring someone to help you build these more obscure feature requests.
  9. Mark

    Show top 20 in category and top 100 in overall

    not possible with core settings, you would need to create a plugin to do this.
  10. Mark

    How can you let people vote only once, and not daily.

    no that is all that is the only change that is needed, well at least until the user gets a new IP address.
  11. Mark

    Cron settings isn't working

    I think you have misunderstood how this works. no matter what, the site with the most votes moves up. What happens during cron job is a reset of the rankings (daily weekly or monthly as set in your admin panel) and the move to "next day". Cron is used to clear rankings, not set them.
  12. Mark

    Only gather year-month-day with {join_date}

    I don't have enough information about what you have done to help you further.
  13. Mark

    Database password problem

    just to contribute to this thread, if you change database password or username all you need to update for VisioList is the value in settings_sql.php one thing to watch out for is special characters in passwords like quotes which can cause parse errors.
  14. Mark

    Only gather year-month-day with {join_date}

    close. {join_date2} should be {$join_date2} and you need to ensure $join_date has a value.
  15. 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/
  16. 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.
  17. 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/
  18. Mark

    New VL site for a battle of the bands competition

    nice idea, I am sure it will do well for you.
  19. 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.
  20. Mark

    Blog Toplist

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