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)

mabersoft 08-06-2009 12:09 PM

Great TM, Thanks so much. Will you ever release that skin on the forum. i love it.

Shevko 08-06-2009 01:34 PM

Quote:

Originally Posted by mabersoft (Post 1862510)
Great TM, Thanks so much. Will you ever release that skin on the forum. i love it.

I Think Release Will Come With vB4 :)

Quote:

Originally Posted by Blacura (Post 1862147)
I instaled this but the bar can't be seen its way down there at the bottom. the code that says add to css but where???????????????

where to add it i dont understand

Additional CSS in Your Style.. :)

BlueNinjaGo 08-07-2009 01:54 PM

1 Attachment(s)
Is it possible to add a pop up menu to the bar, like facebook has.

(Doesn't have to function 100% like Facebook, but just a way i can organize some of the buttons.)

iHussence 08-07-2009 02:09 PM

hello
thank you >>
but can you add the facebook style chat like https://vborg.vbsupport.ru/attachmen...8&d=1208952896

https://vborg.vbsupport.ru/showthread.php?t=176924

Shevko 08-07-2009 03:03 PM

I Can Understand This But I Thnik These For Other Version.. :) But Now I Can Start.. Ok :)

Thug 08-17-2009 10:40 PM

1 Attachment(s)
for some reason all i seem to get is this

kpa4941 08-21-2009 05:35 PM

I really like this mod, but I found a small problem. When you click calendar on the facebook bar, it redirects you to new private message. Here is the code edit I did (in red):

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="calendar.php"><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 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">Send New Message</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">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">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">User CP</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">Edit Email & Password</a>
</div>

<div class="bar_float2">

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


Shevko 08-22-2009 12:06 PM

OWW Thanks kpa4941,
Testing Now This Modifications Addon.. When Test Finished, I Will Share It..

BlueNinjaGo 08-24-2009 12:41 PM

Quote:

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

I believe I had the same issue, if you see me on MSN/AIM then send me an IM, and I'll try to explain what I did to fix it.

gr8whtd0pe 08-24-2009 06:35 PM

Good basic script once I cleaned up the code, CSS and made it able to be hidden by the user in the USER CP.

Good job!

All this is people are <div> tags with stuff in them, you can put what ever you want in them.

http://www.wvmotorsports.com you have to be a member to see it though...

EDIT: test account:
User: Test
Pass: vbulletin

Shevko 08-24-2009 07:28 PM

Hmm Its Good :)

But Dnt Like Facebook :)

jambo_1969 08-25-2009 08:09 AM

Quote:

Originally Posted by gr8whtd0pe (Post 1873595)
Good basic script once I cleaned up the code, CSS and made it able to be hidden by the user in the USER CP.

Good job!

All this is people are <div> tags with stuff in them, you can put what ever you want in them.

http://www.wvmotorsports.com you have to be a member to see it though...

EDIT: test account:
User: Test
Pass: vbulletin

Can you share ?

gr8whtd0pe 08-25-2009 12:52 PM

Sure!

Go to your admincp and add a new user profile field.

Kind: Single-Selection Radio Buttons
Title: Floating Bar
Description: Choose to hide or show the bar that floats at the bottom of the screen here.<a id="bar" name="bar"></a> (- that part will come in handy later)
Options: Show(press enter)Hide
Field Required: Yes, Always
Editable then no, no, no.

I put it under Options: other for display page.

The code:
Code:

<if condition="$bbuserinfo[userid]">
<if condition="$vbulletin->userinfo['fieldX'] == Hide">
<else />
<!--[if lte IE 6]>
<![endif]-->
<br /><br />
His <div> tags go here...
</if>
</if>

Several things happen there, if they choose Hide, it doesn't show anything, if its IE6 it hides, because IE6 does not display it correctly. If its show and not IE6 it adds spaces to the bottom of the footer and prints the bar. For that part to work I put it between:

Code:

</form>
and
Code:

<if condition="$show['dst_correction']">
Then all you have to do is add a link on there somewhere pointing to: profile.php?do=editoptions#bar

questions?

