Notices
 

Thread: Aria 3.8.1 Released - Discussion

Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. Smile Aria 3.8.1 Released - Discussion 
    #1
    Join Date
    Apr 2004
    Location
    Australia
    Posts
    3,298
    Blog Entries
    3
    You can use this thread to discuss the Aria 3.8.1 Released announcement.
     

  2.  
    #2
    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
     

  3.  
    #3
    Join Date
    Apr 2004
    Location
    Australia
    Posts
    3,298
    Blog Entries
    3
    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.
     

  4.  
    #4
    Quote Originally Posted by Miko View Post
    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)
     

  5.  
    #5
    Join Date
    Apr 2004
    Location
    Australia
    Posts
    3,298
    Blog Entries
    3
    Quote Originally Posted by MyChemicalSelf View Post
    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...
     

  6.  
    #6
    Join Date
    Apr 2004
    Location
    Australia
    Posts
    3,298
    Blog Entries
    3
    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.
     

  7.  
    #7
    Quote Originally Posted by Miko View Post
    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?
     

  8.  
    #8
    Join Date
    Apr 2004
    Location
    Australia
    Posts
    3,298
    Blog Entries
    3
    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
     

  9.  
    #9
    Quote Originally Posted by Miko View Post
    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:
    Code:
    <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&gt; 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;">
    &gt;<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)
    Code:
    <!-- 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&gt; 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;">
    &gt;<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.
     

  10.  
    #10
    Join Date
    Apr 2004
    Location
    Australia
    Posts
    3,298
    Blog Entries
    3
    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
     

Tags for this Thread

View Tag Cloud

Bookmarks
Bookmarks
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Paypal
 
Copyright © VBStyles.com 2011