Boas-vindas ao Power Pixel

Junte-se a comunidade! Crie o seu próprio conteúdo, e faça amizades.EntrarCriar uma conta

VitorC. VitorC.  • Dom 11 Ago 2013 - 1:17

Como colocar descrições Empty Como colocar descrições Dom 11 Ago 2013 - 1:17

Qual é minha questão:
Bom, se entrarem em meu fórum verão que há nas categorias e nos fóruns a seguinte frase:

Main Category/Forum Description
Como eu altero esta descrição e se possível como coloco uma imagem de ícone.

Uso o ChitChatTheme

Endereço do meu fórum:
[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Versão:
PunBB

Target Target  • Dom 11 Ago 2013 - 1:22

Como colocar descrições Empty Re: Como colocar descrições Dom 11 Ago 2013 - 1:22

Olá senhor,
Poderia me passar o conteúdo do seu index_box.

Até mais.

VitorC. VitorC.  • Dom 11 Ago 2013 - 9:11

Como colocar descrições Empty Re: Como colocar descrições Dom 11 Ago 2013 - 9:11

Aqui esta:
[guest]
Código:
<ol id="forums" class="floatcontainer">
  <!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
  
  
<li class="forumbit_nopost old L1" id="cat1">
<!-- Start Forum tcat Heading PureVB -->
<div class="forumBitBoxTB"><div class="forumbitBoxTL"><div class="forumBitBoxTR"><div class="forumBitBoxTWrap"></div></div></div></div>
<div class="forumbitBoxLeft"><div class="forumbitBoxRight"><div class="forumbitBox">
<div class="tcat">
   <div class="tcatLeft"><div class="tcatRight foruminfo L1 collapse">
      <h2>

         <span class="forumtitle">
                          
{catrow.tablehead.L_FORUM}
                  
                  </span>
      
         <span class="tcatDesc">- Main Category Description</span>

         
      

      </h2>
   
      
   </div></div>
</div>
<!-- End Forum tcat Heading PureVB -->
<!-- Start Forum thead Heading PureVB -->
<div class="forumbitBody">
<div class="thead_bar">
   <div class="theadrow table">
      <div class="foruminfo td">
         <div class="forumdata">
            <div class="datacontainer">
            Title
            </div>
         </div>
      </div>
      <div class="forumactionlinks td">
          
      </div>
      <div class="forumstats td" align="center">
          
      </div>
      <div class="forumlastpost td">
         Last Post
      </div>

   </div>
</div>
<!-- endForum thead Heading PureVB -->
<!-- END tablehead -->
<!-- BEGIN forumrow -->
   
   <ol id="c_cat1" class="childforum">
      <li id="forum2" class="forumbit_post old L2">
   <div class="forumrow table">
      <div class="foruminfo td">
 <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" class="forumicon" id="forum_statusicon_2" alt="">
         <div class="forumdata">
            <div class="datacontainer">
               <div class="titleline">
                  <h2 class="forumtitle"> <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}></h2>
                  
               </div>
               <p class="forumdescription">Main Forum Description</p>

               

               
            </div>
         </div>
      </div>
        
      <ul class="forumstats td">
         <li>Threads: {catrow.forumrow.TOPICS}</li>
         <li>Posts: {catrow.forumrow.POSTS}</li>
      </ul>
      <div class="forumlastpost td">
         <h4 class="lastpostlabel">Last Post:</h4>
         <div>
            
   <p class="lastposttitle">
   
   
   <span>
      <!-- BEGIN switch_topic_title -->
      <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
      <!-- END switch_topic_title -->
      {catrow.forumrow.USER_LAST_POST}
      </span>
   </p>
          
          
         </div>
      </div>
        
   </div>
   

          
          
          
          
         
   
</li>
   </ol>
   <!-- END forumrow -->
<!-- BEGIN catfoot -->
   
   <!-- END catfoot -->
         
<!-- BEGIN tablefoot -->
          
          
</div>
<div class="bottomBar"><div class="bottomBarLeft"><div class="bottomBarRight">&nbsp;</div></div></div>
</div></div></div>
<div class="forumBitBoxTBB"><div class="forumbitBoxBL"><div class="forumBitBoxBR"><div class="forumBitBoxBWrap"></div></div></div></div>
</li>
    <!-- END tablefoot -->
          
          
          <!-- END catrow --> 
  
  </ol>
<style>
  