Quote:

Originally Posted by Shevko (Post 1873628)
Hmm Its Good :)

But Dnt Like Facebook :)

Huh? Was that for me?

jambo_1969 08-25-2009 03:25 PM

Cheers for that mate - perfect !

jambo_1969 08-25-2009 03:39 PM

[edit] - works like a charm.

Template edit required is in the footer template (obviously)....

Thanks again

gr8whtd0pe 08-25-2009 03:42 PM

Quote:

Originally Posted by jambo_1969 (Post 1874145)
[edit] - works like a charm.

Template edit required is in the footer template (obviously)....

Thanks again

Yeah lol, if you dont want to put it where I did, just get rid of the <br>'s in the code and put it where ever.

Gald it works for ya though. :up:

BiZiMDiYaR 08-25-2009 10:11 PM

Quote:

Originally Posted by gr8whtd0pe (Post 1874047)
Sure!

Go to your admincp and add a new user profile field.

Kind: Single-Selection Radio Buttons
Title: Floating Bar
Description: Choose to hide or show the bar that floats at the bottom of the screen here.<a id="bar" name="bar"></a> (- that part will come in handy later)
Options: Show(press enter)Hide
Field Required: Yes, Always
Editable then no, no, no.

I put it under Options: other for display page.

The code:
Code:

<if condition="$bbuserinfo[userid]">
<if condition="$vbulletin->userinfo['fieldX'] == Hide">
<else />
<!--[if lte IE 6]>
<![endif]-->
<br /><br />
His <div> tags go here...
</if>
</if>

Several things happen there, if they choose Hide, it doesn't show anything, if its IE6 it hides, because IE6 does not display it correctly. If its show and not IE6 it adds spaces to the bottom of the footer and prints the bar. For that part to work I put it between:

Code:

</form>
and
Code:

<if condition="$show['dst_correction']">
Then all you have to do is add a link on there somewhere pointing to: profile.php?do=editoptions#bar

questions?



Huh? Was that for me?

Hi,

I think this should be added to the normal code, as the HIDE part is something some users want.. so should be added but the threadowner, of course with permission :-)
But I have another problem, where is the CSS ? I don't see any additional css... I onyl see editor css, is this the one to add the code ? Could you please mentioned the correct place for this.

Thanks.


Merhaba,

Su yukardaki adamin yazdigi bence coda eklenmesi lazim, gizlenmesi bence cok kisinin istedigi birseydir, coduna ekle adamin iziniyle :).
Benim ama baska sorunum vardi... su CSS nerde ? bende aditional css yok, tek editor css var... oraya mi eklencek bu cod.. ? Tam yeri soylermisin ?


Saygilarimla,

Toshifira 08-26-2009 03:40 AM

Wow, nice modifications, thanks :]

Shevko 08-26-2009 06:54 AM

Ok I Add This Options Other Version..

Please Click Mark As Installed..

gr8whtd0pe 08-26-2009 03:49 PM

Quote:

Originally Posted by BiZiMDiYaR (Post 1874411)
Hi,
But I have another problem, where is the CSS ? I don't see any additional css... I onyl see editor css, is this the one to add the code ? Could you please mentioned the correct place for this.

There is no additional CSS...

All you do to add this is create the user field and replace
Code:

<if condition="$bbuserinfo[userid]">
With:
Code:

<if condition="$bbuserinfo[userid]">
<if condition="$vbulletin->userinfo['fieldX'] == Hide">
<else />
<!--[if lte IE 6]>
<![endif]-->
<br /><br />

then replace:
Code:

<!-- Shevko Facebook BAR -->
<else />
</if>

With:
Code:

</if>
</if>

That's it.

ricardoNJ 08-26-2009 05:02 PM

I have this 'problem'. You say:

Quote:

3) Add To CSS;
Code:

#bar_bottom {
position: fixed;
bottom: 0px;
left: 80px;
right: 80px;
height: 30px;
background:#f3f3f3 url(../imgimg/bar_bottom_bg.png) 0 0 repeat-x;
border-left:1px solid #b5b5b5;
border-right:1px solid #b5b5b5;
}

