Search results

  1. 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...
  2. 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
  3. 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
  4. 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?
  5. 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.
  6. 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.
  7. 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>
  8. 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.)
  9. 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!
  10. 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.
  11. Mark

    Mass add to Backlist

    sure, I will put together a query and post back here
  12. Mark

    SEO Forum Section

    sure, I think most of us are pretty SEO savvy so this could flourish into a very useful section.
  13. Mark

    renaming stats page - URGENT FEEDBACK NEEDED FROM EVERYONE

    You just repeated your last request :) My post above outlines some of the problems with that, there will be several manual edits you will need to make beyond the .htaccess and as I said there are problems with variable scope and class names etc.
  14. Mark

    renaming stats page - URGENT FEEDBACK NEEDED FROM EVERYONE

    I thought about this, but then integration with plugins etc may cause issues in the future. On my demo list I have it set in index.php as $TMPL['statspath'] but already there is problems with variable scope, class names, .htaccess, file names (action array). Its a nice thought, but I am not...
  15. Mark

    renaming stats page - URGENT FEEDBACK NEEDED FROM EVERYONE

    thank you all for your feedback. /details/ it is.
  16. Mark

    Screenshot updating

    Alright should be good to go now, thanks for your patience.
  17. Mark

    Screenshot updating

    screenshot server is having connectivity issues, I am working with the DC to resolve
  18. Mark

    Linkback Required

    well deleting inactive members is not something you will be forced to do, I am talking about simply sending an email to inactive members. A core feature that has been requested in the past and seconded by many.
  19. Mark

    Linkback Required

    well we still evolve the current inactive user function :) the option to send notifications for inactivity is something we need.
  20. Mark

    /stats folder problem where is {list_url} data?

    ahh good catch! line 195 of sources/user_cpl.php: $sitelist_select .= '<li style="background: url('.$sitelist_url.'/favicon.ico) 15px no-repeat; background-size: 16px auto;"><a...
Top