Search results

  1. Mark

    Upgrade ToplistX OR AutoRank Pro (jmbsoft) to VisioList

    Instructions: 1) Take a backup before beginning (the importer does not modify anything on your AutoRank PHP but better safe than sorry) 2) Install VisioList on the same Database as your AutoRank List 3) unzip the attachment 4) upload the import-autorank.php file to your Visiolist root...
  2. 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...
  3. Mark

    Implemented Exit Page

    I believe the number of people using right click to open outgoing links (and correct me if I am wrong but the stats are not counted only in certain browsers) is a very minimal number, and is not worth the trade of losing truly SEO friendly links.
  4. Mark

    Implemented Exit Page

    Basti is correct, the clean outbound links are extremely attractive to encourage members joining, redirects are undesirable to link builders. to be clear, its not just a fancy hover ;) its a regular HTML link.. but the beauty is you are free to hack your list anyway you like :)
  5. Mark

    Don't ignore zero-hit listings...

    total hits out is a pretty dynamic stat, but go ahead and test join date. If it works lets use than instead.
  6. Mark

    Don't ignore zero-hit listings...

    great to hear! thanks for the report :) we'll include this in the next release.
  7. Mark

    Don't ignore zero-hit listings...

    Can you try this for me? open sources/rankings.php and find: $order_by = $this->rank_by($ranking_method)." DESC, unq_{$ranking_method}_overall DESC"; replace with: $order_by = $this->rank_by($ranking_method)." DESC, unq_{$ranking_method}_overall DESC, tot_out_overall DESC"...
  8. Mark

    Don't ignore zero-hit listings...

    this might be an issue if you have several members "tied" with zero, I seem to recall this bug and honestly thought I had fixed it in a very early release of VL, I'll take a closer look at this asap but that seems to be the issue here.
  9. Mark

    Blank Index and Admin Pages

    issue resolved :) language was not imported at final step of installation, we will improve the useability of this step next release.
  10. Mark

    Problem with adding 6 Menu items

    thanks for pointing this out guys, I will have this corrected in the next release :)
  11. Mark

    Member Username Edit error

    Joey is correct, editing direct in the database is the way to go, however you must edit the VL_sites table AND the VL_stats table. And aside from updating the username you also need to update the "owner" field provided this is a parent account. We do not offer username edit function in the...
  12. Mark

    Blank Index and Admin Pages

    hmm strange, try enabling debug mode: open index.php find: $CONF['debug'] = 0; change to: $CONF['debug'] = 1; and see if it provides any errors. You can also start a private conversation with me including FTP login info if you like and I can login and get things sorted for you
  13. Mark

    Blank Index and Admin Pages

    Download the latest version (0.8) from here and try re-installing. http://visiolist.com/community/forums/visiolist-core-downloads.14/ let me know how it goes
  14. Mark

    Blank Index and Admin Pages

    Hi Andy, a few questions for you: Are yo installing 0.8? did the installer run ok? did you have any warnings before installing?
  15. Mark

    Mass add to Backlist

    hmm for now you can replace the first $id++; with 5 OR you can add your 4 already blacklisted domains to the list of domains in this code, and remove them from your blacklist via the admin panel.
  16. Mark

    adding extra Categories/link

    if you create a category in admin panel it will automatically populate the list of categories in the sidebar. You can also make a new menu using the menu manager, and simply paste the {$menu-2} tag provided into wrapper.
  17. Mark

    replacing banner zone B to the side of the screen

    see below... <div style="position: absolute;width: 120px;height: 600px;top: 5%;left: 50%;margin-left: -610px; border: 2px solid #ccc;"></div> <div style="position: absolute;width: 120px;height: 600px;top: 5%;left: 50%;margin-left: 485px; border: 2px solid #ccc;"></div>
  18. Mark

    replacing banner zone B to the side of the screen

    edit the wrapper.html template and place the {$zone_b} tag where you want the banners to show. You will need to create yourself a couple of absolute positioned container for each side (minimal CSS skills required to do this.)
  19. Mark

    MaxLeech

    damn thats a nice in/out ratio you got goin on, just goes to show the power of legit incoming traffic from search engines. When webmasters see how much "out" traffic is available its great motivation from them to join your list. Nice job!
  20. Mark

    Mass add to Backlist

    here is an import script, simply unzip and upload the import.php to your VisioList root directory (the one with settings_sql.php) and point your browser to /import.php to run it. Delete the importer from your server when its complete.
Top