.bar_float {float:left;padding:7px 5px 0 5px;border-right:1px solid #b5b5b5;}
.bar_float a{padding:2px;}
.bar_float a:hover{padding:2px;background-color:#fff;text-decoration:none;}

.bar_float1 {float:left;padding:7px 5px 0 5px;height:25px;}

.bar_float1 a{text-decoration:none;color:#749474;font-size:11px;}
.bar_float1 a:hover{font-size:11px;color:#000;text-decoration:none;}

.bar_float2 {float:right;padding:7px 5px 0 5px;border-left:1px solid #b5b5b5;height:25px;}

.bar_float2 a{padding:2px;color:#749474;font-size:10px;cursor:pointer;cursor:hand;}
.bar_float2 a:hover{padding:2px;font-size:10px;color:#000;text-decoration:none;}

.bar_contents {padding-top:6px;text-align:center;}

But in my Main CSS I can't add any other code [Additional CSS Definitions] 'cause I have it with other codes.

gr8whtd0pe 08-26-2009 05:38 PM

Quote:

Originally Posted by ricardoNJ (Post 1874879)
I have this 'problem'. You say:



But in my Main CSS I can't add any other code [Additional CSS Definitions] 'cause I have it with other codes.

You mean its somehow to full to add that code into the text box all the way at the bottom of your main css? style manager - style - edit main css - all the way at the bottom

ricardoNJ 08-26-2009 05:41 PM

Yes sr.

ricardoNJ 08-26-2009 05:52 PM

Well, I fixed it for miself pasting this code on both boxes at the bottom and added the <style> tag in each. It's a'right

ricardoNJ 08-26-2009 05:56 PM

There's not chat I guess.. right?

gr8whtd0pe 08-26-2009 07:21 PM

Quote:

Originally Posted by ricardoNJ (Post 1874931)
There's not chat I guess.. right?

Not yet, I'm thinking about adding that in myself and doing some of the other things people have mentioned though..

TimberFloorAu 08-27-2009 05:20 AM

Is there anyway to get this to stretch to fit a fixed style. of 972 px wide.
Our forum, centres to the page, but soon as we stretch the page the footer bar moves disproportionately.

Ste

ricardoNJ 08-27-2009 06:41 AM

Quote:

Originally Posted by gr8whtd0pe (Post 1874962)
Not yet, I'm thinking about adding that in myself and doing some of the other things people have mentioned though..

It will be nice!..... thanks!

BiZiMDiYaR 08-27-2009 04:34 PM

Hi,

A question... after I have added this, something happend to the sitemap links at the bottom of the page. When I am looged in as a user, the sitemap doesn't show anymore... but when I log out as an user, the sitemap comes back on.

Will this cause any SEO problems.. ? How to get the sitemap back at the bottom of the page.. ?

Thanks.

TimberFloorAu 08-27-2009 06:41 PM

Quote:

Originally Posted by BiZiMDiYaR (Post 1875358)
Hi,

A question... after I have added this, something happend to the sitemap links at the bottom of the page. When I am looged in as a user, the sitemap doesn't show anymore... but when I log out as an user, the sitemap comes back on.

Will this cause any SEO problems.. ? How to get the sitemap back at the bottom of the page.. ?


Thanks.

You sure it isnt just hiding behind the footerbar ?

Have you checked html code for any given page when logged in?
Did you add <br /><br /><br /> to very bottom of footer ?

Ste

Mangia 08-27-2009 07:11 PM

Great mod!

However when I installed it, the images don't appear at all. Just the words.

TimberFloorAu 08-27-2009 08:32 PM

Quote:

Originally Posted by Mangia (Post 1875440)
Great mod!

However when I installed it, the images don't appear at all. Just the words.

you must install the images to folder imgimg in root of your site.

so if forum is at www.abc.com/forum
the imgimg folder must be at www.abc.com/imgimg/

Mangia 08-27-2009 09:17 PM

Quote:

Originally Posted by TimberFloorAu (Post 1875478)
you must install the images to folder imgimg in root of your site.

so if forum is at www.abc.com/forum
the imgimg folder must be at www.abc.com/imgimg/

Oh I thought it was root of forum, :o

Thanks very much :)

CILGINKRAL_ 08-28-2009 12:09 PM

Thaks, Good

Shevko çok güzel teşekkürler.

phmaster 08-31-2009 11:51 PM

Great mod thank you my friend. i will give it a try ...
Keep up the good work.

KLUNZ 09-07-2009 03:53 PM

plz edit your code sim this

http://www.alnj3.com/vb/index.php

Netron 09-07-2009 10:24 PM

Bende EMail Ve Şifre Değiştir'den sonra Bütün Zaman Ayarları WEZ +3 olarak ayarlandı diye bir bölüm daha çıkıyor bunu sebebi nedir.?

isatice 09-12-2009 12:00 AM

for resolving the fixed possition issue with IE6 could use this code in CSS instead the original one from the author ( i don't know whether i am allowed to do this or not , i just want 2 help ) :

Code:

/* <<<this part is for IE6--- START >>>  */
* html,* html body {
background-image:url(about:blank);
background-attachment:fixed;
}
/*<<< this part is for IE6--- END>>> */

#bar_bottom {
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;
height: 30px;
background:#f3f3f3 url(../imgimg/bar_bottom_bg.png) 0 0  repeat-x;
border-left:1px solid #b5b5b5;
border-right:1px solid #b5b5b5;
}

/* <<<this part is for IE6 --- START>>>  */
* html #bar_bottom {
position:absolute;
bottom:auto;
top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight));
width: 100%;
left: 0px;
right: 0px;
height: 30px;
background:#f3f3f3 url(../imgimg/bar_bottom_bg.png) 0 0  repeat-x;
border-left:1px solid #b5b5b5;
border-right:1px solid #b5b5b5;
}
/*<<< this part is for IE6 --- END >>> */

.bar_float {float:right;padding:7px 5px 0 5px;border-right:1px solid #b5b5b5;}
.bar_float a{padding:2px;}
.bar_float a:hover{padding:2px;background-color:#fff;text-decoration:none;}

.bar_float1 {float:right;padding:7px 5px 0 5px;height:25px;}

.bar_float1 a{text-decoration:none;color:#749474;font-size:11px;}
.bar_float1 a:hover{font-size:11px;color:#000;text-decoration:none;}

.bar_float2 {float:right;padding:7px 5px 0 5px;border-left:1px solid #b5b5b5;height:25px;}

.bar_float2 a{padding:2px;color:#749474;font-size:10px;cursor:pointer;cursor:hand;}
.bar_float2 a:hover{padding:2px;font-size:10px;color:#000;text-decoration:none;}

.bar_contents {padding-top:6px;text-align:center;}

HAVE 2 MENTION I MODIFIED THE CODES TO WIDTH=100% FOR MY OWN USER (WIDTH NO LEFT AND RIGHT MARGIN ) IF U DONT WANT THEM SHOULD CHANGE BACK THESE VALUES TO 80 AS PROMTED IN ORIGINAL ONE :

Code:

left: 0px;
right: 0px;

CHANGE BAKC TO :

Code:

left: 80px;
right: 80px;


khena25 09-13-2009 01:32 AM

Can someone tell me how to add a closing/minimizing button to this? It would be really helpful.

BiZiMDiYaR 09-13-2009 08:47 PM

Quote:

Originally Posted by TimberFloorAu (Post 1875428)
You sure it isnt just hiding behind the footerbar ?

Have you checked html code for any given page when logged in?
Did you add <br /><br /><br /> to very bottom of footer ?

Ste

Yes yes... I am 100% sure I have added that.. but as user, the sitemap below the site goes away. Very strange. I am not sure if this wilkl affect in any way, therefore I was asking. If you wanna check, see below the site.

www.alemim.net

As an guest, you see the sitemap in below.. but when logged in as an user, the sitemap goes away and the bar comes.

Thanks.


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.01433 seconds
  • Memory Usage 1,854KB
  • 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
  • (14)bbcode_code_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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