Mudar ícone do assunto de lugar

5 participantes

Ver o tópico anterior Ver o tópico seguinte Ir para baixo

Tópico resolvido Mudar ícone do assunto de lugar

Mensagem por Srblu3 08.01.19 5:19

Detalhes da questão


Endereço do fórum: http://srblu3forum.forumeiros.com/
Versão do fórum: Invision

Descrição

Opa, boa noite galera.
Como eu faço para adicionar esses icones do topico no meio? que nem este forum da FDF.
Imagem resumindo abaixo:
mudar u58286 - Mudar ícone do assunto de lugar Course11
Srblu3

Srblu3
*

Membro desde : 31/12/2018
Mensagens : 37
Pontos : 77

http://srblu3forum.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar ícone do assunto de lugar

Mensagem por LeoziN_WallkeR 08.01.19 12:21

Olá, leia esse TÓPICO ➥ Link
LeoziN_WallkeR

LeoziN_WallkeR
***

Membro desde : 31/08/2017
Mensagens : 171
Pontos : 255

http://mundosemlei.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar ícone do assunto de lugar

Mensagem por Srblu3 08.01.19 15:04

nao resolvido...
Srblu3

Srblu3
*

Membro desde : 31/12/2018
Mensagens : 37
Pontos : 77

http://srblu3forum.forumeiros.com/

Ir para o topo Ir para baixo

Admineiro

Tópico resolvido Re: Mudar ícone do assunto de lugar

Mensagem por tikky 08.01.19 15:16

Olá @Srblu3,
Passe-me o seguinte template: topics_list_box.


Aguardo uma resposta sua,
pedxz.
tikky

tikky
Admineiro
Admineiro

Membro desde : 13/01/2017
Mensagens : 7821
Pontos : 9063

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar ícone do assunto de lugar

Mensagem por Srblu3 08.01.19 15:30

Código:
<!-- BEGIN topics_list_box -->
   <!-- BEGIN row -->
      <!-- BEGIN header_table -->
         <!-- BEGIN multi_selection -->
            <script type="text/javascript">
               //<![CDATA[
               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="maintitle floated dropped">
            <h1>{FORUM_NAME}</h1>

            <!-- BEGIN switch_forum_options -->
               <div id="forummenu-options" class="popmenubutton">
                  <a href="javascript:void(0);" onclick="togglePopUpMenu('forummenu-options_menu');">{L_FORUM_OPTIONS}</a>
               </div>
               <ul id="forummenu-options_menu" class="popupmenu" style="position: absolute; top: 30px; right: 8px; z-index: 10000; display: none;">
                  <li class="popupmenu-category">
                     {L_FORUM_OPTIONS}
                  </li>
                  <li class="popupmenu-item">
                     <a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a>
                  </li>
                  <li class="popupmenu-item last">
                     {S_WATCH_FORUM}
                  </li>
               </ul>
            <!-- END switch_forum_options -->

         </div>

         <table cellspacing="0" cellpadding="0" class="ipbtable">
            <thead>
               <tr>
                  <th class="icon"></th>
                  <th class="icon" style="width: 2%;"></th>
                  <th class="forum2">{topics_list_box.row.L_TITLE}</th>
                  <th class="topics">{topics_list_box.row.L_REPLIES}</th>
                  <th class="starter">{topics_list_box.row.L_AUTHOR}</th>
                  <th class="views">{topics_list_box.row.L_VIEWS}</th>
                  <th class="last last-post2">{topics_list_box.row.L_LASTPOST}</th>
                  <!-- BEGIN multi_selection -->
                     <th>
                        <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" />
                     </th>
                  <!-- END multi_selection -->
               </tr>
            </thead>
            <tbody>
      <!-- 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 class="maintitle">
            <h2>{topics_list_box.row.topic.table_sticky.L_TITLE}</h2>
         </div>
         <table cellspacing="0" cellpadding="0" class="ipbtable">
            <thead>
               <tr>
                  <th class="icon"></th>
                  <th class="icon"></th>
                  <th class="forum2">{topics_list_box.row.topic.table_sticky.L_TITLE}</th>
                  <th class="topics">{topics_list_box.row.topic.table_sticky.L_REPLIES}</th>
                  <th class="starter">{topics_list_box.row.topic.table_sticky.L_AUTHOR}</th>
                  <th class="views">{topics_list_box.row.topic.table_sticky.L_VIEWS}</th>
                  <th class="last last-post2">{topics_list_box.row.topic.table_sticky.L_LASTPOST}</th>
                  <!-- BEGIN multi_selection -->
                     <th class="checkbox">
                        <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" />
                     </th>
                  <!-- END multi_selection -->
               </tr>
            </thead>
            <tbody>
         <!-- END table_sticky -->
               <tr>
                  <td class="row1 centered <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">
                     <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}" />
                  </td>
                  <td class="row1 centered <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">
                     {topics_list_box.row.ICON}
                  </td>
                  <td class="row1 <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">
                     <!-- 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.PARTICIPATE_POST_IMG}&nbsp;{topics_list_box.row.NEWEST_POST_IMG}&nbsp;{topics_list_box.row.TOPIC_TYPE}&nbsp;
                     <a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a>&nbsp;
                     <!-- BEGIN switch_description -->
                     <p class="topic-desc">{topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}</p>
                     <!-- END switch_description -->
                     {topics_list_box.row.GOTO_PAGE_NEW}
                  </td>
                  <td class="row2 centered <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.REPLIES}</td>
                  <td class="row1 centered author <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.TOPIC_AUTHOR}</td>
                  <td class="row2 centered <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.VIEWS}</td>
                  <td class="row1 lastaction <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">

                            <!-- BEGIN avatar -->
                            <span class="lastpost-avatar">{topics_list_box.row.topic.avatar.LAST_POST_AVATAR}</span>
                            <!-- END avatar -->

                     {topics_list_box.row.LAST_POST_IMG}&nbsp;{topics_list_box.row.LAST_POST_TIME}
                     <br />{topics_list_box.row.L_BY} {topics_list_box.row.LAST_POST_AUTHOR}
                  </td>
                  <!-- BEGIN multi_selection -->
                     <td class="row2 centered <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">
                        <input type="checkbox" name="{topics_list_box.FIELDNAME}" 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="row1 centered" colspan="8"><strong>{topics_list_box.row.L_NO_TOPICS}</strong></td>
               </tr>
      <!-- END no_topics -->

      <!-- BEGIN bottom -->
            </tbody>
         </table>

         <div class="tfooter box-content darkrow clearfix">
            <!-- BEGIN search -->
               <div class="search-footer-box">
                  <form method="get" id="forum-search" action="{S_SEARCHBOX_ACTION}">
                     <fieldset>
                        <input type="text" name="search_keywords" id="search_keywords" size="20" value="{L_SEARCH}" onclick="if (this.value == '{L_SEARCH}') this.value = '';" onblur="if (this.value == '') this.value = '{L_SEARCH}';" />
                        &nbsp;<input class="button" type="submit" value="{L_SEARCH}" />
                        <input type="hidden" value="{SEARCH_WHERE}" name="search_where" />
                     </fieldset>
                  </form>
               </div>
            <!-- END search -->
         </div>
      <!-- END bottom -->

      <!-- BEGIN spacer -->
         <br />
      <!-- END spacer -->
   <!-- END row -->
