Extrem Tutorials
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Extrem TutorialsConectare

Peste 500 tutoriale in limba romana.


Structura categoriilor modificata[phpbb2]

power_settings_newConectați-vă pentru a răspunde

22032012
Structura categoriilor modificata[phpbb2]

Salut tuturor , mi-am zis sa va fac un mic "cadou"...
In ce cuprinde acest cadou? Ei bine am modificat structura categoriilor de origine si le-am dat un aspect mult mai placut...
Si de asemenea mi-am zis sa impart codul categoriilor de l-am modificat cu voi..
Acum ca ati inteles despre ce este vorba , sa trecem la treaba  Structura categoriilor modificata[phpbb2] 333276


Demonstratie
[Trebuie sa fiti înscris şi conectat pentru a vedea această imagine]

Pasul:1
Panou de administrare>Afisare> Template-uri > General > index_box> iar in template-ul index_box cautati codul acesta:


Cod:


<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}<br />
 {CURRENT_TIME}<br />
 </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><br />
 <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
 <!-- END switch_user_logged_in -->
 <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
 </td>
 </tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
 <tr>
 <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
 <th nowrap="nowrap" width="50">{L_TOPICS}</th>
 <th nowrap="nowrap" width="50">{L_POSTS}</th>
 <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
 </tr>
 <!-- END tablehead -->
 <!-- BEGIN cathead -->
 <tr>
 <!-- BEGIN inc -->
 <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
 <!-- END inc -->
 <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
 <h{catrow.cathead.LEVEL} class="hierarchy">
 <span class="cattitle">
 <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
 </span>
 </h{catrow.cathead.LEVEL}>
 </td>
 <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
 </tr>
 <!-- END cathead -->
 <!-- BEGIN forumrow -->
 <tr>
 <!-- BEGIN inc -->
 <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
 <!-- END inc -->
 <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
 <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
 </td>
 <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
 <h{catrow.forumrow.LEVEL} class="hierarchy">
 <span class="forumlink">
 <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
 </span>
 </h{catrow.forumrow.LEVEL}>
 <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
 <span class="gensmall">
 <!-- BEGIN switch_moderators_links -->
 {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
 <!-- END switch_moderators_links -->
 {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
 </span>
 </td>
 <td class="row3" align="center" valign="middle" height="50">
 <span class="gensmall">{catrow.forumrow.TOPICS}</span>
 </td>
 <td class="row2" align="center" valign="middle" height="50">
 <span class="gensmall">{catrow.forumrow.POSTS}</span>
 </td>
 <td class="row3 over" align="center" valign="middle" height="50">
 <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
 </td>
 </tr>
 <!-- END forumrow -->
 <!-- BEGIN catfoot -->
 <tr>
 <!-- BEGIN inc -->
 <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
 <!-- END inc -->
 <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
 </tr>
 <!-- END catfoot -->
 <!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->




Pasul:2
Dupa ce ati executat primul pas adaugati urmatorul cod :

Cod:



              <!-- BEGIN catrow --><!-- BEGIN tablehead -->

<br>
  
<table class="border_categorii" width="100%" border="0" cellspacing="1" cellpadding="0">

<div id="titlu_categorii">{catrow.tablehead.L_FORUM}</div>



        <!-- END tablehead -->
        
                <!-- BEGIN forumrow -->

 <td class="statut_mesaj" align="center">
 <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
 </td>
  
 <td class="row_tema_center">
 

<a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a> <br>

 {catrow.forumrow.FORUM_DESC}
 
                 
 <td class="row_tema_left">
 {catrow.forumrow.POSTS} Mesaje
 </td>
                
                <td class="row_tema_right">
 {catrow.forumrow.TOPICS} Subiecte
 </td>
                  
                  
                
<td class="row_tema_lastpost">
                  
                <div id="lastpost">{catrow.forumrow.LAST_POST}</div>
                <div id="autor">{catrow.forumrow.LAST_POST}</div>
                
                </td></tr>
 
    <!-- END forumrow -->


 
       <!-- BEGIN tablefoot --></table><!-- END tablefoot --><!-- END catrow -->




Pasul:3
Panou de administrare > Afisare > Imagini si culori > Culori > Foaie de stil CSS

Cod:



/*INCEPUT-----DESIGN SI CODARE REALIZATA DE EMANUEL-----------------------------------------------*/

#titlu_categorii h2{
padding:4px;
margin:4px;
color: #7C7C7C;
font-size:12px;}

td.row_tema_right{
padding:6px;
color: #7C7C7C;
font-size:12px;
text-align:center;
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;}

td.row_tema_left{
padding:3px;
color: #7C7C7C;
font-size:12px;
text-align:center;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;}

td.statut_mesaj{
width:20px;
padding:3px;
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;}
 
td.row_tema_center{
color: #7C7C7C;
width:500px;
padding:3px;
font-size:12px;
border-bottom: 1px solid #dddddd;}

td.row_tema_lastpost{
color: #7C7C7C;
padding:3px;
width:150px;
border-bottom: 1px solid #dddddd;}


#titlu_categorii{
text-magin:10px;
border: 1px solid #dddddd;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
background: -moz-linear-gradient(top, white, whiteSmoke);
background: -webkit-gradient(linear, left top, left bottom, from(white), to(whiteSmoke));}

.border_categorii{
border-top:0px;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;}

#lastpost{font-size:12px;}

#lastpost a{font-size:0px;}

#lastpost img{display:none;}

#lastpost br{display:none;}

#autor a{font-size:12px;}

#autor{font-size:0px;}

.border_categorii a{
color: #7C7C7C;
text-decoration: none !important;}

/*SFARSIT-----DESIGN SI CODARE REALIZATA DE EMANUEL-----------------------------------------------*/





Tutorial scris de [Trebuie sa fiti inscris si conectat pentru a vedea acest link]

Copyright Extrem-Tutorials.com - Nici o parte a acestui tutorial nu poate fi reprodusa fara acordul autorului.

Comentarii

Hissae2
Se poate face si pe phpbb3?
Emanuel
Dady a scris:
Se poate face si pe phpbb3?


Daca ai cunostinte in CSS logic ca da..
Razvan11
aici nu e locul unde intrebati daca se poate acest lucru si pe alta versiune aveti categoria de suport pentru asta !
mr.franta
multumim pentru structura,arata bine  Structura categoriilor modificata[phpbb2] 230108
Lycan
Foarte frumos tutorialul . Felicitări băieți  Structura categoriilor modificata[phpbb2] 230108
Anonymous
bv frumos tutorial
Razvan11
defapt felicitari doar lui emanuel eu doar am dat un copy-paste !
Mitză
Ia sa vedem ce ai facut Emanuel  Structura categoriilor modificata[phpbb2] 230108
TDB
Felicitări pentru tutorial .
Annonymous
foarte folositor tutorialul bravo emanuel
avatar
multumim pentru structura, e ok
Mitză
Felicitari Emanuel ! Cu putine modificari merge si pe punBB  Structura categoriilor modificata[phpbb2] 230108
avatar
Felicitari arata foarte bine.
HeavY_DrinkeR
normal
Razvan11
HeavY_DrinkeR a scris:
normal


Daca mia vad mesaje de un cuvant sau doua o sa te banez !
Moka.
Dady a scris:
Se poate face si pe phpbb3?

Da, se poate, si chiar foarte usor  Structura categoriilor modificata[phpbb2] 333276
Razvan11
normal din moment ce exista acest tutorial ..http://www.extrem-tutorials.com/t3536-mutare-subiecte-mesaje-si-vizualizari-jos-phpbb3
Moka.
Fiind nou , nu am cum sa stiu ca exista acel tutorial plus ca nici nu am raspuns subiectului pentru a vedea codurile..Codul aflat in tutorialul respectiv se afla si pe Hitskin, in prima tema care l-a distribuit, dar asta e un amanunt neimportant
avatar
Frumos tutorial Emanuel, felicitari ! Este foarte util  Structura categoriilor modificata[phpbb2] 333276
Ryder'
Folositr tutorial  Structura categoriilor modificata[phpbb2] 560224
Anonymous
DuByZ, vă rugăm să comentaţi în minim 3 cuvinte, altfel se consideră ca fiind spam. Aţi primit o mustrare. Mulţumim pentru înţelegere
kidzorel
Foarte tare  Structura categoriilor modificata[phpbb2] 230108
Smash.
foarte bun ! multumesc!
Mos Craciun
Interesanta structura, simpla si originala. Ceva bun din partea lui Emanuel..
Loby
Foarte frumos Emanuel.
Azk-Help
Multumesc , arata foarte bine.
Anonymous
Frumos.
Anonymous
Bravo pentru munca depusa !
sLaPy^
sa vedem!
power_settings_newConectați-vă pentru a răspunde
remove_circleSubiecte similare
privacy_tip Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum