-23%
Le deal à ne pas rater :
EVGA SuperNOVA 650 G6 – Alimentation PC 100% modulaire 650W, 80+ ...
77.91 € 100.91 €
Voir le deal

affichages sujet : comment ajouter l'image de participation

affichages sujet : comment ajouter l'image de participation Empty Ven 12 Aoû - 11:07
Bonjour bounce
c'est encore moi pale j'ai tenté de modifier la template sans vous embêtter mais malheureusement je n'arrive pas à trouer la solution.

J'ai changé le lisiting des sujets et j'aimerai qu'on puisse savoir où on a déjà posté. le
Code:
{topics_list_box.row.PARTICIPATE_POST_IMG}
est bien placé dans le template et l'image est bien renseignée, mais elle ne s'affiche pas pour autant et je ne comprends pas pourquoi

Je vous joins mon template en espérant que vous puissiez m'aider.
Vous remerciant d'avance,
un renard bleu.

Code:
<!-- 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 -->

        <table class="forumline" width="100%" align="center" border="0" cellspacing="1" cellpadding="0">
        <!-- BEGIN pagination -->
        <!-- END pagination -->
        <!-- END header_table --><!-- BEGIN header_row -->
        <tr>
        <td colspan="{topics_list_box.row.COLSPAN}"><span class="gensmall"> <b>{topics_list_box.row.L_TITLE}</b></span></td>
        </tr>
        <!-- END header_row -->

        <!-- BEGIN topic -->
        {topics_list_box.row.END_TABLE_STICKY}
        <tr>
        <!-- BEGIN single_selection -->
        <div class="modSBJ"><input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></div>
        <!-- END single_selection -->

        <div class="blocLSBJ"><div class="LSBJ">
        <div class="tleSBJ">{topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.TOPIC_TYPE} <a href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a><div class="nameSBJ"><strong>{topics_list_box.row.TOPIC_AUTHOR}</strong></div></div><div class="triTSBJ"></div><div class="lmsgSBJ">{topics_list_box.row.LAST_POST_TIME} par {topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.PARTICIPATE_POST_IMG}  {topics_list_box.row.LAST_POST_IMG}</div><!-- BEGIN switch_description --><div class="descSBJ">{topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}</div><!-- END switch_description --><div class="ladSBJ"><img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" class="imgSBJ" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" /><div class="vuesSBJ">{topics_list_box.row.VIEWS} V.</div><div class="repSBJ">{topics_list_box.row.REPLIES} R.</div><div class="gotoSBJ">{topics_list_box.row.GOTO_PAGE}<!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE} <!-- END nav_tree --></div></div>
     
        <span class="gensmall">{topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES}</span>
        </div></div>
     
        <!-- BEGIN multi_selection -->
        <td align="center" valign="middle"><span class="postdetails"><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} /></span></td>
        <!-- END multi_selection -->
        </tr>
        <!-- END topic --><!-- BEGIN no_topics -->
        <tr>
        <td colspan="{topics_list_box.row.COLSPAN}" align="center" valign="middle" height="30"><span class="gen">{topics_list_box.row.L_NO_TOPICS}</span></td>
        </tr>
        <!-- END no_topics --><!-- BEGIN bottom -->
        <tr>
        <td colspan="{topics_list_box.row.COLSPAN}" valign="middle">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
        <td> <span class="gensmall">{PAGINATION}</span></td>
        <td align="right"><a href="#top">{L_BACK_TO_TOP}</a> </td>
        </tr>
        </table>
        </td>
        </tr>
        <!-- END bottom --><!-- BEGIN footer_table -->
        </table><!-- END footer_table --><!-- BEGIN spacer --><br class="gensmall" /><!-- END spacer --><!-- END row --><!-- END topics_list_box -->

Revenir en haut Aller en bas
affichages sujet : comment ajouter l'image de participation Empty Sam 13 Aoû - 7:02
Bonjour,

