vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=237)
-   -   New Facebook! (https://vborg.vbsupport.ru/showthread.php?t=198863)

jmpa 09-25-2009 07:44 AM

Quote:

Originally Posted by kontagio.us (Post 1879458)
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...

ShawneyJ 09-29-2009 01:58 AM

damn, the demo looks nothing like this facebook style.

christian8a 09-29-2009 03:06 AM

Quote:

Originally Posted by jaycob (Post 1892086)
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:

takissd 09-30-2009 08:50 PM

1 Attachment(s)
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 :)

angeldevil 10-03-2009 02:37 AM

1 Attachment(s)
I have a error, in quick reply, dont show editor,how to use it,plz view follow picture!
help me!

Javierogo 10-03-2009 04:22 AM

1 Attachment(s)
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 (Post 1894058)
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

reddyink 10-03-2009 11:31 AM

Waiting to the style!

Quote:

Originally Posted by christian8a (Post 1889171)
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


bydosangel 10-08-2009 09:03 AM

1 Attachment(s)
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

GuyUltimate 10-11-2009 02:05 AM

downloaded :)
thanks.

crianagor 10-15-2009 01:54 PM

Quote:

Originally Posted by christian8a (Post 1892104)
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:-)

christian8a 10-15-2009 02:43 PM

Quote:

Originally Posted by bydosangel (Post 1896505)
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

Try opening the template you want to modify, and look if there is any spacer. I would probably remove it and it will fix the width

christian8a 10-15-2009 02:44 PM

Quote:

Originally Posted by crianagor (Post 1900320)
Hey, we are waiting...the new style is ready in your link site!!

come on:-)

Sorry I got too much work to do to be able to finish it. What style are you looking for? PM me

yeshoward 01-01-2010 06:00 AM

nice skin,download and installed
when will we be able to get 3.8.4 version please?

yeshoward 01-01-2010 06:56 AM

How to make right top 's seach bar search "post contents" instead of members?

Cprade 05-14-2010 03:23 PM

Nice style: eicorvette.com, eibuddy.com, I'll be available??

Fif 05-23-2010 06:04 AM

Greate Design ;)

Installed :up:

erel34 10-02-2010 05:02 PM

installed

Wordplay 02-06-2011 12:33 PM

the site is down, you got screen shots or anything?

i liked the old mod:
https://vborg.vbsupport.ru/showthrea...light=facebook

i hope this is as good, and if based on the new facebook, then it has to be awesome.

will you be designing one for vb4.x?

DiLaRa 02-09-2011 07:17 AM

Thanks, looks great! Installed

Ansaar Media 02-10-2011 10:04 PM

Nice when come it for 3.8.5?

b6gm6n 07-26-2014 10:53 AM

Now we all know years later that Farcebook was not only the biggest spy network ever invented in the history of the internet thus far it was also a tool of the establishment in terms of data-mining, social-engineering and all round surveillance through subversion, 'like' buttons, cookies, they used your own friends against you as bait to lure you into their walled-gardens of banality narcissism and gullibility...

I wouldn't touch anything concerning Spookbook with a sixty-foot electronic barge-pole.

TheLastSuperman 07-28-2014 05:08 PM

Quote:

Originally Posted by b6gm6n (Post 2508333)
Now we all know years later that Farcebook was not only the biggest spy network ever invented in the history of the internet thus far it was also a tool of the establishment in terms of data-mining, social-engineering and all round surveillance through subversion, 'like' buttons, cookies, they used your own friends against you as bait to lure you into their walled-gardens of banality narcissism and gullibility...

I wouldn't touch anything concerning Spookbook with a sixty-foot electronic barge-pole.

You lost me @ Farcebook all I can think about now is Spaceballs not Facebook :p but still its just a style it does not include all that ^ "functionality" as you put it ever so softly - The Farce is with you!


All times are GMT. The time now is 03:33 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01438 seconds
  • Memory Usage 1,807KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (22)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete