VisioList 0.7 Instructions
This version ( beta 1, 2, final ) brought along severl html/css updates. If you modified the default skin parabola and you are not replacing these files when updating, make sure you update your skin with the following changes. Some edits are optional but some are required as they fixed issues.
1) copy "welcome_logged_in.html" and "welcome_not_logged_in.html" from parabola in 0.7 final update bundle over to your skin.
2) copy user_cp_main_menu.html from parabola in 0.7 final update bundle over to your skin.
3) In both join_form.html and join_form_existing.html find:
{$join_recaptcha}
Add It if it is not already present.
4) In skins/parabola/wrapper.html (or whatever skin you use) find this string
(/[%20|%2F|%26]+/g, '+')
Replace that with
(/(%20|%2F|%26)+/g, '+')
5) Between the <head></head>
tag, find
<script type="text/javascript" src="js/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.12.custom.min.js"></script>
Replace that with
{$header_js_files}
6) Near the end of the file, find
<script type="text/javascript" src="js/jquery.newsScroll.js"></script>
<script type="text/javascript" src="js/jquery.tipTip.minified.js"></script>
<script type="text/javascript" src="js/jquery-formex.js"></script>
<script type="text/javascript" src="fancybox/jquery.fancybox-1.3.4.js"></script>
<script type="text/javascript" src="fancybox/jquery.easing-1.3.pack.js"></script>
<script type="text/javascript" src="js/hoverintent.js"></script>
Replace that with
{$footer_js_files}
7) Add these codes to your css file.
#user_cp_main_menu li {
display: -moz-inline-stack;
display: inline-block;
zoom:1;
*display:inline;
}
Optional, while your at it. :)
1) Add these codes to your css file
a.stats_vote {
background: #82c740;
text-align: center;
border-radius: 5px;
padding: 5px;
box-shadow: 0 0 3px #000;
display: block;
color: #fff;
text-shadow: 1px 1px 2px #63a725;
}
a.stats_vote:hover {background: #63a725;box-shadow: 0 0 1px #000;}
2) In stats.html find and delete
<a href="{$list_url}/index.php?a=in&u={$username}">VOTE</a>
Find
{$stats_social_pages}
Before add
<a href="{$list_url}/index.php?a=in&u={$username}" class="stats_vote" rel="nofollow">VOTE</a>
Find
<img src="{$banner_url}" alt="{$title}" class="left"/>
In here delete
class="left"