<!-- END topics_list_box -->
Srblu3

Srblu3
*

Membro desde : 31/12/2018
Mensagens : 37
Pontos : 77

http://srblu3forum.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar ícone do assunto de lugar

Mensagem por Aejis 08.01.19 16:46

Olá.

Troque o seu template por este:

Código:
<!-- BEGIN topics_list_box -->
  <!-- BEGIN row -->
      <!-- BEGIN header_table -->
        <!-- BEGIN multi_selection -->
            <script type="text/javascript">
              //<![CDATA[
              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="maintitle floated dropped">
            <h1>{FORUM_NAME}</h1>
 
            <!-- BEGIN switch_forum_options -->
              <div id="forummenu-options" class="popmenubutton">
                  <a href="javascript:void(0);" onclick="togglePopUpMenu('forummenu-options_menu');">{L_FORUM_OPTIONS}</a>
              </div>
              <ul id="forummenu-options_menu" class="popupmenu" style="position: absolute; top: 30px; right: 8px; z-index: 10000; display: none;">
                  <li class="popupmenu-category">
                    {L_FORUM_OPTIONS}
                  </li>
                  <li class="popupmenu-item">
                    <a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a>
                  </li>
                  <li class="popupmenu-item last">
                    {S_WATCH_FORUM}
                  </li>
              </ul>
            <!-- END switch_forum_options -->
 
        </div>
 
        <table cellspacing="0" cellpadding="0" class="ipbtable">
            <thead>
              <tr>
                  <th class="icon"></th>
                  <th class="icon" style="width: 2%;"></th>
                  <th class="forum2">{topics_list_box.row.L_TITLE}</th>
                  <th class="topics">{topics_list_box.row.L_REPLIES}</th>
                  <th class="starter">{topics_list_box.row.L_AUTHOR}</th>
                  <th class="views">{topics_list_box.row.L_VIEWS}</th>
                  <th class="last last-post2">{topics_list_box.row.L_LASTPOST}</th>
                  <!-- BEGIN multi_selection -->
                    <th>
                        <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" />
                    </th>
                  <!-- END multi_selection -->
              </tr>
            </thead>
            <tbody>
      <!-- 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 class="maintitle">
            <h2>{topics_list_box.row.topic.table_sticky.L_TITLE}</h2>
        </div>
        <table cellspacing="0" cellpadding="0" class="ipbtable">
            <thead>
              <tr>
                  <th class="icon"></th>
                  <th class="icon"></th>
                  <th class="forum2">{topics_list_box.row.topic.table_sticky.L_TITLE}</th>
                  <th class="topics">{topics_list_box.row.topic.table_sticky.L_REPLIES}</th>
                  <th class="starter">{topics_list_box.row.topic.table_sticky.L_AUTHOR}</th>
                  <th class="views">{topics_list_box.row.topic.table_sticky.L_VIEWS}</th>
                  <th class="last last-post2">{topics_list_box.row.topic.table_sticky.L_LASTPOST}</th>
                  <!-- BEGIN multi_selection -->
                    <th class="checkbox">
                        <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" />
                    </th>
                  <!-- END multi_selection -->
              </tr>
            </thead>
            <tbody>
        <!-- END table_sticky -->
              <tr>
                  <td class="row1 centered <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">
                    <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}" />
                  </td>
                  <td class="row1 <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">
                    <!-- 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.PARTICIPATE_POST_IMG}&nbsp;{topics_list_box.row.NEWEST_POST_IMG}&nbsp;{topics_list_box.row.TOPIC_TYPE}&nbsp;
                    <a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a>&nbsp;
                    <!-- BEGIN switch_description -->
                    <p class="topic-desc">{topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}</p>
                    <!-- END switch_description -->
                    {topics_list_box.row.GOTO_PAGE_NEW}
                  </td>
              <td class="row1 centered <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">
                    {topics_list_box.row.ICON}
                  </td>
                  <td class="row2 centered <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.REPLIES}</td>
                  <td class="row1 centered author <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.TOPIC_AUTHOR}</td>
                  <td class="row2 centered <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.VIEWS}</td>
                  <td class="row1 lastaction <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">
 
                            <!-- BEGIN avatar -->
                            <span class="lastpost-avatar">{topics_list_box.row.topic.avatar.LAST_POST_AVATAR}</span>
                            <!-- END avatar -->
 
                    {topics_list_box.row.LAST_POST_IMG}&nbsp;{topics_list_box.row.LAST_POST_TIME}
                    <br />{topics_list_box.row.L_BY} {topics_list_box.row.LAST_POST_AUTHOR}
                  </td>
                  <!-- BEGIN multi_selection -->
                    <td class="row2 centered <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">
                        <input type="checkbox" name="{topics_list_box.FIELDNAME}" 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="row1 centered" colspan="8"><strong>{topics_list_box.row.L_NO_TOPICS}</strong></td>
              </tr>
      <!-- END no_topics -->
 
      <!-- BEGIN bottom -->
            </tbody>
        </table>
 
        <div class="tfooter box-content darkrow clearfix">
            <!-- BEGIN search -->
              <div class="search-footer-box">
                  <form method="get" id="forum-search" action="{S_SEARCHBOX_ACTION}">
                    <fieldset>
                        <input type="text" name="search_keywords" id="search_keywords" size="20" value="{L_SEARCH}" onclick="if (this.value == '{L_SEARCH}') this.value = '';" onblur="if (this.value == '') this.value = '{L_SEARCH}';" />
                        &nbsp;<input class="button" type="submit" value="{L_SEARCH}" />
                        <input type="hidden" value="{SEARCH_WHERE}" name="search_where" />
                    </fieldset>
                  </form>
              </div>
            <!-- END search -->
        </div>
      <!-- END bottom -->
 
      <!-- BEGIN spacer -->
        <br />
      <!-- END spacer -->
  <!-- END row -->