L'image s'affiche actuellement entre le pseudonyme du dernier posteur et l'icône dirigeant vers le dernier message. Vérifiez vos paramètres : Panneau d'administration > Affichage > Images et Couleurs > Gestion des images > Mode Avancé > Mini icônes > Mini sujet - Participation > S'assurer que la case « Masquer » ne soit pas cochée

Afin que cette indication apparaisse avant le titre, remplacez l'intégralité du template par :

Code:
  <!-- 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 -->

            <table class="forumline" width="100%" align="center" border="0" cellspacing="1" cellpadding="0">
            <!-- BEGIN pagination -->
            <!-- END pagination -->
            <!-- END header_table --><!-- BEGIN header_row -->
            <tr>
            <td colspan="{topics_list_box.row.COLSPAN}"><span class="gensmall"> <b>{topics_list_box.row.L_TITLE}</b></span></td>
            </tr>
            <!-- END header_row -->

            <!-- BEGIN topic -->
            {topics_list_box.row.END_TABLE_STICKY}
            <tr>
            <!-- BEGIN single_selection -->
            <div class="modSBJ"><input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></div>
            <!-- END single_selection -->

            <div class="blocLSBJ"><div class="LSBJ">
            <div class="tleSBJ">{topics_list_box.row.NEWEST_POST_IMG} {topics_list_box.row.PARTICIPATE_POST_IMG} {topics_list_box.row.TOPIC_TYPE} <a href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a><div class="nameSBJ"><strong>{topics_list_box.row.TOPIC_AUTHOR}</strong></div></div><div class="triTSBJ"></div><div class="lmsgSBJ">{topics_list_box.row.LAST_POST_TIME} par {topics_list_box.row.LAST_POST_AUTHOR}  {topics_list_box.row.LAST_POST_IMG}</div><!-- BEGIN switch_description --><div class="descSBJ">{topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}</div><!-- END switch_description --><div class="ladSBJ"><img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" class="imgSBJ" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" /><div class="vuesSBJ">{topics_list_box.row.VIEWS} V.</div><div class="repSBJ">{topics_list_box.row.REPLIES} R.</div><div class="gotoSBJ">{topics_list_box.row.GOTO_PAGE}<!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE} <!-- END nav_tree --></div></div>
       
            <span class="gensmall">{topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES}</span>
            </div></div>
       
            <!-- BEGIN multi_selection -->
            <td align="center" valign="middle"><span class="postdetails"><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} /></span></td>
            <!-- END multi_selection -->
            </tr>
            <!-- END topic --><!-- BEGIN no_topics -->
            <tr>
            <td colspan="{topics_list_box.row.COLSPAN}" align="center" valign="middle" height="30"><span class="gen">{topics_list_box.row.L_NO_TOPICS}</span></td>
            </tr>
            <!-- END no_topics --><!-- BEGIN bottom -->
            <tr>
            <td colspan="{topics_list_box.row.COLSPAN}" valign="middle">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
            <td> <span class="gensmall">{PAGINATION}</span></td>
            <td align="right"><a href="#top">{L_BACK_TO_TOP}</a> </td>
            </tr>
            </table>
            </td>
            </tr>
            <!-- END bottom --><!-- BEGIN footer_table -->
            </table><!-- END footer_table --><!-- BEGIN spacer --><br class="gensmall" /><!-- END spacer --><!-- END row --><!-- END topics_list_box -->
Revenir en haut Aller en bas
affichages sujet : comment ajouter l'image de participation Empty Sam 13 Aoû - 14:42
Bonjour, merci ça fonctionne bounce
enfin j'ai du changer d'image parce qu'avec l'autre ça marchait pas, je ne comprends pas. M'enfin c'est affiché à la perfection désormais !

Encore merci pour votre aide et votre patience bounce
Revenir en haut Aller en bas
Revenir en haut Aller en bas
Vous ne pouvez pas répondre aux sujets dans ce forum