.forumBitBoxTBB .forumBitShowthread {
margin-bottom:8px;
}
.forumBitBoxTB {
   height:8px;
   font-size:0;
   margin-top: 5px;
}
.forumbitBoxTL {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxTL.png) no-repeat top left;
   height:8px;
   font-size:0;
}
.forumBitBoxTR {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumBitBoxTR.png) no-repeat top right;
   height:8px;
   padding:0 8px;
   font-size:0;
}
.forumBitBoxTWrap {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxTBG.png) repeat-x top left;
   height:8px;
   font-size:0;
}
.forumbitBoxBL {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxBL.png) no-repeat top left;
   height:8px;
   font-size:0;
}
.forumBitBoxBR {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxBR.png) no-repeat top right;
   height:8px;
   padding:0 8px;
   font-size:0;
}
.forumBitBoxBWrap {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxBBG.png) repeat-x top left;
   height:8px;
   font-size:0;
}
.forumbitBoxLeft {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxLeft.png) repeat-y top left;
}
.forumbitBoxRight {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxRight.png) repeat-y top right;
   padding:0 3px;
}
.forumbitBox {
   background:#fff;
   padding:3px 7px;
}
.forumbitBox .tcat {
   margin-top:0;
}
.forumbitBoxShowthread {
   padding-bottom:0;
}






</style>
[/guest]


Última edição por VitorC. em Seg 12 Ago 2013 - 17:33, editado 1 vez(es)

[Dark]Doki-. [Dark]Doki-.  • Dom 11 Ago 2013 - 10:10

Como colocar descrições Empty Re: Como colocar descrições Dom 11 Ago 2013 - 10:10

Troque por:
Código:
<ol id="forums" class="floatcontainer">
  <!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
 
 
<li class="forumbit_nopost old L1" id="cat1">
<!-- Start Forum tcat Heading PureVB -->
<div class="forumBitBoxTB"><div class="forumbitBoxTL"><div class="forumBitBoxTR"><div class="forumBitBoxTWrap"></div></div></div></div>
<div class="forumbitBoxLeft"><div class="forumbitBoxRight"><div class="forumbitBox">
<div class="tcat">
  <div class="tcatLeft"><div class="tcatRight foruminfo L1 collapse">
      <h2>

        <span class="forumtitle">
                         
{catrow.tablehead.L_FORUM}
                 
                  </span>
     
        <span class="tcatDesc"></span>

       
     

      </h2>
 
     
  </div></div>
</div>
<!-- End Forum tcat Heading PureVB -->
<!-- Start Forum thead Heading PureVB -->
<div class="forumbitBody">
<div class="thead_bar">
  <div class="theadrow table">
      <div class="foruminfo td">
        <div class="forumdata">
            <div class="datacontainer">
            Title
            </div>
        </div>
      </div>
      <div class="forumactionlinks td">
         
      </div>
      <div class="forumstats td" align="center">
         
      </div>
      <div class="forumlastpost td">
        Last Post
      </div>

  </div>
</div>
<!-- endForum thead Heading PureVB -->
<!-- END tablehead -->
<!-- BEGIN forumrow -->
 
  <ol id="c_cat1" class="childforum">
      <li id="forum2" class="forumbit_post old L2">
  <div class="forumrow table">
      <div class="foruminfo td">
 <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" class="forumicon" id="forum_statusicon_2" alt="">
        <div class="forumdata">
            <div class="datacontainer">
              <div class="titleline">
                  <h2 class="forumtitle"> <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}></h2>
                 
              </div>
              <p class="forumdescription">Main Forum Description</p>

             

             
            </div>
        </div>
      </div>
       
      <ul class="forumstats td">
        <li>Threads: {catrow.forumrow.TOPICS}</li>
        <li>Posts: {catrow.forumrow.POSTS}</li>
      </ul>
      <div class="forumlastpost td">
        <h4 class="lastpostlabel">Last Post:</h4>
        <div>
           
  <p class="lastposttitle">
 
 
  <span>
      <!-- BEGIN switch_topic_title -->
      <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
      <!-- END switch_topic_title -->
      {catrow.forumrow.USER_LAST_POST}
      </span>
  </p>
         
         
        </div>
      </div>
       
  </div>
 

         
         
         
         
       
 
</li>
  </ol>
  <!-- END forumrow -->
<!-- BEGIN catfoot -->
 
  <!-- END catfoot -->
       
