The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Facebook Advanced (NEW: Fluid!) Details »» | |||||||||||||||||||||||||
Here's my first uploaded style; it's a facebook clone.
It's a bit more complex then the other facebook style, and is Valid XHTML 1.0 Transitional as per the W3C. Contains: Icon Sets 15 Template Edits 2 Minor Language Mods Fixed or Fluid Layout (Fixed and Fluid styles each have their own XML. If you want the fluid style, upload the FBA_FLUID, if you prefer the fixed layout, upload the other one.) There are some heavily modified templates including postbit, forumdisplay, showthread, member info, header, navbar, usercp, and a few others. Basically, member profiles are set up to display like a facebook profile. The header contains links to profile, memberlist and PM's. Quicklinks are displayed on the left pane, as is the control panel sidebar (except only on pages where the control panel would normally appear). Postbit was modified to look more like a wall. The language edits regard the "Forgot Your Password" and "{X} Unread" phrases, which were modified to make them display in a more pleasing way with the theme. They change to "Forgot Password" and "{X}" respectively. I'll be gone this weekend, but will return on monday to fix any issues or update it for better useability. If you find any bugs, or things are missing, or any ideas on how to improve the style, post below and I'll fix/change them. To Install Upload images_fba to the root forum directory Import them theme file Import language file (not required). Demos Facebook Advanced Fixed Style - http://bellardia.com/testforum/?styleid=3 Facebook Advanced Fluid Style - http://bellardia.com/testforum/?styleid=2 Show Your Support
|
Comments |
#72
|
||||
|
||||
the images are not coming up for me for the fluid version..
but the fixed version is working like a charm. i want the fluid version work like that i uploaded the image_fba folder in my root directory is there anything that i m missing |
#73
|
|||
|
|||
Quote:
As for the images, I'll have to update the image directories, I'll get to this shortly. |
#74
|
|||
|
|||
Here is the whole header of your
Code:
$ad_location[ad_header_end] <!-- Header Nav --> <table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"> <tr style="background-color:#3b5998;"> <td height="30px" class="navhead" style="background-color:#3b5998;" valign="top"> <div align="left" style="padding-top:6px;padding-left:3px;" id="header_nav"> <if condition="$show['member']"> <span class="hnav"> <a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]" ><b>Profile</b></a> </span> <a href="profile.php?do=editoptions"><span class="hsmall" style="font-size: larger; color: #FFFFFF">edit</span></a> <span class="hnav"> <a href="memberlist.php"><b>Members</b></a> </span><if condition="$show['popups']"><img src="images_fba/misc/spacer.gif" alt="" class="spacerimg" /><span id="membertools" ><script type="text/javascript">vbmenu_register("membertools"); </script></span></if> <span class="hnav"> <a href="private.php" ><b>$vbphrase[inbox]</b> <!-- New Mail --> <if condition="$bbuserinfo['pmunread']">($vbphrase[unread_x_nav_compiled])</if> <!-- /New Mail --> </a> </span><if condition="$show['popups']"><img src="images_fba/misc/spacer.gif" alt="" class="spacerimg" /><span id="pmtools" > <script type="text/javascript">vbmenu_register("pmtools"); </script></span> </if> </div> </td> <td class="smallfont" title="nowrap"> <div align="right" style="padding-top:10px;padding-right:5px;" title="nowrap" > <a href="index.php"><span class="hsmall">home</span></a> <a href="profile.php"><span class="hsmall">account</span></a> <a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9"><span class="hsmall">contact</span></a> <a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()"><span class="hsmall"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></span></a> </if> </div> </td> <td><div id="headimg" style="position: relative; float:right; margin-bottom: -1px;"><img src="images_fba/misc/headertop.gif" alt="" width="15px" height="32px" /></div></td> </tr> </table> <div class="vbmenu_popup" id="membertools_menu" style="display:none"> <table cellpadding="4" cellspacing="0" border="0" width="150px"> <tr> <td class="vbmenu_option"><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_contacts]</a></td> </tr> <tr> <td></td> </tr> <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=buddylist"><if condition="$show['friends_and_contacts']">$vbphrase[contacts_and_friends]<else />$vbphrase[contacts]</if></a></td></tr> <if condition="$show['quick_links_groups']"> <tr><td class="vbmenu_option"><a href="group.php$session[sessionurl_q]">$vbphrase[social_groups]</a></td></tr> </if> <if condition="$show['quick_links_albums']"> <tr><td class="vbmenu_option"><a href="album.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[pictures_and_albums]</a></td></tr> </if> <tr> <td class="thead" style="padding:0px"><img src="$vboptions[cleargifurl]" alt="" width="1" height="1" /></td> </tr> <tr> <if condition="$vboptions['enablememberlist']"> <td class="vbmenu_option"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td> </if> </tr> </table> </div> <div class="vbmenu_popup" id="pmtools_menu" style="display:none"> <table cellpadding="4" cellspacing="0" border="0" width="150px"> <tr> <td class="vbmenu_option"><a class="smallfont" href="private.php$session[sessionurl_q]">List messages</a></td> </tr> <tr> <td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=trackpm">Track messages</a></td> </tr> <tr> <td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=editfolders">Edit folders</a></td> </tr> <tr> <td class="thead" style="padding:0px"><img src="$vboptions[cleargifurl]" alt="" width="1" height="1" /></td> </tr> <tr> <td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm">Send new message</a></td> </tr> </table> </div> <!-- /Header Nav --> <!-- content table --> <div class="main_body" id="main_body"> $spacer_open $_phpinclude_output |
#75
|
|||
|
|||
Try this
Code:
$ad_location[ad_header_end] <!-- Header Nav --> <table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"> <tr style="background-color:#3b5998;"> <td height="30px" class="navhead" style="background-color:#3b5998;" valign="top"> <div align="left" style="padding-top:6px;padding-left:3px;" id="header_nav"> <if condition="$show['member']"> <span class="hnav"> <a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]" ><b>Profile</b></a> </span> <a href="profile.php?do=editoptions"><span class="hsmall" style="font-size: larger; color: #FFFFFF">edit</span></a> <span class="hnav"> <a href="memberlist.php"><b>Members</b></a> </span><if condition="$show['popups']"><img src="images_fba/misc/spacer.gif" alt="" class="spacerimg" /><span id="membertools" ><script type="text/javascript">vbmenu_register("membertools"); </script></span></if> <span class="hnav"> <a href="private.php" ><b>$vbphrase[inbox]</b> <!-- New Mail --> <if condition="$bbuserinfo['pmunread']">($vbphrase[unread_x_nav_compiled])</if> <!-- /New Mail --> </a> </span><if condition="$show['popups']"><img src="images_fba/misc/spacer.gif" alt="" class="spacerimg" /><span id="pmtools" > <script type="text/javascript">vbmenu_register("pmtools"); </script></span> </if> </div> </td> <td class="smallfont" title="nowrap"> <div align="right" style="padding-top:10px;padding-right:5px;" title="nowrap" > <a href="index.php"><span class="hsmall">home</span></a> <a href="profile.php"><span class="hsmall">account</span></a> <a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9"><span class="hsmall">contact</span></a> <a href="login.php?$session[sessionurl]do=logout" ><span class="hsmall"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></span></a> </if> </div> </td> <td><div id="headimg" style="position: relative; float:right; margin-bottom: -1px;"><img src="images_fba/misc/headertop.gif" alt="" width="15px" height="32px" /></div></td> </tr> </table> <div class="vbmenu_popup" id="membertools_menu" style="display:none"> <table cellpadding="4" cellspacing="0" border="0" width="150px"> <tr> <td class="vbmenu_option"><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_contacts]</a></td> </tr> <tr> <td></td> </tr> <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=buddylist"><if condition="$show['friends_and_contacts']">$vbphrase[contacts_and_friends]<else />$vbphrase[contacts]</if></a></td></tr> <if condition="$show['quick_links_groups']"> <tr><td class="vbmenu_option"><a href="group.php$session[sessionurl_q]">$vbphrase[social_groups]</a></td></tr> </if> <if condition="$show['quick_links_albums']"> <tr><td class="vbmenu_option"><a href="album.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[pictures_and_albums]</a></td></tr> </if> <tr> <td class="thead" style="padding:0px"><img src="$vboptions[cleargifurl]" alt="" width="1" height="1" /></td> </tr> <tr> <if condition="$vboptions['enablememberlist']"> <td class="vbmenu_option"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td> </if> </tr> </table> </div> <div class="vbmenu_popup" id="pmtools_menu" style="display:none"> <table cellpadding="4" cellspacing="0" border="0" width="150px"> <tr> <td class="vbmenu_option"><a class="smallfont" href="private.php$session[sessionurl_q]">List messages</a></td> </tr> <tr> <td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=trackpm">Track messages</a></td> </tr> <tr> <td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=editfolders">Edit folders</a></td> </tr> <tr> <td class="thead" style="padding:0px"><img src="$vboptions[cleargifurl]" alt="" width="1" height="1" /></td> </tr> <tr> <td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm">Send new message</a></td> </tr> </table> </div> <!-- /Header Nav --> <!-- content table --> <div class="main_body" id="main_body"> $spacer_open $_phpinclude_output |
#76
|
|||
|
|||
Here is the error
Code:
An error occurred while attempting to log you out. Click here to log out. |
#77
|
||||
|
||||
The site looks whitish..
and looks dis organised because there is no background colour (tcat) on the catogory name is there any cnace to put one... |
#78
|
|||
|
|||
You could always add a tcat color in a few seconds by going to
All Style Optons > Find tcat, then set the background. |
#79
|
||||
|
||||
where do i import the theme file?
|
#80
|
||||
|
||||
can some1 help me install this my aim is KiLLAxMAHN
|
#81
|
||||
|
||||
I got it to work but how do i change the ads, i want to add my one ads?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|