VisioList 0.6

Mark

Administrator
Staff member
This is a maintenance release addressing all known/reported issues from 0.5

Some of the new features:

plugin hooks added and improved UI for plugin delete

corrected redirects on category URLs with special characters

404 problem fixed, .htaccess redirect loop fixed

join existing checkbox added to join form

banner upload bugfix when banner is too large

facebook plugin released

Google+ plugin released

Mulitple answers for security question (2+3 = 5,five)

UserCP now has subtext to alert user to choose their domain
--edit site
--buy premium
--link code

Screenshot system bugfix for sub domains and URL's ending with /

Please read the following carefully to ensure a smooth install/upgrade experience

Fresh installs - Download Install-0.6.zip and follow install instructions in the user manual.

BEFORE UPGRADING ENSURE YOU HAVE A COMPLETE BACKUP

Upgrades from 0.5 - Download Upgrade-0.6.zip and overwrite all files.

Upgrades from 0.4 or older - Please upgrade to 0.5 before proceeding to 0.6.

Please re-upload following plugins if you use them

- Twitter
- Elegant Join
- RSS Feed Importer

via ftp: unzip plugin and simply overwrite the files on ftp
via admin plugin manager: simply upload the zip again and it will overwrite the files.
Do not delete the plugin. It will result in dataloss if the plugin stores info in the database

If you have any problems let us know and we'll get right to work on them.

enjoy!
 

Attachments

K

kinu

Guest
I have a problem!
In Admin Cpanel at section Members i got an error :
"Data Tables warning: JSON data from server could not be parsed. This is caused by a JSON formatting error."
 

Mark

Administrator
Staff member
HI Kinu, datatables + special characters is the problem here. Try this:

Open skins/admin/wrapper.html and find:

Code:
$('#man').dataTable( {
replace with


Code:
$('#man123').dataTable( {
we are re-coding the manage members for an upcoming release.
 
Top