Elii01
{ Membre }
Messages : 62
| Hi!! I read this tutorial, but I have a small doubt .. is not possible to put the categories on the left (image) My forum is: phpBB2 The code: HERE | | |
|
Elii01
{ Membre }
Messages : 62
| I edited the code, and try to put like the image, but when i put "register" appear en red letters "The beacon has been closed before being opened or the beacon has been opened" IMAGE My code - Spoiler:
- Code:
-
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center"> <tr> <td valign="bottom"> <!-- BEGIN switch_user_logged_in --> <span class="gensmall">{LAST_VISIT_DATE}
{CURRENT_TIME}
</span> <!-- END switch_user_logged_in --> <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div> </td> <td class="gensmall" align="right" valign="bottom"> <!-- BEGIN switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
<a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
<!-- END switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> </td> </tr> </table>
<table border="0" cellspacing="0" cellpadding="0" class="cat_back" style="margin-top: 0px; " width="95%"><tr><td width="20%"> <!-- DEBUT MODIF ONGLETS -->
<script type="text/javascript"> <!--
var i = 0;
document.write('<div align="center"> <ul class="onglet">
<li onMouseOver="change_cat(0);" class="onglet_actif" id="cat_0">Categorie 1</li><br> <li onMouseOver="change_cat(1);" class="onglet_actif" id="cat_1">Categorie 2</li><br> <li onMouseOver="change_cat(2);" class="onglet_actif" id="cat_2">Categorie 3</li><br> <li onMouseOver="change_cat(3);" class="onglet_actif" id="cat_3">Categorie 4</li><br> <li onMouseOver="change_cat(4);" class="onglet_actif" id="cat_4">Categorie 5</li><br> <li onMouseOver="change_cat(5);" class="onglet_actif" id="cat_5">Categorie 6</li><br> <li onMouseOver="change_cat(6);" class="onglet_actif" id="cat_6">Categorie 7</li><br> </ul> </div> ');
var compteur_cat = 0;
var anc_cat = 0;
var nom_cat = new Array('0','1','2','3','4','5','6');
function change_cat(numero) { document.getElementById(nom_cat[anc_cat]).style.display = 'none'; document.getElementById(nom_cat[numero]).style.display = 'block'; document.getElementById('cat_'+nom_cat[anc_cat]).className = 'onglet_nactif'; document.getElementById('cat_'+nom_cat[numero]).className ='onglet_actif'; anc_cat = numero; }
function capture_cat() { if(nom_cat[compteur_cat] == nom_cat[0]) {document.write('<table class="cat_forum" id="' + nom_cat[compteur_cat] + '" >'); } else{ document.write('<table class="cat_forum" id="' + nom_cat[compteur_cat] + '" style="display:none;">'); } compteur_cat++; }
//--> </script> <!-- BEGIN catrow --><!-- BEGIN tablehead -->
<script type="text/javascript"> <!-- capture_cat(); //--> </script>
<!-- FIN MODIF ONGLETS --> <!-- BEGIN forumrow -->
</td><td width="80%">
<center><table border="0" cellspacing="0" cellpadding="0" class="cat_back3" style="margin-top: 0px; " width="95%"><tr>
<!-- BEGIN inc --> <td align="center" valign="middle">
<img src="{SPACER}" height="0" width="46" />
</td> <!-- END inc -->
<td colspan="1" valign="top" width="75%" height="50">
<table width="100%"> <tr> <td width="50%"> <span class="forumlink"><h3 class="hierarchy"><a class="forumlink"
href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></h3></span> </td>
<td align="right"> <span class="forumstat">Temas: {catrow.forumrow.TOPICS} | Mensajes: {catrow.forumrow.POSTS}</span> </td> </tr> </table>
<div class="forumdesc"> <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
<!-- BEGIN switch_moderators_links --> <!-- END switch_moderators_links --> </div>
<span class="gensmall"> <div class="forumsub"> Sous-forums: {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS} </div> </span> </td> <!-- BEGIN forum_link_no -->
<td align="center" valign="middle" height="100px" width="25%" style="padding-right: 10px;"> <div class="forumdesc" style="margin-top: 4px; text-align: center;"><span class="gensmall">Ultimo mensaje:<br>{catrow.forumrow.LAST_POST}{catrow.forumrow.forum_link.HIT_COUNT}</span></div></td>
<!-- END forum_link --> </tr> <!-- END forumrow --> </table></center>
</td></tr></table> <!-- BEGIN catfoot --> <!-- BEGIN inc --> <!-- END inc --> <!-- END catfoot --> <!-- BEGIN tablefoot --> <!-- END tablefoot --><!-- END catrow -->
|
Dernière édition par Elii01 le Lun 02 Aoû 2010, 18:42, édité 2 fois | |
|
Kaiji
Blanche-Neige
Messages : 5578
| - Ikø' a écrit:
And I ALSO told you that every ups in the help section was forbidden. If you continue to disrespect the forum's rules, I'll have to close your topic. I think I speak enough proper english to be understood at the first time. Double post is like an up, so don't do it, please. | | |
|