<!-- BEGIN tablefoot -->
         
         
</div>
<div class="bottomBar"><div class="bottomBarLeft"><div class="bottomBarRight"> </div></div></div>
</div></div></div>
<div class="forumBitBoxTBB"><div class="forumbitBoxBL"><div class="forumBitBoxBR"><div class="forumBitBoxBWrap"></div></div></div></div>
</li>
    <!-- END tablefoot -->
         
         
          <!-- END catrow -->
 
  </ol>
<style>
 
.forumBitBoxTBB .forumBitShowthread {
margin-bottom:8px;
}
.forumBitBoxTB {
  height:8px;
  font-size:0;
  margin-top: 5px;
}
.forumbitBoxTL {
  background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxTL.png) no-repeat top left;
  height:8px;
  font-size:0;
}
.forumBitBoxTR {
  background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumBitBoxTR.png) no-repeat top right;
  height:8px;
  padding:0 8px;
  font-size:0;
}
.forumBitBoxTWrap {
  background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxTBG.png) repeat-x top left;
  height:8px;
  font-size:0;
}
.forumbitBoxBL {
  background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxBL.png) no-repeat top left;
  height:8px;
  font-size:0;
}
.forumBitBoxBR {
  background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxBR.png) no-repeat top right;
  height:8px;
  padding:0 8px;
  font-size:0;
}
.forumBitBoxBWrap {
  background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxBBG.png) repeat-x top left;
  height:8px;
  font-size:0;
}
.forumbitBoxLeft {
  background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxLeft.png) repeat-y top left;
}
.forumbitBoxRight {
  background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxRight.png) repeat-y top right;
  padding:0 3px;
}
.forumbitBox {
  background:#fff;
  padding:3px 7px;
}
.forumbitBox .tcat {
  margin-top:0;
}
.forumbitBoxShowthread {
  padding-bottom:0;
}






</style>

VitorC. VitorC.  • Dom 11 Ago 2013 - 15:44

Como colocar descrições Empty Re: Como colocar descrições Dom 11 Ago 2013 - 15:44

Funcionou apenas nas categorias...
Poderia colocar também para os fóruns?

 @Edit

Gostaria que aparecesse a descrição e não apenas apagar...

Target Target  • Seg 12 Ago 2013 - 10:05

Como colocar descrições Empty Re: Como colocar descrições Seg 12 Ago 2013 - 10:05

Para os fóruns, é necessário o viewforum_body.

Até mais.

VitorC. VitorC.  • Seg 12 Ago 2013 - 17:31

Como colocar descrições Empty Re: Como colocar descrições Seg 12 Ago 2013 - 17:31

Aqui está meu index_box:
[guest]
Código:
<ol id="forums" class="floatcontainer">
  <!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
 
 
<li class="forumbit_nopost old L1" id="cat1">
<!-- Start Forum tcat Heading PureVB -->
<div class="forumBitBoxTB"><div class="forumbitBoxTL"><div class="forumBitBoxTR"><div class="forumBitBoxTWrap"></div></div></div></div>
<div class="forumbitBoxLeft"><div class="forumbitBoxRight"><div class="forumbitBox">
<div class="tcat">
   <div class="tcatLeft"><div class="tcatRight foruminfo L1 collapse">
      <h2>

         <span class="forumtitle">
                         
{catrow.tablehead.L_FORUM}
                 
                  </span>
      
         <span class="tcatDesc"></span>

         
      

      </h2>
   
      
   </div></div>
</div>
<!-- End Forum tcat Heading PureVB -->
<!-- Start Forum thead Heading PureVB -->
<div class="forumbitBody">
<div class="thead_bar">
   <div class="theadrow table">
      <div class="foruminfo td">
         <div class="forumdata">
            <div class="datacontainer">
            Título
            </div>
         </div>
      </div>
      <div class="forumactionlinks td">
          
      </div>
      <div class="forumstats td" align="center">
          
      </div>
      <div class="forumlastpost td">
         Última mensagem
      </div>

   </div>
</div>
<!-- endForum thead Heading PureVB -->
<!-- END tablehead -->
<!-- BEGIN forumrow -->
   
   <ol id="c_cat1" class="childforum">
      <li id="forum2" class="forumbit_post old L2">
   <div class="forumrow table">
      <div class="foruminfo td">
 <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" class="forumicon" id="forum_statusicon_2" alt="">
         <div class="forumdata">
            <div class="datacontainer">
               <div class="titleline">
                  <h2 class="forumtitle"> <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}></h2>
                  
               </div>
               <p class="forumdescription"></p>

               

               
            </div>
         </div>
      </div>
       
      <ul class="forumstats td">
         <li>Tópicos: {catrow.forumrow.TOPICS}</li>
         <li>Posts: {catrow.forumrow.POSTS}</li>
      </ul>
      <div class="forumlastpost td">
         <h4 class="lastpostlabel">Última mensagem:</h4>
         <div>
            
   <p class="lastposttitle">
   
   
   <span>
      <!-- BEGIN switch_topic_title -->
      <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
      <!-- END switch_topic_title -->
      {catrow.forumrow.USER_LAST_POST}
      </span>
   </p>
         
         
         </div>
      </div>
       
   </div>
   

         
         
         
         
       
   
