VisioList 0.3

Mark

Administrator
Staff member
Hot on the heels of VisioList 0.2 comes 0.3.

This update features several new features and improvements

- Multiple sites per member
- some improvements to the parabola skin
- admin will load english language file first then the default language, this is to offer english values for languages that have not been fully translated yet.
- Category URLs are now converted to use - instead of + and & is now OK to use in category titles
- 2checkout and paypal buttons hidden if not configured in admin

To install simply download the "Install-0.3" file below and follow the installation steps in the User Manual

To upgrade from VisioList 0.2 simply download the "Upgrade-0.3" bundle and upload to your server and run /install/update.php

NOTE: you must be running VisioList 0.2 before upgrading to 0.3
 

Attachments

Mark

Administrator
Staff member
An installation bug has been found on the install-0.3.zip bundle, I will re-upload this in a few moments with the correction.
 

Anna

Member
Wow, wow! Thats all I can say (well not really....)! Love the new features and layout! Just a few comments and questions:
1) The new look on the front is just plain awesome! The banner/flag - WOW! How do we add the trend image for premium members though? And do you remember that I wanted to have hits In and hits Out showing on the front and you gave the code for that? a) Is it possible to add that code on the same place as trend and statistics or will that obstruct the image? b) where do we add the code in that case?
2) I really like the new stats-button! But would like to personalize it a bit! What are the inner measurments? Besides 125 X 125 I mean. How thick is every part of the button. Or better yet - may I have the raw image-file to alter for my own needs?
3) And yes - you guessed it: The user-problem I had before in admin is still there.... Will send you an screenshot so you can see;-)

And did I say: Wow! Me like very much!!!!!
 

Basti

Administrator
Staff member
The bundles have been updated with the correct install files. So it should throw no more errors. If anything else goes wrong, let us know

@ Anna. In the future please start a topic in the support forum. Its gets to confusing when everyone would start asking here :)

1. We will add it to 0.4
for now in table_top_row_premium.html
find
Code:
<img src="{$skins_url}/{$skin_name}/stats.png" alt="{$lng->table_stats}" height="21" width="21" /><br />{$lng->table_stats}</a>
replace by
Code:
<img src="{$skins_url}/{$skin_name}/stats.png" alt="{$lng->table_stats}" height="21" width="21" /><br />{$lng->table_stats}</a><br />{$lng->table_stats} <br /><img src="{$skins_url}/{$skin_name}/{$up_down}.png" alt="{$lng->up_down}" /></a>
1a) That part is properbly to small to add those 2 stats, you might be better off putting them below the badge

2) You can find that in settings_button.php. The strings at the bottom are there to align the changing values.

3) Did you read marks latest reply on that issue in your topic? We havent heard back from you so we thought its ok ;)
 
Top