>Karen, si tu es un peu curieux (et que tu as le temps), tu va régulièrement jeter un oeil sur les nouveaux commentaires et les nouveaux trackbacks que ton blog as reçu. Et quand tu vois que çà a été effacé, tu supprime toi aussi.
Sinon tu peux toujours contacter directement l'auteur du blog, lui expliquer ta fausse manip pour qu'il aille effacer.
> Très bonne question Chloeecamille
Il y a 3 bidules à ajouter à la template. Cf
guide des templates et variables.
Je pensais faire bientôt une petite explication là dessus (et aussi faire en sorte que les nouveaux l'aient automatiquement). Modifier toutes les templates de base, c'est quand même un peu de boulot.
Allez, en attendant, je vous montre vite fait comment faire.
Avis aux pionnières ! ;)
Ouvrez votre template. Comme vous êtes prudentes, avant tout vous copiez coller le contenu et vous enregistrez çà quelque part sur votre ordi.
Ok, maintenant commencent les choses sérieuses.
- trouvez
Un peu en dessous, trouvez quelque chose qui ressemble Ã
Code : Tout sélectionner
<tr><td><IfCommentsAllowed>• <a href='<%EntryURL%>'><%EntryCommentCount%> Commentaires</a> <IfCommentPostAllowed>• <a href='<%CommentPostURL%>'>Laissez un Commentaire</a></IfCommentPostAllowed> •</IfCommentsAllowed>
Juste après, ajoutez
Code : Tout sélectionner
<IfTrackbacksAllowed> ou <a href='<%EntryTrackbackURL%>'>un trackback (<%TrackbackCount%>)</IfTrackbacksAllowed>
- Trouvez
Un peu en dessous, trouvez quelque chose qui ressemble Ã
Code : Tout sélectionner
<tr><td><IfCommentsAllowed><IfCommentPostAllowed>• <a href='<%CommentPostURL%>'>laissez un Commentaire</a></IfCommentPostAllowed></IfCommentsAllowed>
Juste après, ajoutez
Code : Tout sélectionner
<IfTrackbacksAllowed> ou <a href='<%EntryTrackbackURL%>'>un trackback (<%TrackbackCount%>)</IfTrackbacksAllowed>
- Un peu en dessous, Trouvez quelque chose qui ressemble Ã
Code : Tout sélectionner
<IfCommentsAllowed>
<Comment>
<table cellpadding='0' cellspacing='0' style='margin-left: 20px;'>
<tr><td><h3><%CommentDate%> - <%CommentTitle%></h3></td></tr>
<tr><td>Posté par <%CommentAuthor%> <%CommentAuthorIP%></td></tr>
<tr><td><%CommentBody%></td></tr>
<tr><td><a href='<%CommentURL%>'>Lien Permanent</a> <CommentEdit>Editer</CommentEdit> <CommentDelete>Supprimer</CommentDelete></td></tr>
</table>
<br>
</Comment>
</IfCommentsAllowed>
Juste après, ajoutez
Code : Tout sélectionner
<IfTrackbacksAllowed>
<Trackback>
<table cellpadding='0' cellspacing='0' style='margin-left: 20px;'>
<tr><td><h3><%TrackbackDate%> - <%TrackbackTitle%></h3></td></tr>
<tr><td>Chez <a href='# <%TrackbackURL%>'><%TrackbackBlogName%></a></td></tr>
<tr><td><%TrackbackExcerpt%></td></tr>
<tr><td><TrackbackDelete>Supprimer</TrackbackDelete> </td></tr>
</table>
<br>
</Trackback>
</IfTrackbacksAllowed>
Enregistrez, et voilÃ
Tenez moi au courant si vous vous lancez