</li>
   </ol>
   <!-- END forumrow -->
<!-- BEGIN catfoot -->
 
  <!-- END catfoot -->
       
<!-- BEGIN tablefoot -->
         
         
</div>
<div class="bottomBar"><div class="bottomBarLeft"><div class="bottomBarRight"> </div></div></div>
</div></div></div>
<div class="forumBitBoxTBB"><div class="forumbitBoxBL"><div class="forumBitBoxBR"><div class="forumBitBoxBWrap"></div></div></div></div>
</li>
    <!-- END tablefoot -->
         
         
          <!-- END catrow -->
 
  </ol>
<style>
 
.forumBitBoxTBB .forumBitShowthread {
margin-bottom:8px;
}
.forumBitBoxTB {
   height:8px;
   font-size:0;
   margin-top: 5px;
}
.forumbitBoxTL {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxTL.png) no-repeat top left;
   height:8px;
   font-size:0;
}
.forumBitBoxTR {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumBitBoxTR.png) no-repeat top right;
   height:8px;
   padding:0 8px;
   font-size:0;
}
.forumBitBoxTWrap {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxTBG.png) repeat-x top left;
   height:8px;
   font-size:0;
}
.forumbitBoxBL {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxBL.png) no-repeat top left;
   height:8px;
   font-size:0;
}
.forumBitBoxBR {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxBR.png) no-repeat top right;
   height:8px;
   padding:0 8px;
   font-size:0;
}
.forumBitBoxBWrap {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxBBG.png) repeat-x top left;
   height:8px;
   font-size:0;
}
.forumbitBoxLeft {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxLeft.png) repeat-y top left;
}
.forumbitBoxRight {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxRight.png) repeat-y top right;
   padding:0 3px;
}
.forumbitBox {
   background:#fff;
   padding:3px 7px;
}
.forumbitBox .tcat {
   margin-top:0;
}
.forumbitBoxShowthread {
   padding-bottom:0;
}






</style>
[/guest]

E aqui o meu viewforum_body:
[guest]
Código:
<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
   <ul>
      <li>
          <script type="text/javascript">//<![CDATA[
            var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
            var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
            var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
            var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
            var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
            insert_plus_menu_new('f{FORUM_ID}&f={FORUM_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
         //]]>
         </script>
      </li>
       <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
       <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
       <li><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></li>
   </ul>
   <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
   <p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->

{BOARD_INDEX}

<div class="main paged">
   <div class="paged-head clearfix">
      <p class="paging">{PAGINATION}</p>
      <!-- BEGIN switch_user_authpost -->
      <p class="posting"><a href="{U_POST_NEW_TOPIC}" accesskey="n" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_ID}" alt="{L_POST_NEW_TOPIC}" /></a></p>
      <!-- END switch_user_authpost -->
   </div>

   {TOPICS_LIST_BOX}

   <div class="paged-foot clearfix">
      <p class="paging">{PAGINATION}</p>
      <!-- BEGIN switch_user_authpost -->
      <p class="posting"><a href="{U_POST_NEW_TOPIC}" accesskey="n" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_ID}" alt="{L_POST_NEW_TOPIC}" /></a></p>
      <!-- END switch_user_authpost -->
   </div>

</div>
<div class="pun-crumbs">
   <p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main-legend" id="femr"><div id="titlegut"><h2>Usuarios aqui</h2></div><div id="content-e"><p class="right">{L_MODERATOR} : {MODERATORS}</p>{LOGGED_IN_USER_LIST}</div></div>
<!-- BEGIN switch_legend -->
<div class="main-legend"><div id="titlegut"><h2>Icon Legend</h2></div><div id="content-e"><ul class="pun-legend">
   <li><img src="{FOLDER_NEW_IMG}" alt="{L_FOLDER_NEW_IMG}" /> {L_FOLDER_NEW_IMG}</li>
   <li><img src="{FOLDER_HOT_NEW_IMG}" alt="{L_FOLDER_HOT_NEW_IMG}" /> {L_FOLDER_HOT_NEW_IMG}</li>
   <li><img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_FOLDER_LOCKED_NEW_IMG}" /> {L_FOLDER_LOCKED_NEW_IMG}</li>
