Search results

  1. Mark

    What is your subject matter?

    in order to help us plan and create new features I am wondering what niches are most popular with VL users.
  2. Mark

    Screenshots not rendering

    The screenshot server is not rendering screenshots today, I will be back at my desk tomorrow to get things sorted out. Thanks for your patience.
  3. Mark

    Working On It eliminate 1 initial query in button

    cache list of valid usernames in a plain text file to avoid connecting to db to check for valid members
  4. Mark

    Implemented case sensitive usernames on forgot password

    make query case insensitive for forgot password
  5. Mark

    Network Solutions Down

    For those of you using Network Solutions you might have noticed several hours of downtime thus far today, its the result of a DDOS attack. We wish you all the best recovering from this latest attack, just goes to show DDOS attacks can affect anyone.
  6. Mark

    VisioList Server Upgrade

    Hello folks, just a note that I will be moving VisioList.com to a new dedicated server tonight. The forum and members area will be unavailable while the migration takes place. I expect this will only take about 10 minutes and we will be back to normal in a new home. Thanks for your patience!
  7. Mark

    Unclutter - Get Inactive Website Status

    VERSION 0.1# What does it do? This plugin will display the website response code on the manage inactive members page of the admin panel. If a website is dead, unregistered, unhosted etc you can investigate and remove. How do I use it? Go to your manage inactive members page of your admin...
  8. Mark

    FlexServer Special for VL Customers

    I have picked up a fantastic deal on a rack of servers and have some for sale at amazing prices All servers come with your choice of centOS, Debian, Fedora, or Ubuntu. All servers are 2x quad core Xeon CPU. CPU resources split in proportion to account size. VPS1 $10/mo - 20GB Disk Space /...
  9. Mark

    Using Conditionals in Plugins to show content on specific pages/sections

    in this tutorial we will look at using conditionals in plugins to show/hide content on certain pages using simple PHP. //Show on Custom Pages Only if(isset($FORM['page'])) { $TMPL['something'] = 'This is visible only on custom pages'; } //Show on a specific custom page that has ID...
  10. Mark

    Premium Members Next Generation - Feedback Wanted

    We are starting to plan the next generation of the premium member module, as always we are interested in feedback from our users. What we have planned is: - Set time based on days instead of weeks. - bidding system option so members can bid on top positions, high bidder gets top spot -...
  11. Mark

    Case Study - Upgrading to VisioList

    So a few years ago I was contracted to skin an Aardvark Topsite, the job went fine and the owner did a good job promoting and building it up. Over the past year or 2, he has sold the site to a new owner and the site has pretty much been neglected to the point of near death, many of the sites...
  12. Mark

    Important - Change to the affiliate system

    With the introduction of our new centralized members area comes a much improved affiliate system. The upsides: - Better reporting - Centralized login - More tools The downside: - If you were a user of the original affiliate system, you will need to update your links to use the new...
  13. Mark

    I need a hand testing a new area.. got a few minutes?

    I am working on a new member management system so we can move away from swreg, and I need some real world testers. If you have a few minutes please start a private conversation with me and I'll provide a few steps for you to follow to help me with testing. thanks!
  14. Mark

    How to make a full language translation

    Sure, you can translate. 1) open languages/import/english.php 2) make a copy and name it french.php (or whatever the name of your language is) 3) open that copy and translate the phrases and save 4) import this language using admin -> content tab -> manage languages 5) optionally share the...
  15. Mark

    Visiolist 0.9 Released - Happy New Year

    We are proud to announce the release of VisioList 0.9, featuring several bug fixes, security patches, and many user requested improvements including custom fields management from the admin panel! head over to the downloads section and get your copy now Enjoy!
  16. Mark

    Upgrade ToplistX OR AutoRank Pro (jmbsoft) to VisioList

    As of today we have a fully supported data importer for those of you ToplistX and AutoRankPHP users out there. The importer is absolutely free and brings all of your members and categories into Visiolist. Instructions: 1) Take a backup before beginning (the importer does not modify...
  17. Mark

    renaming stats page - URGENT FEEDBACK NEEDED FROM EVERYONE

    it seems several server environments use the /stats/ path for internal use, the result is some VisioList users are unable to use clean url's on those hosts. So we have decided to change our path to the members "stats" pages. I was going to use /profile/ but I realize in some languages other...
  18. Mark

    If you host with Godaddy your site is down

    Anonymous has brought down the entire godaddy network 1 hour ago. All sites hosted with godaddy are offline...
  19. Mark

    Long Description + BBcode

    VERSION 1.0# This is a beta release, if you encounter any bugs reply below. What this mod does: Adds a "long description" field to join form and edit pages to allow your members to spice up their profile page. Why a seperate field? why not just add this to the existing description...
  20. Mark

    Contact Form - Beta

    VERSION 1.1# Anyone using VisioList .07 or older please update your core before applying this plugin Install 1) if you use clean urls, add the following to your .htaccess file located in the topsite root RewriteRule ^sendmessage/ index.php?a=sendmessage [L] add the above under...
Top