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:-)


All times are GMT. The time now is 04:28 AM.

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.04008 seconds
  • Memory Usage 1,764KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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