Go Back   vb.org Archive > vBulletin Styles and Graphics > vBulletin Styles > vBulletin 3.8 Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
New Facebook! Details »»
New Facebook!
Version: 1.0.1, by christian8a christian8a is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.8.x Rating:
Released: 12-13-2008 Last Update: 12-13-2008 Installs: 219
Re-useable Code Translations  
No support by the author.

New Facebook's Design vbulletin Skin


Ok as requested here it is.
The closest I got without having to edit alot of templates and make every upgrade hell.

Enjoy is all free!

Demo site: soon...

Highly Modifyed based on this style

http://www.photographersnook.com
Photography forum

No need to register, at the bottom of the page change the style to Fcb New. Please dont make test accounts (they will all be modified and edited) , now if you do like the site, you are welcome to do so as a normal account.

Note:

Please check your image paths!
Should be= root/images/styles/new_facebook/images

Download Now

File Type: zip New Facebook.zip (772.2 KB, 4095 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #202  
Old 09-25-2009, 07:44 AM
jmpa jmpa is offline
 
Join Date: Apr 2008
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kontagio.us View Post
How is it going on fixing the top blue banner?
There's no reference to fb_menubar_background_toponly on the xml so... no solution...
Reply With Quote
  #203  
Old 09-29-2009, 01:58 AM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

damn, the demo looks nothing like this facebook style.
Reply With Quote
  #204  
Old 09-29-2009, 03:06 AM
christian8a's Avatar
christian8a christian8a is offline
 
Join Date: May 2007
Location: Washington State
Posts: 412
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jaycob View Post
damn, the demo looks nothing like this facebook style.
Yea sorry, eibuddy is a different style now, I have to update the demo site, if anybody is using this style so we can add your site as a demo please post the link, thanx :up:
Reply With Quote
  #205  
Old 09-30-2009, 08:50 PM
takissd takissd is offline
 
Join Date: Feb 2008
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello guys, ok i have a simple fix for the problem mentioned on fixing the top blue banner.
So all you do is this:
Use the image attached (pch_spacer.png) and upload it at the folder:

images/styles/new_facebook/images/misc/

so when you upload it you will have this thing:

images/styles/new_facebook/images/misc/pch_spacer.png

so now, open the original vbulletin-style.xml file and edit it , at line 112 change it to:

<template name="titleimage" templatetype="stylevar" date="1229169018" username="Chris" version=""><![CDATA[images/styles/new_facebook/images/misc/pch_spacer.png]]></template>

So then got to the Admin Panel and :
Go to the Admin Control Panel - Styles and Templates - Style Manager - Facebook <Delete this

Then Go to the Admin Control Panel - Styles and Templates - Download / Upload Styles < and upload the new template and there you have it


so basically what you do is make the little image to make the width larger! Hope this little "hack" helps you! Here is also an image of how it looks now
Attached Images
File Type: png sample.png (6.5 KB, 0 views)
Reply With Quote
  #206  
Old 10-03-2009, 02:37 AM
angeldevil angeldevil is offline
 
Join Date: Aug 2005
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a error, in quick reply, dont show editor,how to use it,plz view follow picture!
help me!
Attached Images
File Type: png error.PNG (8.8 KB, 0 views)
Reply With Quote
  #207  
Old 10-03-2009, 04:22 AM
Javierogo's Avatar
Javierogo Javierogo is offline
 
Join Date: Jun 2008
Location: M?xico
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello Angeldevil. This is not an error, because the code is like this. If you want the normal quick editor for this style, you must to replace the code in "showthread_quickreply" (of your Facebook Style) for this one:

Code:
<if condition="$show['editor_toolbar']">
<div id="{$editorid}_controls" class="controlbar">
 <table cellpadding="0" cellspacing="0" border="0" width="100%">
 <tr>
  <td><div class="imagebutton" id="{$editorid}_cmd_removeformat"><img src="$stylevar[imgdir_editor]/removeformat.gif" width="21" height="20" alt="$vbphrase[remove_text_formatting]" /></div></td>
 <if condition="$show['basic_bbcode']">
  <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
  <td><div class="imagebutton" id="{$editorid}_cmd_bold"><img src="$stylevar[imgdir_editor]/bold.gif" width="21" height="20" alt="$vbphrase[bold]" /></div></td>
  <td><div class="imagebutton" id="{$editorid}_cmd_italic"><img src="$stylevar[imgdir_editor]/italic.gif" width="21" height="20" alt="$vbphrase[italic]" /></div></td>
  <td><div class="imagebutton" id="{$editorid}_cmd_underline"><img src="$stylevar[imgdir_editor]/underline.gif" width="21" height="20" alt="$vbphrase[underline]" /></div></td>
 </if>
 <if condition="$show['color_bbcode']">
  <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
  <td><div class="imagebutton" id="{$editorid}_popup_forecolor" title="$vbphrase[colors]">
   <table cellpadding="0" cellspacing="0" border="0">
   <tr>
    <td id="{$editorid}_color_out"><img src="$stylevar[imgdir_editor]/color.gif" width="21" height="16" alt="" /><br /><img src="$vboptions[cleargifurl]" id="{$editorid}_color_bar" alt="" style="background-color:black" width="21" height="4" /></td>
    <td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" alt="" width="11" height="16" /></td>
   </tr>
   </table>
  </div></td>
 </if>
 <if condition="$show['url_bbcode'] OR $show['img_bbcode']">
  <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
 </if>
 <if condition="$show['url_bbcode']">
  <td><div class="imagebutton" id="{$editorid}_cmd_createlink"><img src="$stylevar[imgdir_editor]/createlink.gif" width="21" height="20" alt="$vbphrase[insert_link]" /></div></td>
 </if>
 <if condition="$show['img_bbcode']">
  <td><div class="imagebutton" id="{$editorid}_cmd_insertimage"><img src="$stylevar[imgdir_editor]/insertimage.gif" width="21" height="20" alt="$vbphrase[insert_image]" /></div></td>
 </if>
 <if condition="$show['quote_bbcode']">
  <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
  <td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div></td>
 </if>
 <td width="100%">&nbsp;</td>
 <if condition="is_browser('ie')">
  <td><div class="imagebutton" id="{$editorid}_cmd_spelling"><img src="$stylevar[imgdir_editor]/spelling.gif" width="21" height="20" alt="$vbphrase[check_spelling]" /></div></td>
 </if>
  <td>
   <div class="imagebutton" id="{$editorid}_cmd_resize_0_99"><img src="$stylevar[imgdir_editor]/resize_0.gif" width="21" height="9" alt="$vbphrase[decrease_size]" /></div>
   <div class="imagebutton" id="{$editorid}_cmd_resize_1_99"><img src="$stylevar[imgdir_editor]/resize_1.gif" width="21" height="9" alt="$vbphrase[increase_size]" /></div>
  </td>
 <if condition="$show['wysiwyg_compatible']">
  <td><div class="imagebutton" id="{$editorid}_cmd_switchmode"><img src="$stylevar[imgdir_editor]/switchmode.gif" width="21" height="20" alt="$vbphrase[switch_editor_mode]" /></div></td>
 </if>
 </tr>
 </table>
</div>
</if>
<div class="controlbar" style="padding-$stylevar[right]:8px">
 <fieldset style="border:0px; padding:0px; margin:0px">
 <if condition="$show['qr_require_click']">
 <textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:100%; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]" disabled="disabled">$vbphrase[click_quick_reply_icon]</textarea>
 <else />
 <textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:100%; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]"></textarea>
 </if>
 </fieldset>
 <!--width:$stylevar[messagewidth]-->
