Go Back   vb.org Archive > vBulletin Styles and Graphics > vBulletin Styles > vBulletin 3.8 Styles

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
  #72  
Old 01-25-2009, 07:42 PM
TNCclubman's Avatar
TNCclubman TNCclubman is offline
 
Join Date: Sep 2008
Posts: 690
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

also, if you want a tiling background image...

In the BODY section, go to EXTRA CSS ATTRIBUTES and add this line (heres the complete code for that section.

background-image: url(http://www.yoursite.com/background.jpg);
margin: 0px 0px 5px 0px;
padding: 0px;
Reply With Quote
  #73  
Old 01-25-2009, 09:01 PM
GlamRockTalk's Avatar
GlamRockTalk GlamRockTalk is offline
 
Join Date: Nov 2008
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm...not sure that I want the tiling background image since I want to mimic the Facebook style pretty much...but, great info!

By the way, how do you get into the right column to change/add things there?

I'm working on my postbit_legacy right now and getting it tweaked to how I want it. But, the right column (ads/contact us/etc) is next on my list.
Reply With Quote
  #74  
Old 01-25-2009, 09:10 PM
TNCclubman's Avatar
TNCclubman TNCclubman is offline
 
Join Date: Sep 2008
Posts: 690
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

search for footer template. Its all in there.
Reply With Quote
  #75  
Old 01-25-2009, 09:18 PM
GlamRockTalk's Avatar
GlamRockTalk GlamRockTalk is offline
 
Join Date: Nov 2008
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks :up:

I remember reading about you having to add the "settings", "inbox", "my photos"...section on the right. How did you do that?
Reply With Quote
  #76  
Old 01-25-2009, 10:40 PM
TNCclubman's Avatar
TNCclubman TNCclubman is offline
 
Join Date: Sep 2008
Posts: 690
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Put this in the footer before the 'contact us'

Code:
<!-- #################### RIGHTSIDE MENU #################### -->
<table class="alt1" cellpadding="2" cellspacing="0" border="0" width="100%">
  <tr>
    <td class="alt1"> <img class="inlineimg" border="0" src="images/styles/new_facebook/images/sidemenu/usercp.gif"/>&nbsp;<a href="usercp.php"> 
      Settings</a> </td>
  </tr>
  <tr>
    <td class="alt1"> <img class="inlineimg" border="0" src="images/styles/new_facebook/images/sidemenu/pm.gif"/>&nbsp;<a href="private.php"> 
      Inbox </a> </td>
  </tr>
  <tr>
    <td class="alt1"> <img class="inlineimg" border="0" src="images/styles/new_facebook/images/sidemenu/photos.gif"/>&nbsp;<a href="album.php"> 
      My Photos</a> </td>
  </tr>
  <tr>
    <td class="alt1"> <img class="inlineimg" border="0" src="images/styles/new_facebook/images/sidemenu/friends.gif"/>&nbsp;<a href="memberlist.php"> 
      Browse Members</a> </td>
  </tr>
  <tr>
    <td class="alt1"> <img class="inlineimg" border="0" src="images/styles/new_facebook/images/sidemenu/groups.gif"/>&nbsp;<a href="group.php"> 
      Social Groups</a> </td>
  </tr>
  <tr>
    <td class="alt1"> <img class="inlineimg" border="0" src="images/styles/new_facebook/images/sidemenu/calendar.gif"/>&nbsp;<a href="calendar.php"> 
      Calendar</a> </td>
  </tr>
</table>
<br />
<!-- #################### /RIGHTSIDE MENU #################### -->
Reply With Quote
  #77  
Old 01-25-2009, 11:53 PM
GlamRockTalk's Avatar
GlamRockTalk GlamRockTalk is offline
 
Join Date: Nov 2008
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome TNCClubman!

Thanks so much! :up:
Reply With Quote
  #78  
Old 01-26-2009, 02:04 AM
TNCclubman's Avatar
TNCclubman TNCclubman is offline
 
Join Date: Sep 2008
Posts: 690
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No problem bro, we're all in this together.
Reply With Quote
  #79  
Old 01-26-2009, 02:21 AM
GlamRockTalk's Avatar
GlamRockTalk GlamRockTalk is offline
 
Join Date: Nov 2008
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, I just added the right side menu. The links are there, but the images aren't showing up. And, the path seems to be correct. Is there something special that needs to be done? Anything out of the ordinary?
Reply With Quote
  #80  
Old 01-26-2009, 02:31 AM
TNCclubman's Avatar
TNCclubman TNCclubman is offline
 
Join Date: Sep 2008
Posts: 690
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

try removing the first slash before the word images in all the link paths ="/images

so

="images
Reply With Quote
  #81  
Old 01-26-2009, 02:38 AM
GlamRockTalk's Avatar
GlamRockTalk GlamRockTalk is offline
 
Join Date: Nov 2008
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yup..that's the deal :up:

So, you might want to edit the code you put above so others don't have that issue if you haven't already. Thanks again bro!


No images for Social Groups and Browse Members though.

Edited: Those images are "groups.gif" and "friends.gif" instead of what is showing in your code
Reply With Quote
Reply

Thread Tools

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 01:51 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.05124 seconds
  • Memory Usage 2,321KB
  • 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
  • (1)bbcode_code
  • (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
  • (1)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