vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Forum Home Enhancements - [vBD]-Facebook Bar..!! (https://vborg.vbsupport.ru/showthread.php?t=217585)

jazzyname 12-25-2009 12:19 AM

i like this idea, thanks for sharing it with everyone

Vehbi KOC 01-14-2010 04:50 AM

Thanks Shevko:)

bvbuk 01-25-2010 10:53 AM

Quote:

Originally Posted by Thug (Post 1869429)
for some reason all i seem to get is this

i had this problem too, anyone know how to fix it???

profanitytalker 03-07-2010 03:21 PM

Wow! This looks really good. I'll go ahead and install it.

VNVIP 04-01-2010 03:30 PM

Thanks , great mod

works on vb 4 too

Footer code - incl. Phrase

PHP Code:

<vb:if condition="$bbuserinfo[userid]">
<!-- 
Shevko Facebook BAR -->
<
div id="bar_bottom" style="width: %80; height: 32px; bottom: 0px;">
<
div class="bar_float" style="height: 25px; width: %75;">

<
a href="forumdisplay.php?do=markread"><img src="/imgimg/market.png" alt="Mark Forums Read" width="16" height="16" border="0" /></a> - <a href="private.php?do=newpm"><img src="/imgimg/event_bar.png" alt="Calender.." width="16" height="16" border="0" /></a> - <a href="showgroups.php"><img src="/imgimg/photo_bar.png" alt="Leaders.." width="16" height="16" border="0" /></a>

</
div>


<
div class="bar_float1" style="width: %80">

<
a href="private.php"><img src="/imgimg/email_open.gif" alt="PM" width="16" height="16" border="0" /></a>-<a href="private.php" accesskey="2"> {vb:rawphrase private_messages}</a> :: <a href="private.php?do=newpm"><img src="/imgimg/email_add.gif" alt="Send New Message.." width="16" height="16" border="0" /></a>-<a href="private.php?do=newpm" accesskey="2">{vb:rawphrase sent_pm}</a> |<a href="group.php"><img src="/imgimg/group.gif" alt="Social Groups.." width="16" height="16" border="0" /></a>-<a href="group.php" accesskey="2">{vb:rawphrase groups}</a> :: <a href="profile.php?do=buddylist"><img src="/imgimg/emoticon_smile.gif" alt="Contacts & Friends.." width="16" height="16" border="0" /></a>-<a href="profile.php?do=buddylist" accesskey="2">{vb:rawphrase contacts_and_friends}
</
a> |<a href="usercp.php"><img src="/imgimg/user_edit.gif" alt="User Control Panel.." width="16" height="16" border="0" /></a>-<a href="usercp.php" accesskey="2">{vb:rawphrase user_control_panel}</a> :: <a href="profile.php?do=editpassword"><img src="/imgimg/lock.gif" alt="Edit Email & Password.." width="16" height="16" border="0" /></a>-<a href="profile.php?do=editpassword" accesskey="2"> {vb:rawphrase edit_email_and_password}</a>
</
div>

<
div class="bar_float2">

<
a href="sendmessage.php" rel="nofollow" accesskey="2">{vb:rawphrase contact_us}</a>|<a href="search.php?do=getnew" accesskey="2">{vb:rawphrase new_posts_nav}</a>
<!-- 
Shevko Facebook PM -->
<
vb:if condition="$bbuserinfo[pmunread]">
|<
blink><a href="private.php" accesskey="2">$bbuserinfo[pmunreadPM!</a>
</
blink></vb:if>
<!-- 
Shevko Facebook PM -->
</
div>
</
div>
<!-- 
Shevko Facebook BAR -->
<
vb:else />
</
vb:if> 

Cu

kuechler 04-06-2010 05:42 PM

German Translation / Deutsche ?bersetzung

footer.php
PHP Code:

<if condition="$bbuserinfo[userid]">
<!-- 
Shevko Facebook BAR -->
<
div id="bar_bottom" style="width: %80; height: 32px; bottom: 0px;">
<
div class="bar_float" style="height: 25px; width: %75;">

<
a href="forumdisplay.php?do=markread"><img src="/imgimg/market.png" alt="Mark Forums Read" width="16" height="16" border="0" /></a> - <a href="private.php?do=newpm"><img src="/imgimg/event_bar.png" alt="Calender.." width="16" height="16" border="0" /></a> - <a href="showgroups.php"><img src="/imgimg/photo_bar.png" alt="Leaders.." width="16" height="16" border="0" /></a>

</
div>


<
div class="bar_float1" style="width: %80">

<
a href="private.php"><img src="/imgimg/email_open.gif" alt="PM" width="16" height="16" border="0" /></a>-<a href="private.php" accesskey="2">Private Nachrichten</a> :: <a href="private.php?do=newpm"><img src="/imgimg/email_add.gif" alt="Send New Message.." width="16" height="16" border="0" /></a>-<a href="private.php?do=newpm" accesskey="2">Nachricht senden</a> |<a href="group.php"><img src="/imgimg/group.gif" alt="Social Groups.." width="16" height="16" border="0" /></a>-<a href="group.php" accesskey="2">Gruppen</a> :: <a href="profile.php?do=buddylist"><img src="/imgimg/emoticon_smile.gif" alt="Contacts & Friends.." width="16" height="16" border="0" /></a>-<a href="profile.php?do=buddylist" accesskey="2">Kontakte</a> |<a href="usercp.php"><img src="/imgimg/user_edit.gif" alt="User Control Panel.." width="16" height="16" border="0" /></a>-<a href="usercp.php" accesskey="2">Kontrollzentrum</a> :: <a href="profile.php?do=editpassword"><img src="/imgimg/lock.gif" alt="Edit Email & Password.." width="16" height="16" border="0" /></a>-<a href="profile.php?do=editpassword" accesskey="2">Email Passwort ?ndern</a>
</
div>

<
div class="bar_float2">

<
a href="sendmessage.php" rel="nofollow" accesskey="2">Kontaktformular</a>|<a href="search.php?do=getnew" accesskey="2">Neue Beitr?ge</a>
<!-- 
Shevko Facebook PM -->
<if 
condition="$bbuserinfo[pmunread]">
|<
blink><a href="private.php" accesskey="2">Neue Nachrichten$bbuserinfo[pmunread]</a>
</
blink></if>
<!-- 
Shevko Facebook PM -->
</
div>
</
div>
<!-- 
Shevko Facebook BAR -->
<else />
</if> 


emath 06-24-2010 11:52 AM

any update for vb4.0.4?

blind-eddie 12-02-2010 02:20 AM

For those wanting to stretch the bar to fit page, in the CSS at the top...

Code:

left: 80px;
right: 80px;

Change to...

Code:

left: 0px;
right: 0px;


cowcowcow 05-28-2011 02:16 AM

this is alot like the meebo bar sites like http://www.aeriagames.com/ use, which is awesome cause we dont have to sign up with meebo etc.

Can i ask is t here an option to hide the bar? As well as a place where you can easily add in new forum announcements. That would be perfect.


All times are GMT. The time now is 03:28 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.01445 seconds
  • Memory Usage 1,806KB
  • 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
  • (2)bbcode_php_printable
  • (1)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
  • (9)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