</div>
<input type="hidden" name="wysiwyg" id="{$editorid}_mode" value="$editortype" />
<input type="hidden" name="styleid" value="$session[styleid]" />
<script type="text/javascript">
<!--
vB_Editor['$editorid'] = new vB_Text_Editor('$editorid', $editortype, '$forumid', '$parsesmilie');
var QR_EditorID = '$editorid';
//-->
</script>
Quote:
Originally Posted by angeldevil View Post
I have a error, in quick reply, dont show editor,how to use it,plz view follow picture!
help me!

Ok, to fix the bar problem, go to Styles & Templates, and display all the CSS options of the Facebook Style. Find the Body (like the atach) and write the following code in the Background Text area:
Code:
#FFFFFF url(/images/styles/new_facebook/images/misc/fb_menubar_background.gif) top center no-repeat
Save changes and that's it
Attached Images
File Type: gif Facebook-body.gif (23.2 KB, 0 views)
Reply With Quote
  #208  
Old 10-03-2009, 11:31 AM
reddyink reddyink is offline
 
Join Date: Aug 2007
Posts: 236
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Waiting to the style!

Quote:
Originally Posted by christian8a View Post
This week the latest version will be released for vbulletin 3.8.4
It will include 2 profile types, and most will be CSS to make the updates of your vbulletin easier, not many template changes
Reply With Quote
  #209  
Old 10-08-2009, 09:03 AM
bydosangel's Avatar
bydosangel bydosangel is offline
 
Join Date: Dec 2008
Location: Damas
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello
Actulley its the greatest template ever
http://ana-souri.com/kalamna/
I make a few modification on it but i do need some help
  • I want to use the threaded mode, But there was a problem is the width of the posts list like the attached pic...
Attachment 105165
so i want the list widht to be smaller, how can I do that?
  • I want the "SHOW SIGNATURE" option witch availabel only in "inlinemodd' to be availabel also in threaded mode...
    How can i do that?
  • I want the Avator Style "the ? and border" to be Available in threaded mode, is that possible?
REgards and Thanks allot
Reply With Quote
  #210  
Old 10-11-2009, 02:05 AM
GuyUltimate GuyUltimate is offline
 
Join Date: Apr 2009
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

downloaded
thanks.
Reply With Quote
  #211  
Old 10-15-2009, 01:54 PM
crianagor crianagor is offline
 
Join Date: Sep 2009
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by christian8a View Post
Yea sorry, eibuddy is a different style now, I have to update the demo site, if anybody is using this style so we can add your site as a demo please post the link, thanx :up:
Hey, we are waiting...the new style is ready in your link site!!

come on:-)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:29 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05595 seconds
  • Memory Usage 2,359KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete