MyBB.de Forum

Normale Version: Facebook Sharing Pages
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Eine neue Erweiterung wurde veröffentlicht: Facebook Sharing Pages

Zitat:UPLOAD FILE IN ROOT MYBB AND ACTIVE.

NOTE: DON'T ANY CHANGE TO PLUG-IN BECAUSE BAD LINK SHARE AND BLOACKED

THIS PLUG-IN :
AUTO FIND PIC IN THE PAGE AND YOU CAN CHANGE AND SELECT BEST PIC FOR SHARING.
AUTO SEND IN THE INDEX PAGE FACEBOOK
100% ENCODE AND SECURITY CONNECT SHARING FOR URL
AUTO SEND FOR ALL SUBSCRIPTED IN YOUR FACE BOOK
AUTO SEND BLOG AND...
ALL THE SHARING ONLY ONE CLICK ;-)
Hallo.
Habe dieses Plugin installiert.
Da der ursprünglixhe sharebutton ins leere läuft (link stimmt nixht mehr), habe ich einen eigenen gesetzt.
Nun sieht das sehr bescheiden aus.

http://teamdayzrescue.de
Rechts ist der button sehr versteckt erahnbar.
Hat jemand ahnung, wie ich das problem lösen kann?
Oder muss ein senkrechter button her, damit es ordnunsgemäß angezeigt wird?
(11.04.2014, 11:46)maxxs schrieb: [ -> ]Hat jemand ahnung, wie ich das problem lösen kann?
Oder muss ein senkrechter button her, damit es ordnunsgemäß angezeigt wird?

Wenn der Button "links" sein kann, ersetze folgendes in der CSS

PHP-Code:
.sidebar {
    -
moz-border-bottom-colorsnone;
    -
moz-border-left-colorsnone;
    -
moz-border-right-colorsnone;
    -
moz-border-top-colorsnone;
    
background-colorrgba(2402402400.75);
    
border-bottom-left-radius2px;
    
border-color#B7B7B7 -moz-use-text-color #B7B7B7 #B7B7B7;
    
border-imagenone;
    
border-stylesolid none solid solid;
    
border-top-left-radius2px;
    
border-width1px medium 1px 1px;
    
box-shadow0 0 5px #CCCCCC;
    
overflowvisible;
    
positionfixed;
    
top40%;
    
width25px;
    
z-index90;


wenn der rechts bleiben soll, ersetze folgendes in der CSS

PHP-Code:
.sidebar {
    -
moz-border-bottom-colorsnone;
    -
moz-border-left-colorsnone;
    -
moz-border-right-colorsnone;
    -
moz-border-top-colorsnone;
    
background-colorrgba(2402402400.75);
    
border-bottom-left-radius2px;
    
border-color#B7B7B7 -moz-use-text-color #B7B7B7 #B7B7B7;
    
border-imagenone;
    
border-stylesolid none solid solid;
    
border-top-left-radius2px;
    
border-width1px medium 1px 1px;
    
box-shadow0 0 5px #CCCCCC;
    
overflowvisible;
    
positionfixed;
    
right135px;
    
top40%;
    
width25px;
    
z-index90;

Schneller, als die polizei erlaubt.
Ganz lieben dank erstmal.
Probiere ich nachher gleich aus