</ul>
<ul class="pun-legend">
   <li><img src="{FOLDER_IMG}" alt="{L_FOLDER_IMG}" /> {L_FOLDER_IMG}</li>
   <li><img src="{FOLDER_HOT_IMG}" alt="{L_FOLDER_HOT_IMG}" /> {L_FOLDER_HOT_IMG}</li>
   <li><img src="{FOLDER_LOCKED_IMG}" alt="{L_FOLDER_LOCKED_IMG}" /> {L_FOLDER_LOCKED_IMG}</li>
</ul>
<ul class="pun-legend">
   <li><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_FOLDER_ANNOUNCE_IMG}" /> {L_FOLDER_ANNOUNCE_IMG}</li>
   <li><img src="{FOLDER_STICKY_IMG}" alt="{L_FOLDER_STICKY_IMG}" /> {L_FOLDER_STICKY_IMG}</li>
   <li><img src="{FOLDER_GLOBAL_ANNOUNCE_IMG}" alt="{L_FOLDER_GLOBAL_ANNOUNCE_IMG}" />&nbsp;{L_FOLDER_GLOBAL_ANNOUNCE_IMG}</li>
</ul></div></div>
<!-- END switch_legend -->
<div class="main-legend" id="prerm"><div id="titlegut"><h2>PPermições do forum</h2></div><div id="content-e"><p>{L_TABS_PERMISSIONS} <br />{S_AUTH_LIST}</p></div></div>
[/guest]

Target Target  • Seg 12 Ago 2013 - 18:55

Como colocar descrições Empty Re: Como colocar descrições Seg 12 Ago 2013 - 18:55

Reputação da mensagem: 100% (1 votos)
Olá,

Troque seu index_box por este:
Código:


<ol id="forums" class="floatcontainer">
  <!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
 
 
<li class="forumbit_nopost old L1" id="cat1">
<!-- Start Forum tcat Heading PureVB -->
<div class="forumBitBoxTB"><div class="forumbitBoxTL"><div class="forumBitBoxTR"><div class="forumBitBoxTWrap"></div></div></div></div>
<div class="forumbitBoxLeft"><div class="forumbitBoxRight"><div class="forumbitBox">
<div class="tcat">
   <div class="tcatLeft"><div class="tcatRight foruminfo L1 collapse">
      <h2>

         <span class="forumtitle">
                         
{catrow.tablehead.L_FORUM}
                 
                  </span>
      
         <span class="tcatDesc"></span>

         
      

      </h2>
   
      
   </div></div>
</div>
<!-- End Forum tcat Heading PureVB -->
<!-- Start Forum thead Heading PureVB -->
<div class="forumbitBody">
<div class="thead_bar">
   <div class="theadrow table">
      <div class="foruminfo td">
         <div class="forumdata">
            <div class="datacontainer">
            Título
            </div>
         </div>
      </div>
      <div class="forumactionlinks td">
          
      </div>
      <div class="forumstats td" align="center">
          
      </div>
      <div class="forumlastpost td">
         Última mensagem
      </div>

   </div>
</div>
<!-- endForum thead Heading PureVB -->
<!-- END tablehead -->
<!-- BEGIN forumrow -->
   
   <ol id="c_cat1" class="childforum">
      <li id="forum2" class="forumbit_post old L2">
   <div class="forumrow table">
      <div class="foruminfo td">
 <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" class="forumicon" id="forum_statusicon_2" alt="">
         <div class="forumdata">
            <div class="datacontainer">
               <div class="titleline">
                  <h2 class="forumtitle"> <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}></h2>
                  
               </div>
               <p class="forumdescription">{catrow.forumrow.FORUM_DESC}</p>

               

               
            </div>
         </div>
      </div>
       
      <ul class="forumstats td">
         <li>Tópicos: {catrow.forumrow.TOPICS}</li>
         <li>Posts: {catrow.forumrow.POSTS}</li>
      </ul>
      <div class="forumlastpost td">
         <h4 class="lastpostlabel">Última mensagem:</h4>
         <div>
            
   <p class="lastposttitle">
   
   
   <span>
      <!-- BEGIN switch_topic_title -->
      <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
      <!-- END switch_topic_title -->
      {catrow.forumrow.USER_LAST_POST}
      </span>
   </p>
         
         
         </div>
      </div>
       
   </div>
   

         
         
         
         
       
   
</li>
   </ol>
   <!-- END forumrow -->
<!-- BEGIN catfoot -->
 
  <!-- END catfoot -->
       
<!-- BEGIN tablefoot -->
         
         
</div>
<div class="bottomBar"><div class="bottomBarLeft"><div class="bottomBarRight">&nbsp;</div></div></div>
</div></div></div>
<div class="forumBitBoxTBB"><div class="forumbitBoxBL"><div class="forumBitBoxBR"><div class="forumBitBoxBWrap"></div></div></div></div>
</li>
    <!-- END tablefoot -->
         
         
          <!-- END catrow -->
 
  </ol>
<style>
 
.forumBitBoxTBB .forumBitShowthread {
margin-bottom:8px;
}
.forumBitBoxTB {
   height:8px;
   font-size:0;
   margin-top: 5px;
}
.forumbitBoxTL {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxTL.png) no-repeat top left;
   height:8px;
   font-size:0;
}
.forumBitBoxTR {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumBitBoxTR.png) no-repeat top right;
   height:8px;
   padding:0 8px;
   font-size:0;
}
.forumBitBoxTWrap {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxTBG.png) repeat-x top left;
   height:8px;
   font-size:0;
}
.forumbitBoxBL {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxBL.png) no-repeat top left;
   height:8px;
   font-size:0;
}
.forumBitBoxBR {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxBR.png) no-repeat top right;
   height:8px;
   padding:0 8px;
   font-size:0;
}
.forumBitBoxBWrap {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxBBG.png) repeat-x top left;
   height:8px;
   font-size:0;
}
.forumbitBoxLeft {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxLeft.png) repeat-y top left;
}
.forumbitBoxRight {
   background:url(http://www.purevb.com/demo/images/styles/ChitChat/style_orange/forumbitBoxRight.png) repeat-y top right;
   padding:0 3px;
}
.forumbitBox {
   background:#fff;
   padding:3px 7px;
}
.forumbitBox .tcat {
   margin-top:0;
}
.forumbitBoxShowthread {
   padding-bottom:0;
}






</style>



Pesso perdão pelo meu erro,
mas não é necessário o seu viewtopic.
E sim o seu topics_list_box

Até mais.

VitorC. VitorC.  • Seg 12 Ago 2013 - 23:08

Como colocar descrições Empty Re: Como colocar descrições Seg 12 Ago 2013 - 23:08

Bom isto já resolveu o que eu queria!
Mas pelo que estou vendo você irá aplicar as descrições nos tópicos também?

[guest]
Código:
<!-- BEGIN topics_list_box -->
<!-- BEGIN row -->
<!-- BEGIN header_table -->
   <!-- BEGIN multi_selection -->
      <script type="text/javascript">
      function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() {
         var all_checked = true;
         for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) {
         if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
            all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
         }
         }
         document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
      }
      function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() {
         for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) {
         if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
            document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
         }
         }
      }
      </script>
   <!-- END multi_selection -->

   <div class="main-head">
      <!-- BEGIN multi_selection -->
      <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
      <!-- END multi_selection -->
      <h1 class="page-title">{topics_list_box.row.L_TITLE} [{topics_list_box.row.COUNT_TOTAL_TOPICS}]</h1>
   </div>
   <div class="main-content" style="border: 0;">
   <table cellspacing="0" class="table" style="table-layout: auto;">
      <thead>
         <tr>
            <th class="tcl">{L_TOPICS}</th>
            <th class="tc2"></th>
            <th class="tc3">Respostas / Visualizações</th>
            <th class="tcr">{topics_list_box.row.L_LASTPOST}</th>
         </tr>
      </thead>
      <tbody class="statused" style="border: 1px solid #D1D1D1;">
<!-- END header_table -->

<!-- BEGIN header_row -->
<strong>{topics_list_box.row.L_TITLE}</strong>
<!-- END header_row -->

