<?php
<script type="text/javascript" src="http://www.generalzone.net/foro/jscripts/tabcontent.js"></script>
<?php
<ul id="menutabs" class="shadetabs"><li><a href="#" rel="tabmenu_136" rev="" class="selected">algo aqui</a></li></ul>
<?php
<script type="text/javascript">
<!--//
var myflowers=new ddtabcontent("menutabs")
myflowers.setpersist(true)
myflowers.init()
-->
</script>
.shadetabs{
padding: 0 10px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px Arial;
list-style-type: none;
width:100%;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li{
display: inline;
margin: 0;
}
.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
color: #000000;
}
.shadetabs li a:hover{
text-decoration: underline;
}
.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}
.shadetabs li a.selected{ /*selected main tab style */
background:#000000;
color: #ffffff;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.tabcontent{
display:none;
}
(9 Jan, 2010, 7:34 am)pelayov escribió: no entiendo para que sirve S:Ves a www.generalzone.net, ves a los foros y verás que solo muestra una categoría.
(9 Jan, 2010, 10:05 am)dennis_ariel_15 escribió:(9 Jan, 2010, 4:15 am)BlackFox escribió: armyz, vos como siempre luciendote con tus tutos y nuevas idea (Y) , bien ai en pasarlo , igual siempre tarde o temprano , massi o ariel te lo ivan a copiar XD
yo uso el plugins al igual q armyz, el me dijo, lo que es tabcontent.js y despues vayan a su plantilla "forumbit_depth1_cat" y al principio ponen este codigo: <div id="tabmenu_{$forum['fid']}"> y al final el </div> eso esta en el tuto del plugins.....
asi que no digas las cosas antes de saber
(8 Jan, 2010, 9:15 pm)ArmyZ escribió: 1° vayan a su plantilla Index y despues de {headerincluide} pongan lo siguiente:
Código PHP:<?php
<script type="text/javascript" src="http://www.generalzone.net/foro/jscripts/tabcontent.js"></script>
<?php
<script type="text/javascript" src="{$mybb->settings['bburl']/jscripts/tabcontent.js"></script>
.shadetabs{
padding: 0 10px;
margin-left: 0;
margin-top: 1px;
margin-bottom: -10;
font: bold 13px Arial;
list-style-type: none;
width:100%;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li{
display: inline;
margin: 0;
}
.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
color: #000000;
background: transparent;
}
.shadetabs li a:hover{
text-decoration: underline;
background: #000000;
color:#ffffff;
}
.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}
.shadetabs li a.selected{ /*selected main tab style */
background:#000000;
color: #ffffff;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.tabcontent{
display:none;
}
<script type="text/javascript">
<!--//
var myflowers=new ddtabcontent("menutabs")
myflowers.setpersist(true)
myflowers.init()
-->
</script>
(12 Jan, 2010, 10:51 am)nodba escribió: Usé el tutorial y me sirvió perfectamente, peeero creo que esto tiene un pequeño error. Cuando elijes una pestaña, se queda permanente hasta que la cambies.
Ejemplo: Si abres la web, escojes la segunda pestaña, cierras el navegador y abres de nuevo la web, sale elejida la segunda pestaña.
Cómo se hace para que salga la primera pestaña por defecto?