j'y ai jeté un oeil vite fait l'autre coup mais n'ayant pas installé le mod si adaptation il y a je ne peux pas te donner le code à placer

Code : Tout sélectionner
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
Code : Tout sélectionner
<dt style="padding-left: 20px; margin-top: 8px;" class="viewforum-name-shadows"><!-- IF S_DISPLAY_ACTIVE -->{L_ACTIVE_TOPICS}<!-- ELSEIF topicrow.S_TOPIC_TYPE eq 3 -->ANNONCES--GLOBALES<!-- ELSEIF topicrow.S_TOPIC_TYPE eq 2 -->{L_ANNOUNCEMENTS}<!-- ELSEIF topicrow.S_TOPIC_TYPE eq 1 -->POST--IT<!-- ELSE -->{L_TOPICS}<!-- ENDIF --></dt>
et chez toi c'est comme ça :<!-- IF topicrow.S_FIRST_ROW or not topicrow.S_TOPIC_TYPE_SWITCH -->
<div class="forumbg<!-- IF topicrow.S_TOPIC_TYPE_SWITCH and (topicrow.S_POST_ANNOUNCE or topicrow.S_POST_GLOBAL) --> announcement<!-- ENDIF -->">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt><!-- IF S_DISPLAY_ACTIVE -->{L_ACTIVE_TOPICS}<!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH and (topicrow.S_POST_ANNOUNCE or topicrow.S_POST_GLOBAL) -->{L_ANNOUNCEMENTS}<!-- ELSE -->{L_TOPICS}<!-- ENDIF --></dt>
<dd class="posts">{L_REPLIES}</dd>
<dd class="views">{L_VIEWS}</dd>
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
</dl>
</li>
</ul>
<ul class="topiclist topics">
<!-- ENDIF -->
<!-- IF topicrow.S_FIRST_ROW or not topicrow.S_TOPIC_TYPE_SWITCH -->
<div class="inner">
<div class="custom-cat-header">
<div class="custom-cat-header-left">
<div class="custom-cat-header-right"></div>
<ul class="topiclist">
<li class="header">
<dl class="<!-- BEGIN reput --><!-- IF topicrow.reput.S_THANKS_TOPIC_REPUT_VIEW_COLUMN and not S_IS_BOT -->thanks<!-- ELSE -->icon<!-- ENDIF --><!-- END reput -->">
<dt style="padding-left: 20px; margin-top: 8px;" class="viewforum-name-shadows"><!-- IF S_DISPLAY_ACTIVE -->{L_ACTIVE_TOPICS}<!-- ELSEIF topicrow.S_TOPIC_TYPE eq 3 -->ANNONCES--GLOBALES<!-- ELSEIF topicrow.S_TOPIC_TYPE eq 2 -->{L_ANNOUNCEMENTS}<!-- ELSEIF topicrow.S_TOPIC_TYPE eq 1 -->POST--IT<!-- ELSE -->{L_TOPICS}<!-- ENDIF --></dt>
</dl>
</li>
</ul>
</div>
</div> <!-- /custom-cat-header -->
<div class="custom-row">
<ul class="topiclist topics">
<!-- ENDIF -->
Code : Tout sélectionner
<!-- BEGIN reput -->
<!-- IF topicrow.reput.S_THANKS_TOPIC_REPUT_VIEW and topicrow.reput.S_THANKS_TOPIC_REPUT_VIEW_COLUMN and not S_IS_BOT -->
<dd style="display: block; width: {topicrow.reput.THANKS_REPUT_GRAPHIC_WIDTH};">{L_REPUT}</dd>
<!-- ENDIF -->
<!-- END reput -->
<dd class="lastpostthanks"><span>{L_LAST_POST}</span></dd>
Code : Tout sélectionner
[phpBB Debug] PHP Warning: in file /includes/db/dbal.php on line 223: Illegal offset type in isset or empty
Édite le 02/01/2012 :
Je relance qui pourrez me dire à quoi ça correspond concrètement merci pour tout.![]()
Code : Tout sélectionner
$allow_thanks_pm = (int) $db->sql_fetchfield($result);
Code : Tout sélectionner
$allow_thanks_pm = (int) $db->sql_fetchfield('user_allow_thanks_pm');
Code : Tout sélectionner
$allow_thanks_email = (int) $db->sql_fetchfield($result);
Code : Tout sélectionner
$allow_thanks_email = (int) $db->sql_fetchfield('user_allow_thanks_email');