Fresh Install Instructions
http://visiolist.com/docs/Installing-visiolist
Upgrade Instructions
1) Take a backup of your files and database in case something goes wrong
2) Upload and replace all the files from the update bundle ( VL-Upgrade-1.4.zip ) via FTP
3) Run yoursite.com/install/update.php from your browser
4) New html files / html edits.
4.1) Copy wrapper_maintenance.html from parabola into your skin. This file is made for parabola, so adjust it to your liking if you use a different skin.
4.2) Copy join_recaptcha.html from parabola into your skin ( replacing old file ) and make possible changes to match your skin
4.3) Open join_premium_review.html and find
Replace with
Important Changes
As always please report any issues or bugs you may encounter.
http://visiolist.com/docs/Installing-visiolist
Upgrade Instructions
1) Take a backup of your files and database in case something goes wrong
2) Upload and replace all the files from the update bundle ( VL-Upgrade-1.4.zip ) via FTP
3) Run yoursite.com/install/update.php from your browser
4) New html files / html edits.
4.1) Copy wrapper_maintenance.html from parabola into your skin. This file is made for parabola, so adjust it to your liking if you use a different skin.
4.2) Copy join_recaptcha.html from parabola into your skin ( replacing old file ) and make possible changes to match your skin
4.3) Open join_premium_review.html and find
Code:
<form name="pp_value" action="https://www.paypal.com/cgi-bin/webscr" method="post">
Code:
<form name="pp_value" action="https://www.{$paypal_sandbox}paypal.com/cgi-bin/webscr" method="post">
Important Changes
- 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.
- New screenshot rendering server
- site.com/index.php will redirect to domain only for SEO purposes also.
- 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 to avoid getting out urls indexed
- 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
- User ip fix in case site uses cloudflare - previously a plugin
- Maintenance mode. If enabled uses a new wrapper template which visitors are seeing ( not logged in admin ). Also uses proper headers to tell search engines that the site is currently not available and to come back in an hour
- Join / Edit
- Updated ReCaptcha to use google's new one
- More stable url / duplicate url validations - http://visiolist.com/community/threads/http-http-remove-duplication.1908/
- 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
- Tweak to the user login session to avoid wrong username display when you login as "test" but Username is "Test".
- Logout redirect to the home page rather than the login page
- PayPal Sandbox mode
- Custom Pages
- Meta description and keywords had no effect prior this bug fix. We forgot to include the needed template tags
- Admin
- Deprecated overall ranking period has been removed from admin settings
- 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
- ssi.php hooks "ssi_new_compile_stats" and "ssi_top_compile_stats"
- search.php hook "search_search_result" renamed to "rankings_compile_stats". It uses same hook name as rankings.php, so plugins which append something to rankings also append it to search results
- rankings.php hooks for the pagination. "pagination_previous", "pagination_number", "pagination_next"
- 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
As always please report any issues or bugs you may encounter.
Attachments
-
1.8 MB Views: 44
-
1.6 MB Views: 53
Last edited by a moderator: