Pagina 1 din 1

De unde sa descarc acest modul

Scris: 27-Ian-2013, 19:47:14
de dani888
Buna tuturor stie cineva de unde se poate downloada acest modul
[ABD] Facebook like box
https://www.phpbb.com/community/viewtop ... &t=2162482
Apare o imagine in coltul din dreapta Facebook
Va multumesc

Re: De unde sa descarc acest modul

Scris: 28-Ian-2013, 11:50:14
de Anișor
MOD-ul a fost abandonat si sters , nu cred ca mai poti face rost de el , insa o sa caut... nu promit nimic :(
Am gasit oarecum pe forumul lui stocker ceva ce seamana sau cred ca este acelasi lucru , nu l-am testat inca te previn :
Open: styles/prosilver/template/overall_footer.html
Find:

Cod: Selectaţi tot

</body>
Add before:

Cod: Selectaţi tot

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
/*<![CDATA[*/
jQuery(document).ready(function() {jQuery(".w2bslikebox").hover(function() {jQuery(this).stop().animate({right: "0"}, "medium");}, function() {jQuery(this).stop().animate({right: "-250"}, "medium");}, 500);});
/*]]>*/
</script>
<style type="text/css">
.w2bslikebox{background: url("http://i1169.photobucket.com/albums/r517/dungbarca90/w2b_facebookbadge.png") no-repeat scroll left center transparent !important;display: block;float: right;height: 270px;padding: 0 5px 0 46px;width: 245px;z-index: 99999;position:fixed;right:-250px;top:0%;}
.w2bslikebox div{border:none;position:relative;display:block;}
.w2bslikebox span{bottom: 12px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 7px;text-align: right;z-index: 99999;}
.w2bslikebox span a{color: gray;text-decoration:none;}
.w2bslikebox span a:hover{text-decoration:underline;}
</style>
<div class="w2bslikebox" style="">
<div>
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fnamepage%2Fidpage&width=245&colorscheme=light&show_faces=true&connections=9&stream=false&header=false&height=270" scrolling="no" frameborder="0" scrolling="no" style="border: medium none; overflow: hidden; height: 270px; width: 245px;background:#fff;"></iframe><span><a href="http://itepress.com">by itepress.com</a></span>
</div>
</div>

[*] You must change http%3A%2F%2Fwww.facebook.com%2Fpages%2Fnamepage%2Fidpage on above code(in <iframe )with your namepage and your idpage .Example my link is : http://www.facebook.com/pages/Itepressc ... 1889110111 => namepage:Itepresscom
idpage:376191889110111 .Thus,code in my case is

Cod: Selectaţi tot

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
/*<![CDATA[*/
jQuery(document).ready(function() {jQuery(".w2bslikebox").hover(function() {jQuery(this).stop().animate({right: "0"}, "medium");}, function() {jQuery(this).stop().animate({right: "-250"}, "medium");}, 500);});
/*]]>*/
</script>
<style type="text/css">
.w2bslikebox{background: url("http://i1169.photobucket.com/albums/r517/dungbarca90/w2b_facebookbadge.png") no-repeat scroll left center transparent !important;display: block;float: right;height: 270px;padding: 0 5px 0 46px;width: 245px;z-index: 99999;position:fixed;right:-250px;top:0%;}
.w2bslikebox div{border:none;position:relative;display:block;}
.w2bslikebox span{bottom: 12px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 7px;text-align: right;z-index: 99999;}
.w2bslikebox span a{color: gray;text-decoration:none;}
.w2bslikebox span a:hover{text-decoration:underline;}
</style>
<div class="w2bslikebox" style="">
<div>
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FItepresscom%2F376191889110111&width=245&colorscheme=light&show_faces=true&connections=9&stream=false&header=false&height=270" scrolling="no" frameborder="0" scrolling="no" style="border: medium none; overflow: hidden; height: 270px; width: 245px;background:#fff;"></iframe><span><a href="http://itepress.com">by itepress.com</a></span>
</div>
</div>
.You must change namepage and idpage and save all files.

Re: De unde sa descarc acest modul

Scris: 28-Ian-2013, 12:07:04
de dani888
Ciao
Adresa site-ul meu www.centraleshop.ro
tema mea bmiles, subsilver2
Cum ar trebui sa procedez sa incerc pe localhost
Multumesc mult pentru raspuns

Re: De unde sa descarc acest modul

Scris: 28-Ian-2013, 12:40:26
de Anișor
Inainte de toate iti trebuie o pagina de facebook , apoi revino sa iti explic , cam asa arata , doar ca eu nu am o pagina de facebook : http://www.phpbb-school.com/index.php?s ... 583d88dade

Re: De unde sa descarc acest modul

Scris: 28-Ian-2013, 12:46:54
de dani888
Arata super
Am pagina de facebook
http://www.facebook.com/centraleshop.ro
Merci

Re: De unde sa descarc acest modul

Scris: 28-Ian-2013, 13:16:33
de Anișor
Deschizi overall_footer.html , cauti :

Cod: Selectaţi tot

</body>
Adaugi inainte(deasupra):

Cod: Selectaţi tot

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    /*<![CDATA[*/
    jQuery(document).ready(function() {jQuery(".w2bslikebox").hover(function() {jQuery(this).stop().animate({right: "0"}, "medium");}, function() {jQuery(this).stop().animate({right: "-250"}, "medium");}, 500);});
    /*]]>*/
    </script>
    <style type="text/css">
    .w2bslikebox{background: url("http://i1169.photobucket.com/albums/r517/dungbarca90/w2b_facebookbadge.png") no-repeat scroll left center transparent !important;display: block;float: right;height: 270px;padding: 0 5px 0 46px;width: 245px;z-index: 99999;position:fixed;right:-250px;top:0%;}
    .w2bslikebox div{border:none;position:relative;display:block;}
    .w2bslikebox span{bottom: 12px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 7px;text-align: right;z-index: 99999;}
    .w2bslikebox span a{color: gray;text-decoration:none;}
    .w2bslikebox span a:hover{text-decoration:underline;}
    </style>
    <div class="w2bslikebox" style="">
    <div>
    <iframe src="http://www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/centraleshop.ro&width=245&colorscheme=light&show_faces=true&connections=9&stream=false&header=false&height=270" scrolling="no" frameborder="0" scrolling="no" style="border: medium none; overflow: hidden; height: 270px; width: 245px;background:#fff;"></iframe><span><a href="http://phpBB.ro">by phpBB.Ro</a></span>
    </div>
    </div>
P.S:Daca mai vrei ajutor din partea mea cel putin , pastrezi copyright (adica link-ul phpBB.ro situat jos).Multumesc o zi buna.

Re: De unde sa descarc acest modul

Scris: 28-Ian-2013, 13:33:58
de dani888
Pastrez link www.phpbb.ro
Multumesc

Re: De unde sa descarc acest modul

Scris: 09-Feb-2013, 09:29:46
de bogpys
dani888 scrie:Ciao
Adresa site-ul meu http://www.centraleshop.ro
tema mea bmiles, subsilver2
Cum ar trebui sa procedez sa incerc pe localhost
Multumesc mult pentru raspuns
Pai , descarca PhpBB in calculator si tema de pe forumul tau.

Apoi descarci XAMPP , il instalezi , apoi pui fisierele din folderul PhpBB in HTDOCS iar tema se pune normal , in styles.

Cand vrei sa-l instalezi , scri in bara de adrese din browserul tau: http://localhost

Daca nu-ti merge ceva , imi zici iar eu rezolv.