PDA

View Full Version : A few pre sale questions ;)


Yorick
03-08-05, 09:21 PM
Hello,

I've got a few (small) questions about the skins (mainly the Aria skins) that are offered here;

-A few times I've seen the word "Legacy" in the theme names; what does this exactly mean? I haven't been able to spot any differences in the skins myself.

-In how far can you get support here for modifying the skin? I've got a few things in the Aria-skin that I would like to see changed, small things I suppose but I think it would look better (or atleast suit better for my forum).

http://img238.imageshack.us/img238/1301/image16yt.th.gif (http://img238.imageshack.us/my.php?image=image16yt.gif)
^ Would it be possible to remove this space or make it a lot smaller (around 20px)?

http://img238.imageshack.us/img238/9893/image20uy.gif (http://imageshack.us)
^ Would it be possible to just have it showing up the "standard" way of vBulletin? I understand that it's one of the nicest features of this skin but for my purpose it isn't really usefull.

And a last question; will we be able to download the vB 3.50 templates if it goes gold or will we have to purchase the templates again?

Sektor
06-08-05, 01:41 PM
Hey Yorick. :). Legacy simply means the mini-profile. You can either have the mini profile horizontal or legacy, which is vertical. Aria uses Legacy. As for your questions, yes, it is possible to remove the space. For your other question, it is something you will need to ask Miko in the customer area of the forum. If you still have your free upgrade, then you get the free upgrade for the forum skin.

Yorick
06-08-05, 09:03 PM
Ok thanks a lot, do you also happen to know if it's "easely" possible to change the "Last Post" showing? The way they made it looks great but it's simply not what I'm searching ;)

Sektor
07-08-05, 07:34 AM
It should be easy. :)

Yorick
07-08-05, 08:21 PM
Ok, thanks a lot Sektor :D

Sektor
08-08-05, 09:52 AM
It's not a problem at all. I'm glad I could help. :)

Paul Govier
18-08-05, 05:59 AM
Ok thanks a lot, do you also happen to know if it's "easely" possible to change the "Last Post" showing? The way they made it looks great but it's simply not what I'm searching ;)

Can someone tell me how to do this please?

I have installed the Aria skin here: http://www.uk-muscle.co.uk

I want the "Last post" bit to show on the right on the forum display

Can someone help me out ?

Thanks

Paul

Paul Govier
18-08-05, 06:17 AM
its ok,

worked it out.

Change the "forumhome_lastpostby to this:


<div align = "right"><br>
<table width="50%" border="0" cellpadding="4" cellspacing="0" id="collapseobj_forumbit_$forumid" style="{$GLOBALS['vbcollapse']['collapseobj_forumbit_' . $forumid]}; border: 1px dotted #89959B;">
<tr>
<td bgcolor="#F8F8F8" style="border-top: #FFFFFF 1px solid;
border-left: #FFBA00 7px solid;"><div class="smallfont" align="$stylevar[left]">
<div style="float:right"> $lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']">$lastpostinfo[lastposttime]</if></div><strong>Last Post:</strong> <a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>">$lastpostinfo[trimthread]</a> - <phrase 1="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>


</div></td>
</tr>
</table>