Customers SupportDocumentation


Reply
 
Thread Tools
  #11  
Old 30-12-2007, 05:00 PM
Member
 
Join Date: Dec 2007
Posts: 249
Re: Tutorials?

Evolve pretty impressed with your custom front end

Easy to achieve at all?
Reply With Quote
  #12  
Old 30-12-2007, 08:08 PM
MaestroX's Avatar
vBulletin Skin Zone Staff
 
Real Name: Chris A.
Join Date: May 2007
Location: UK
Posts: 1,371
Re: Tutorials?

Quote:
I was wondering, in your new system will the theme price be the same price of €20.00? Also, if I choose to buy it now and wanted a upgrade later will I need to re-purchase or are upgrades free?
Currently the price is planned to be the same and there is no upgrade fee. We run yearly licenses for updates, so after a year a nominal fee will have to be paid to still receive updates and support.

Quote:
I am also wondering when will the new system be open and running, and ETA like tekguru asked would be great. Furthermore, I would not require vbadvanced template because my front page is a custom coded PHP portal.
The new system will be up and running in a matter of days. The vBadvanced module is optional and seperate to the styles, so if you don't need it, it doesn't need to be installed

Quote:
I wanted to know once I purchase the skin and wanted minor customizations here and there, would I be able to get them for free by talking to one of your consultants?
Minor customizations are free via our support ticket system.

Last edited by MaestroX; 30-12-2007 at 08:19 PM.
Reply With Quote
  #13  
Old 31-12-2007, 08:30 PM
Member
 
Join Date: Dec 2007
Posts: 4
Re: Tutorials?

Thanks MaestroX, another question: The updated Red Carbon style, I would like to know what it looks like. Would I have the ability to purchase the old style once the new is released if I do not like the new style? Can't wait for the new system.

Tekguru: I saw your mobile website, it's also quite nice. The custom front-end took a long time to do. Wasn't as easy to achieve as I expected. :S
Reply With Quote
  #14  
Old 31-12-2007, 08:44 PM
MaestroX's Avatar
vBulletin Skin Zone Staff
 
Real Name: Chris A.
Join Date: May 2007
Location: UK
Posts: 1,371
Re: Tutorials?

Hello,

The new system is up, it was released yesterday. You can check the announcement here: New Licensing System, Updated Styles + Modules!

For demos of the new skin you can check our demo forum here: http://www.vbskinzone.com/demo/. I highly doubt you will dislike the new release, but if you have problems, we'll gladly help you out
Reply With Quote
  #15  
Old 31-12-2007, 08:47 PM
Member
 
Join Date: Dec 2007
Posts: 249
Re: Tutorials?

Quote:
Originally Posted by evolve View Post
Tekguru: I saw your mobile website, it's also quite nice. The custom front-end took a long time to do. Wasn't as easy to achieve as I expected. :S
Glad you like it - needs a touch of Red Carbon though

I can imagine - might be a useful Mod to document though if you ever get the chance.
Reply With Quote
  #16  
Old 01-01-2008, 07:08 PM
Member
 
Join Date: Dec 2007
Posts: 249
Re: Tutorials?

Any update on the tab editing tutorial yet? Only asking as I can get working on these whilst waiting on the final RCarbon fixes.
Reply With Quote
  #17  
Old 01-01-2008, 07:11 PM
MaestroX's Avatar
vBulletin Skin Zone Staff
 
Real Name: Chris A.
Join Date: May 2007
Location: UK
Posts: 1,371
Re: Tutorials?

Hi there,

Check out our new documentation here: http://www.vbskinzone.com/forums/faq.php

You should be able to fix some of the other Red Carbon fixes with that info too.
Reply With Quote
  #18  
Old 01-01-2008, 07:15 PM
Member
 
Join Date: Dec 2007
Posts: 249
Re: Tutorials?

Brilliant - I'll be in there later Cheers!
Reply With Quote
  #19  
Old 01-01-2008, 07:35 PM
Member
 
Join Date: Dec 2007
Posts: 249
Re: Tutorials?

Okay - that has turned on the TAB changes although I now see the lower tabs only

Ref the fix for the lower line underneath 'Welcome' the fix failed for me, but if I reverse the if/then and search or the lowest forum ID (in my case 4) then the following works - note that this is / was a fix applied to other styles - it seems automatically by vB as all other styles have that type of code if there. May be worth updating the FAQ?

PHP Code:
<if condition="$forum[forumid] == 4">
<else />
</
table>
<
div class="bcorner"><div class="bcrn-c"><div class="bcrn-l"></div><div class="bcrn-r"></div></div></div>
<
br />
 
<
table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
</if>
 
<
tbody>
    <
tr>
        <
td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<
img src="$stylevar[imgdir_misc]/tcat_tl.gif" alt="" border="0" style="position:relative; top: -7px; left: -7px; float:left;" />
        <
img src="$stylevar[imgdir_misc]/tcat_tr.gif" alt="" border="0" style="position:relative; top: -7px; left: 7px; float:right;" />
            <if 
condition="$childforumbits">
            <
a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
            </if>
            <
a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
            <if 
condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
            <if 
condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
        </
td>
    </
tr>
    </
tbody>
<
tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
   <if 
condition="$vboptions['showmoderatorcolumn']">
    <
tr align="center">
      <
td width="5%" class="thead">&nbsp;</td>
      <
td width="40%" class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
      <
td width="25%" class="thead">$vbphrase[last_post]</td>
      <
td width="10%" class="thead">$vbphrase[threads]</td>
      <
td width="10%" class="thead">$vbphrase[posts]</td>
      <
td width="10%" class="thead">$vbphrase[moderator]</td>
    </
tr>
    <else />
       <
tr align="center">
      <
td width="5%" class="thead">&nbsp;</td>
      <
td width="50%" class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
      <
td width="25%" class="thead" width="175">$vbphrase[last_post]</td>
      <
td width="10%" class="thead">$vbphrase[threads]</td>
      <
td width="10%" class="thead">$vbphrase[posts]</td>
    </
tr>
    </if>
<if 
condition="$childforumbits">
$childforumbits
</tbody>
</if> 
Reply With Quote
  #20  
Old 01-01-2008, 07:46 PM
MaestroX's Avatar
vBulletin Skin Zone Staff
 
Real Name: Chris A.
Join Date: May 2007
Location: UK
Posts: 1,371
Re: Tutorials?

Quote:
Okay - that has turned on the TAB changes although I now see the lower tabs only
Have you installed the vBAdvanced module? The module gives you the ability to add the top tabs (portal and forum tabs). (I'll add info in the documentation on how to add your own custom tabs)

Thanks for the extra info, I'll experiment and see if I can reproduce how you did it.
Reply With Quote
Reply

Tags
red carbon style , vbulletin articles , vbulletin tutorials

« - | Some questions... »
Thread Tools



All times are GMT. The time now is 12:45 PM.