View Full Version : Aria 3.8.1 Released - Discussion
You can use this thread to discuss the Aria 3.8.1 Released announcement.
dracula51
07-02-09, 02:03 AM
ah finally it is released !
i like to buy it.
but i need few info.
its price is : $29.99
but is it for a year only? that means i hav to remove this skin after a year if i dont renew ?
or its owned licence (with 1 year support) ?
another thing.... can i update it free when vBulletin will be updated...example: vBulletin 4.0
The license is owned with 1 year of support and upgrades.
Upgrade and support can be renewed at the end of 1 year at a lower price , currently $24.99
Upgrade to vBulletin 4.0 is free if it is released while your license is active.
MyChemicalSelf
07-02-09, 02:37 AM
The license is owned with 1 year of support and upgrades.
Upgrade and support can be renewed at the end of 1 year at a lower price , currently $24.99
Upgrade to vBulletin 4.0 is free if it is released while your license is active.
Great to hear! Since a few of my skins i have been told i will have to pay to upgrade.
Im installing the updates now ill edit up with the results in a moment (psd to edit and then import the style)
Great to hear! Since a few of my skins i have been told i will have to pay to upgrade.
Im installing the updates now ill edit up with the results in a moment (psd to edit and then import the style)
I think no one really knows what is going to happen when vb 4 is released since you might have to modify all of our skins to fit the new template system.
Only time will tell...
Also just about to release a small fix of the aria skin...sorry but i want to have it perfect.
header, forumhome and forumdisplay templates will have to change.
MyChemicalSelf
07-02-09, 03:01 AM
I think no one really knows what is going to happen when vb 4 is released since you might have to modify all of our skins to fit the new template system.
Only time will tell...
You have your point,
How do i edit my modifications to use the aria header's and footer's is there a simple way other than recoding the whole product's template like i had to do last time?
If you redownload the zip file you will find the new updated xml files.
unfortunately yes there is no easy way to use the fading navigation and automated modifications.
On the plus side vbblog and project tools will work automatically :)
MyChemicalSelf
07-02-09, 03:12 AM
If you redownload the zip file you will find the new updated xml files.
unfortunately yes there is no easy way to use the fading navigation and automated modifications.
On the plus side vbblog and project tools will work automatically :)
Ah ok so i would have to recode my shoutbox templates etc from:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" align="center" colspan="3">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('gsbos')"><img id="collapseimg_gsbos" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_gsbos].gif" alt="" border="0" /></a>
GSBOS
</td>
</tr>
</thead>
<tbody id="collapseobj_gsbos" style="$vbcollapse[collapseobj_gsbos]">
<tr>
<td align="left" width="100%" style="background-color:{$vbulletin->options[gsbos_background]};color:{$vbulletin->options[gsbos_foreground]};padding:0px;">
<div id="gsbosshow" class="smallfont" style="overflow:auto;width:100%;height:{$vbulletin->options[gsbos_height]}px;background-color:{$vbulletin->options[gsbos_background]};color:{$vbulletin->options[gsbos_foreground]};">
#GSBOS> Loading...
</div>
<div id="gsbosinput" class="smallfont" style="width:100%;background-color:{$vbulletin->options[gsbos_background]};color:{$vbulletin->options[gsbos_foreground]};">
<form action="gsbos.php" name="gsbosform" onsubmit="gsbos.sendInput(); return false;">
><input type="text" name="message" id="gsbos_message" class="smallfont" style="width:95%;background-color:{$vbulletin->options[gsbos_background]};color:{$vbulletin->options[gsbos_foreground]};border:none;" />
</form>
</div>
</td>
</tr>
</tbody>
</table>
<br />
<script type="text/javascript" src="clientscript/gsbos.js"></script>
<script type="text/javascript">
gsbos = new gsbosEngine();
gsbos.init(<if condition="$vbulletin->options[gsbos_typo_enable]">{$vbulletin->options[gsbos_typo_rate]}<else />0</if>, {$vbulletin->options[gsbos_speed_message]}, {$vbulletin->options[gsbos_refresh_interval]} * 1000);
</script>
to:
(my previous re-written one)
<!-- Categoty Top -->
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td style="background-image: url(images/aria/misc/top_bg.gif);" valign="top" width="21" align="left" height="31"><img src="images/aria/misc/top_left.gif" alt="" width="21" border="0" height="31"></td>
<td style="background-image: url(images/aria/misc/top_bg.gif);" valign="middle" width="60%" align="left" height="31"><div class="category_title"><b>GSBOS</b></div></td>
<td valign="middle" width="19" align="left"><img src="images/aria/misc/top_end.gif" alt="" width="19" border="0" height="31"></td>
<td style="background-image: url(images/aria/misc/top_center.gif);" valign="top" align="right"><a style="float: right; padding-top: 9px;" href="#top" onclick="return toggle_collapse('gsbos')"><img id="collapseimg_gsbos" src="images/aria/buttons/collapse_tcat.gif" alt="" border="0"></a></td>
<td valign="top" width="14" align="right" height="31"><img src="images/aria/misc/top_right.gif" alt="" width="14" border="0" height="31"></td>
</tbody>
<!-- /Categoty Top -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center" >
<tbody id="collapseobj_gsbos" style="$vbcollapse[collapseobj_gsbos]">
<tr>
<td align="left" width="100%" style="background-color:{$vbulletin->options[gsbos_background]};color:{$vbulletin->options[gsbos_foreground]};padding:1px;">
<div id="gsbosshow" class="smallfont" style="overflow:auto;width:100%;height:{$vbulletin->options[gsbos_height]}px;background-color:{$vbulletin->options[gsbos_background]};color:{$vbulletin->options[gsbos_foreground]};">
#GSBOS> Loading...
</div>
<div id="gsbosinput" class="smallfont" style="width:100%;background-color:{$vbulletin->options[gsbos_background]};color:{$vbulletin->options[gsbos_foreground]};">
<form action="gsbos.php" name="gsbosform" onsubmit="gsbos.sendInput(); return false;">
><input type="text" name="message" id="gsbos_message" class="smallfont" style="width:95%;background-color:#cedaeb;color:{$vbulletin->options[gsbos_foreground]};cellpadding:6;cellspacing:1;border:0;" />
</form>
</div>
</td>
</tr>
</tbody>
</table>
<!-- Categoty Bottom -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td valign="top" width="12" align="left"><img src="images/aria/misc/blc.gif" alt="" width="12" border="0" height="13"></td>
<td style="background-image: url(images/aria/misc/bottom.gif);" width="100%"><img src="images/aria/misc/clear.gif" alt="" width="100%" border="0" height="13"></td>
<td valign="top" width="12" align="right"><img src="images/aria/misc/brc.gif" alt="" width="12" border="0" height="13"></td>
</tr>
</tbody></table>
<!-- /Categoty Bottom -->
<br />
<script type="text/javascript" src="clientscript/gsbos.js"></script>
<script type="text/javascript">
gsbos = new gsbosEngine();
gsbos.init(<if condition="$vbulletin->options[gsbos_typo_enable]">{$vbulletin->options[gsbos_typo_rate]}<else />0</if>, {$vbulletin->options[gsbos_speed_message]}, {$vbulletin->options[gsbos_refresh_interval]} * 1000);
</script>
I dont mind doing these changes i was just wondering out of curiosity before i start to re-code them and a few other modifications.
At first sight look good, but then again is past 3 am over here so i'm not sure if you should trust my sight at this time....
best way is to test it , but i think you are doing it right :)
MyChemicalSelf
07-02-09, 03:19 AM
Ah great,
Thanks for the support.
Screen shot of the skin working:
http://i43.tinypic.com/24odshw.png
Edit:
Edited the CYB-Top stats template for the skin the code can be found here: http://www.vbstyles.com/forum/showthread.php?p=19403#post19403
Seiyaboy
08-02-09, 01:44 PM
I have a question about this. Since vbulletin 3.8.1 has disabled social group subscriptions. Would this updated 3.8.1 aria skin template also need to be updated again after vbulletin releases its 3.8.2 version in order for the social groups subscriptions to function properly?
I have a question about this. Since vbulletin 3.8.1 has disabled social group subscriptions. Would this updated 3.8.1 aria skin template also need to be updated again after vbulletin releases its 3.8.2 version in order for the social groups subscriptions to function properly?
Only Jelsoft can answer that one :p
I have no access to 3.8.2 before you do.
Seiyaboy
09-02-09, 03:17 AM
Only Jelsoft can answer that one :p
I have no access to 3.8.2 before you do.
Yeah, I guess you're right. I posted that message assuming that Jelsoft would only do edits in their php files rather than the templates themselves. :P
vBulletin® v3.8.3, Copyright ©2000-2010, Jelsoft Enterprises Ltd.