<!-- BEGIN topic -->
   <!-- BEGIN table_sticky -->
      </tbody>
   </table>
   </div>

   <div class="main-head">
      <!-- BEGIN multi_selection -->
      <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
      <!-- END multi_selection -->
      <h2>{topics_list_box.row.topic.table_sticky.L_TITLE} [{topics_list_box.row.topic.table_sticky.COUNT_TOTAL_TOPICS}]</h2>
   </div>
   <div class="main-content" style="border: 0;">
   <table cellspacing="0" class="table" style="table-layout: auto;">
      <thead>
         <tr>
            <th class="tcl">{L_TOPICS}</th>
            <th class="tc2"></th>
            <th class="tc3">Respostas / Visualizações</th>
            <th class="tcr">{topics_list_box.row.topic.table_sticky.L_LASTPOST}</th>
         </tr>
      </thead>
      <tbody class="statused" style="border: 1px solid #D1D1D1;">
   <!-- END table_sticky -->
      <tr>
         <td class="tcl tdtopics <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">
            <span class="status">
               <img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" />
            </span>
            <!-- BEGIN single_selection -->
            <input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /> 
            <!-- END single_selection -->
            {topics_list_box.row.ICON} 
            {topics_list_box.row.NEWEST_POST_IMG}
            {topics_list_box.row.PARTICIPATE_POST_IMG} 
            {topics_list_box.row.TOPIC_TYPE} 
            <h2 class="topic-title"><a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a></h2> 
            {topics_list_box.row.GOTO_OPEN} {topics_list_box.row.GOTO_PAGE_NEW} {topics_list_box.row.GOTO_CLOSE} 
                          <!-- BEGIN switch_description -->
            <br />
             {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
            <!-- END switch_description -->
                          <p>{topics_list_box.row.L_BY} {topics_list_box.row.TOPIC_AUTHOR}</p>
            
         </td>
         <td class="tc2 <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->"></td>
                  <td class="tc3 <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->" style=""><p id="shytp">Respostas: <span>{topics_list_box.row.REPLIES}</span></p><p id="shytp">Visualizações: <span>{topics_list_box.row.VIEWS}</span></p></td>
                  <td class="tcr <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->"><p>{topics_list_box.row.LAST_POST_AUTHOR}</p> {topics_list_box.row.LAST_POST_TIME} {topics_list_box.row.LAST_POST_IMG}</td>
         <!-- BEGIN multi_selection -->
         <td><input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></td>
         <!-- END multi_selection -->
      </tr>
<!-- END topic -->
<!-- BEGIN no_topics -->
<tr>
   <td class="tcl" colspan="4"><strong>{topics_list_box.row.L_NO_TOPICS}</strong></td>
</tr>
<!-- END no_topics -->

<!-- BEGIN bottom -->
      </tbody>
   </table>
          <div class="bottomBar" style="background: url(http://i.imgur.com/xJ71pGg.gif) repeat-x top left;  height: 16px;  border-radius: 0 0 5px 5px; border: 1px solid #D1D1D1;border-top:0px;border-bottom:0px;"></div>
   </div>
                  <br/>
   <div class="main-foot clearfix">
      <!-- BEGIN multi_selection -->
      <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
      <!-- END multi_selection -->
      <p class="h2">{L_TOPICS} [{topics_list_box.row.bottom.COUNT_TOTAL_TOPICS}]</p>
      <p class="options">
         <a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a> {S_WATCH_FORUM}&nbsp;<a href="#top">{L_BACK_TO_TOP}</a>
      </p>
   </div>
<!-- END bottom -->
<!-- BEGIN spacer --><br /><!-- END spacer -->
<!-- END row -->
<!-- END topics_list_box -->
[/guest]

Até mais e já levou meu 'Agradecer'!

Target Target  • Seg 12 Ago 2013 - 23:25

Como colocar descrições Empty Re: Como colocar descrições Seg 12 Ago 2013 - 23:25

Sim, aqui está:

Código:

<!-- BEGIN topics_list_box -->
<!-- BEGIN row -->
<!-- BEGIN header_table -->
  <!-- BEGIN multi_selection -->
      <script type="text/javascript">
      function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() {
        var all_checked = true;
        for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) {
        if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
            all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
        }
        }
        document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
      }
      function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() {
        for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) {
        if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
            document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
        }
        }
      }
      </script>
  <!-- END multi_selection -->

  <div class="main-head">
      <!-- BEGIN multi_selection -->
      <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
      <!-- END multi_selection -->
      <h1 class="page-title">{topics_list_box.row.L_TITLE} [{topics_list_box.row.COUNT_TOTAL_TOPICS}]</h1>
  </div>
  <div class="main-content" style="border: 0;">
  <table cellspacing="0" class="table" style="table-layout: auto;">
      <thead>
        <tr>
            <th class="tcl">{L_TOPICS}</th>
            <th class="tc2"></th>
            <th class="tc3">Respostas / Visualizações</th>
            <th class="tcr">{topics_list_box.row.L_LASTPOST}</th>
        </tr>
      </thead>
      <tbody class="statused" style="border: 1px solid #D1D1D1;">
