PDA

View Full Version : Miscellaneous Hacks - Sharebar - Sidebarslider


Kraxell
03-19-2012, 11:00 PM
Hello,

i create a little modification for my site and want to share it with you.

With this modification you can make a sharebar-slider for your forum.

Please look screenshots for more details or visit http://abload.net for a live demo.


1. Open template "additional.css"
2. Past following code at the end

#followTab {
background: #fff;
width: 52px;
list-style: none;
position: fixed;
z-index: 5;
right: 0;
top: 180px;
padding: 8px 5px;
border-right: none;
border-radius: 5px 0 0 5px;
}
#followTab li {
margin:9px 0 0 0;
line-height:0
}
#followTab li:first-child {
margin-top:0
}
#followTab a {
display:block;
width:24px;
}
#followTab a span {
position:absolute;
top:-999em
}

3. Open template "footer"
4. Past following at the begin


<ul id="followTab">
<li>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=150946958326648&amp;xfbml=1"></script><fb:like href="" send="false" layout="box_count" width="30" show_faces="false" font="tahoma"></fb:like>
</li>
<li><a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" >Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></li>
<li><script src="http://www.stumbleupon.com/hostedbadge.php?s=5"></script></li>
<li><script type="text/javascript">
(function() {
var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];
s.type = 'text/javascript';
s.async = true;
s.src = 'http://widgets.digg.com/buttons.js';
s1.parentNode.insertBefore(s, s1);
})();

</script><a class="DiggThisButton DiggMedium" rev="technology"></a></li>
<li><g:plusone size="tall"></g:plusone><script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script></li>
</ul>


You must edit your facebook-App-ID in this Code! (Where get a App-ID from Facebook? Look at my other modifications.)

5. Finish!



Changes for your own:

- To adjust the height from the top of the page, change the top: 180px; line in #followtab (additional.css) to the value you need in pixels.

-In the default configuration it is aligned to the right, if you want it aligned to the left, change the #followtab class to this:

#followTab {
background: white;
width: 52px;
list-style: none;
position: fixed;
z-index: 5;
left: 0;
top: 180px;
padding: 8px 5px;
border-right: none;
border-radius: 0 5px 5px 0;
}


- to change the background-color, change in #followtab background: #fff
Here you can find many colors:
http://www.colorpicker.com/
http://tomheller.de/theholycymbal/html-farben.html

-If you want to add more buttons to the sidebar, simply find <ul id="followTab"> and add the additional button's HTML code in <li></li> tags. You can rearrange the order as well.

Note:
- click install
- dont forget to rate and nominate it :)

AURFSCAN
03-20-2012, 06:37 PM
<ul id="followTab">
So theoretically you could put other content eg. icons, links in between here? usergroup permissions too etc.
</ul>



could be useful.. thanks

doraj
03-20-2012, 07:09 PM
Hello,

when I paste the code on the footer template, I have this error:

Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 3555

I use vB 4.1.9

Regards

Kraxell
03-20-2012, 09:21 PM
when I paste the code on the footer template, I have this error:

Do you have install TMS or something?

could be useful.. thanks
Sure :)

Please mark install for support.

doraj
03-20-2012, 09:41 PM
Hello Krazell,

Yes I have TMS.

Kraxell
03-20-2012, 09:59 PM
ist a Bug from tms . please deactivate tms, install this modification and than activate tms again .

mfnforex
03-20-2012, 10:05 PM
thank you
it is great

doraj
03-20-2012, 10:08 PM
Hello,

I resolved working a little bit with TMS, and now it works well!

Please, I have a request for you.

I use a fixed style, I would like set Sharebar align on the left side of the Forum (near the left border of forum), but I have any problem with css.

It seems, that also if I change the "left" field, the Bar remain always blocked.

Thanks

Kraxell
03-21-2012, 06:06 AM
Please mark as install for support.

If you want to take it to the left, please do follow:

Open template additional.css
Find
#followTab {
background: #fff;
width: 52px;
list-style: none;
position: fixed;
z-index: 5;
right: 0;
top: 180px;
padding: 8px 5px;
border-right: none;
border-radius: 5px 0 0 5px;
}

Replace with:
#followTab {
background: white;
width: 52px;
list-style: none;
position: fixed;
z-index: 5;
left: 0;
top: 180px;
padding: 8px 5px;
border-right: none;
border-radius: 0 5px 5px 0;
}

doctorsexy
03-21-2012, 01:54 PM
Installed works great..thank you....

Kraxell
03-21-2012, 07:35 PM
Your welcome :)

Kraxell
03-23-2012, 07:16 AM
I 'll publish some backgrounds for this today.

abdobasha2004
03-24-2012, 07:49 PM
it is all about this CSS code

position: fixed;

thanks for detailed explanation

Kraxell
03-25-2012, 06:50 AM
it is all about this CSS code

Dont know what you mean :confused:

Emeralda
03-31-2012, 10:19 AM
1. What code should I use to have it attached on the edge of the doc?: http://prntscr.com/7l7bg
2. How would I go on about showing the buttons without the count? http://prntscr.com/7l7d1

Kraxell
03-31-2012, 05:23 PM
Hello,

1. Dont know exactly what you mean. Please try to explain more :)
2. I'll take a look and if its possible, i 'll make an update.

Emeralda
03-31-2012, 09:51 PM
ad1. http://abload.net/images-i425bmul2d.jpg

Kraxell
04-01-2012, 07:35 AM
Ah ok. I'll take a look.

Hakan39
04-04-2012, 05:57 AM
Thank you.

Kraxell
04-05-2012, 08:29 AM
For Twitter-Button without count:

<a href="https://twitter.com/YOUTTWITTERACCOUNT" class="twitter-follow-button" data-show-count="false" data-lang="de" data-size="large" data-show-screen-name="false">@YOUTTWITTERACCOUNT follow</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);j s.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>


For Facebook its only with little tricks possible.

Please take a look at this site:
http://stackoverflow.com/questions/2950172/facebook-like-button-hide-count

Emeralda
04-05-2012, 10:37 AM
Not sure if it helps, but this mod has proper codes that I dunno how to take: https://vborg.vbsupport.ru/showthread.php?t=266159, but I much prefer how yours might look to be honest.

Kraxell
04-05-2012, 07:48 PM
In ur linked mod is the count-button too :(

Emeralda
04-05-2012, 08:25 PM
It can be switched to different variations, I'm currently using these: http://prntscr.com/7sfjk

Kraxell
04-06-2012, 07:57 AM
Please provide me a link, i'll take a look.

Emeralda
04-06-2012, 10:40 AM
Not sure which link you want. If where I have it set up, than here: http://cafeotaku.net/forum
If you mean a link to the mod, than it's above.

Kraxell
04-06-2012, 10:52 AM
I'll publish a new mod today with better design.

Emeralda
04-06-2012, 12:40 PM
Rawr, sorry for troubling you with that like that. It's just that I don't think showing the (0) counts would look well on smaller forums >.<