Will this script be updated?

Basti

Administrator
Staff member
yes, alhough update is even slower than usually, since vl 2.0 is in the works, the 1.x series dont get much addition since it cause huge workflow to integrate it into 2.0 again

1.4 is pretty much ready and is since quite some time, but wasnt released yet to make sure we properly fixed something for an google update which caused many indexed gateway pages and other duplicate content / soft 404 errors

Not added everything to this list yet, like maintaince mode, but shows you some stuff. Mainly fixes and SEO purposes in this update

  • Global / Misc
    • Your site now automatically redirects site.com to www.site.com ( or other way around ) based on what you have set as your list url in admin -> settings. Htaccess snippet is no longer needed for this and can be removed.
    • site.com/index.php will redirect to domain only for SEO purposes also.
    • Tweak to the user login session to avoid wrong username display when you login as "test" but Username is "Test".
    • category url on premium sidebar list was wrongly parsed
    • out.php recieved a no-index header. Google started to read javascript so this was needed
    • in.php recieved fixes for indexed gateway page and soft 404 errors: Read more here http://visiolist.com/community/threads/multiple-homepage-urls-google-error.1841/#post-11608
  • Rankings
    • Tweak to rankings.php to avoid some issues regarding new ranking methods via plugins
    • Invalid categories now correctly display 404 error. This was changed to prevent duplicate content issues
  • Details page
    • Canonical php header has been added, since both /details/username/ and /details/UserName/ display the users details. Now google knows what the correct version is and not throw a duplicate content warning. This way we can keep case-insensitive in the url, and also not rely on the html tag, which could get removed if a bad plugin is in play or template developer not included the needed template tag, which is kind of nice.
  • User Panel
    • When user hits upload without selecting a banner it now shows proper error message instead success
  • Plugin Hooks
    • index.php hook "main_skin" changes to avoid calling plugins twice when this hook is used
    • "user_premium_auto_approve" has been added which is triggered when user returns from paypal and auto approve in on
    • "admin_approve_premium_do_approve" if auto approve is off and admin do it manually
  • php notices
    • Fixed many undefined indexes across multiple files. Please report if you stumble upon more.
  • HTML
    • Premium Sidebar list and featured member. Applied code so {$screenshot_path}_small.jpg could be used in the template, in case someone need to change the img code, they can manually construct the img code instead relying on the template tag which prints the img
    • Fixed a issue of wrong html: http://visiolist.com/community/thre...s-aligned-properly-in-chrome.1717/#post-10929
    • Fixed a issue with wrong html for the old, now unsupported Aardvark review system
 
Last edited:
Top