<!-- END header_table -->

<!-- BEGIN header_row -->
<strong>{topics_list_box.row.L_TITLE}</strong>
<!-- END header_row -->

<!-- BEGIN topic -->
  <!-- BEGIN table_sticky -->
      </tbody>
  </table>
  </div>

  <div class="main-head">
      <!-- BEGIN multi_selection -->
      <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
      <!-- END multi_selection -->
      <h2>{topics_list_box.row.topic.table_sticky.L_TITLE} [{topics_list_box.row.topic.table_sticky.COUNT_TOTAL_TOPICS}]</h2>
  </div>
  <div class="main-content" style="border: 0;">
  <table cellspacing="0" class="table" style="table-layout: auto;">
      <thead>
        <tr>
            <th class="tcl">{L_TOPICS}</th>
            <th class="tc2"></th>
            <th class="tc3">Respostas / Visualizações</th>
            <th class="tcr">{topics_list_box.row.topic.table_sticky.L_LASTPOST}</th>
        </tr>
      </thead>
      <tbody class="statused" style="border: 1px solid #D1D1D1;">
  <!-- END table_sticky -->
      <tr>
        <td class="tcl tdtopics <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">
            <span class="status">
              <img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" />
            </span>
            <!-- BEGIN single_selection -->
            <input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} />
            <!-- END single_selection -->
            {topics_list_box.row.ICON}
            {topics_list_box.row.NEWEST_POST_IMG}
            {topics_list_box.row.PARTICIPATE_POST_IMG}
            {topics_list_box.row.TOPIC_TYPE}
            <h2 class="topic-title"><a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a></h2>
            {topics_list_box.row.GOTO_OPEN} {topics_list_box.row.GOTO_PAGE_NEW} {topics_list_box.row.GOTO_CLOSE}
<!-- BEGIN switch_description -->
            <br />
            &nbsp;{topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
            <!-- END switch_description -->
                          <p>{topics_list_box.row.L_BY} {topics_list_box.row.TOPIC_AUTHOR}</p>
           
        </td>
        <td class="tc2 <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->"></td>
                  <td class="tc3 <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->" style=""><p id="shytp">Respostas: <span>{topics_list_box.row.REPLIES}</span></p><p id="shytp">Visualizações: <span>{topics_list_box.row.VIEWS}</span></p></td>
                  <td class="tcr <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->"><p>{topics_list_box.row.LAST_POST_AUTHOR}</p> {topics_list_box.row.LAST_POST_TIME} {topics_list_box.row.LAST_POST_IMG}</td>
        <!-- BEGIN multi_selection -->
        <td><input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></td>
        <!-- END multi_selection -->
      </tr>
<!-- END topic -->
<!-- BEGIN no_topics -->
<tr>
  <td class="tcl" colspan="4"><strong>{topics_list_box.row.L_NO_TOPICS}</strong></td>
</tr>
<!-- END no_topics -->

<!-- BEGIN bottom -->
      </tbody>
  </table>
          <div class="bottomBar" style="background: url(http://i.imgur.com/xJ71pGg.gif) repeat-x top left;  height: 16px;  border-radius: 0 0 5px 5px; border: 1px solid #D1D1D1;border-top:0px;border-bottom:0px;"></div>
  </div>
                  <br/>
  <div class="main-foot clearfix">
      <!-- BEGIN multi_selection -->
      <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
      <!-- END multi_selection -->
      <p class="h2">{L_TOPICS} [{topics_list_box.row.bottom.COUNT_TOTAL_TOPICS}]</p>
      <p class="options">
        <a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a> {S_WATCH_FORUM} <a href="#top">{L_BACK_TO_TOP}</a>
      </p>
  </div>
<!-- END bottom -->
<!-- BEGIN spacer --><br /><!-- END spacer -->
<!-- END row -->
<!-- END topics_list_box -->
Até mais. ^^

VitorC. VitorC.  • Ter 13 Ago 2013 - 17:00

Como colocar descrições Empty Re: Como colocar descrições Ter 13 Ago 2013 - 17:00

Obrigado! Podem fechar meu tópico.

Conteúdo patrocinado  • 

Como colocar descrições Empty Re: Como colocar descrições

Permissões neste sub-fórum
Não podes responder a tópicos