The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
PS3 Style Details »» | |||||||||||||||||||||||||
PS3 Style A template loosely based on the forthcoming PS3 Comes with PSD files Quick Instructions 1. Upload the "ps3" folder to to your forum/images directory 2. AdminCP > Styles & Templates > Download / Upload Styles 3. Import Style XML File > Click on Browse and find where you unziped the .xml file for the style 4. Click on Import NOTES The MinimalHard Font is used in header. Screenshots Below Live (Slightly Modified) demo: Here Change Log 1.0.0 - Updated for vB 3.5.4, fixed a bug in FORUMHOME and Reverted Showthread 0.9.9 - Initial Release Please post any bugs here and I will get them fixed asap Donations are welcome to impreza04[at]gmail.com If you use this style, please click Install * Please contact me before porting or converting this style, if you do not have a reply after one week, then you have permission. Show Your Support
|
Comments |
#2
|
||||
|
||||
nice style thanks
|
#3
|
||||
|
||||
Wow just what i was looking for!
|
#4
|
|||
|
|||
nice skin thanks
|
#5
|
|||
|
|||
Thanks People
Updated the Style For 3.5.4 To update a current install Revert Showthread Revert Navbar Open navbar Find Code:
<!-- breadcrumb, login, pm info --> Code:
<!-- top --> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="22"><img src="$stylevar[imgdir_misc]/table/table_left.gif" width="22" height="38" alt="" /></td> <td width="100%" align="center" class="table_main"><strong>Welcome to $vboptions[bbtitle]</strong></td> <td width="43"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_misc]/table/table_right{$collapseimg_forumid}.gif" alt="" border="0" /></td> </tr> </table> <!-- /top --> Code:
<!-- nav buttons bar --> <div align="center"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px"> <tr align="center"> <if condition="$show['member']"> <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td> </if> <if condition="$show['registerbutton']"> <td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td> </if> <td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> <td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td> <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> <if condition="$show['popups']"> <if condition="$show['searchbuttons']"> <if condition="$show['member']"> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> <else /> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td> </if> <td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td> </if> <if condition="$show['member']"> <td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td> </if> <else /> <if condition="$show['searchbuttons']"> <td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td> <if condition="$show['member']"> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> <else /> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td> </if> </if> <td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td> <if condition="$show['member']"> <td class="vbmenu_control"><a href="#" onClick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td> </if> </if> <if condition="$show['member']"> <td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onClick="return log_out()">$vbphrase[log_out]</a></td> </if> </tr> </table> </div> <!-- / nav buttons bar --> Find Code:
<!-- / breadcrumb, login, pm info --> Add Before Code:
<!-- bottom --> <table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"> <tr> <td style="text-align: $stylevar[left]"><img src="$stylevar[imgdir_misc]/cat_footer_left.gif" alt="" /></td> <td width="100%" class="footer-main" style="text-align: center;"></td> <td style="text-align: $stylevar[right]"><img src="$stylevar[imgdir_misc]/cat_footer_right.gif" alt="" /></td> </tr> </table> <!-- /bottom --> |
#6
|
|||
|
|||
disregard.. silly me
|
#7
|
|||
|
|||
hello Impreza04 love the style...
anyway i can get the lined up format back (margin to right of the threads)? . you can check the link for an example http://www.technetinsiders.net/home.php?styleid=26 thanks in advance.. Lenny |
#8
|
|||
|
|||
Also in the header.. how can i make the image clickable? to go to say the index or home.php page?
Code:
<td width="100%" valign="bottom" class="left-logo-image"><table width="85%" border="0" align="center" cellpadding="0" cellspacing="0"> |
#9
|
|||
|
|||
The lined up format isn't possible, or at leasnt not without re-writing the Forumhome template..
As for clicking the image, Thats not possible without losing the overlay of the rollovers. |
#10
|
|||
|
|||
Nice one bud.
I did wonder if you were going to release it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|