<!-- END topics_list_box -->

Salve e publique.
Aejis

Aejis
Novo Membro

Membro desde : 06/01/2019
Mensagens : 4
Pontos : 8

https://alex-fdf.forumeiros.com

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar ícone do assunto de lugar

Mensagem por Srblu3 08.01.19 19:02

ele bugo e ficou deste geito:
mudar u58286 - Mudar ícone do assunto de lugar Icones10
Srblu3

Srblu3
*

Membro desde : 31/12/2018
Mensagens : 37
Pontos : 77

http://srblu3forum.forumeiros.com/

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Mudar ícone do assunto de lugar

Mensagem por RafaelS. 08.01.19 20:34

Olá!

O que exatamente está bugado? Pelo que vi no print está como o senhor pediu.
RafaelS.

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar ícone do assunto de lugar

Mensagem por Srblu3 08.01.19 23:51

Eu queria que o prefix fique do lado do texto tipo, INCONE DO TOPICO - PREFIXO - TEXTO - INCONE DA MENSAGEM
Srblu3

Srblu3
*

Membro desde : 31/12/2018
Mensagens : 37
Pontos : 77

http://srblu3forum.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar ícone do assunto de lugar

Mensagem por Convidado 13.01.19 14:23

Tópico resolvido


Tópico marcado como resolvido pela equipe por abandono do autor.
Anonymous

Convidado
Convidado


Ir para o topo Ir para baixo

Ver o tópico anterior Ver o tópico seguinte Ir para o topo

- Tópicos semelhantes

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