Ver Mensaje Individual
  #6 (permalink)  
Antiguo 21/01/2008, 15:54
dalenabruji
 
Fecha de Ingreso: diciembre-2007
Mensajes: 13
Antigüedad: 16 años, 3 meses
Puntos: 0
Re: Cutenews: Necesito ayuda para sistema de comentarios

Cita:
Iniciado por Pameliux Ver Mensaje
Porque no publicas tu template los de active news, comment, etc... para saber masomenos!
Muchas gracias Pameliux por tu paciencia...

Ok, aquí van:

Active News

Código HTML:
[link]{title}[/link], Posteado el {date} por {author}<br /> 
Full Story

Código HTML:
<div style="width:420px; margin-bottom:15px;">
<div><strong>{title}</strong></div>

<div style="text-align:justify; padding:3px; margin-top:3px; margin-bottom:5px; border-top:1px solid #D3D3D3;">{full-story}</div>

<div style="float: right;">{comments-num} Comentarios</div>

<div><em>Posteado el {date} por {author}</em></div>
</div> 
Comment

Código HTML:
<div style="width: 400px; margin-bottom:20px;">

<div style="border-bottom:1px solid black;">por <strong>{autor}</strong> @ {fecha}</div>

<div style="padding:2px; background-color:#F9F9F9">{comentario}</div>

</div> 
Add Comment Form

Código HTML:
 <table border="2" width="370" cellspacing="2" cellpadding="0">
    <tr>
[com-link] Comenta Aqui[/com-link]
      <td width="60">Nombre:</td>
      <td><input type="text" name="name"></td>
    </tr>
    <tr>
      <td>E-mail:</td>
      <td><input type="text" name="mail"> (optional)</td>
    </tr>
    <tr>
      <td>Emoticonos:</td>
      <td>{smilies}</td>
    </tr>
    <tr>
      <td colspan="2"> 
      <textarea cols="40" rows="6" id=commentsbox name="Comentarios"></textarea><br />
      <input type="submit" name="Validar" value="Comentar"> 
      <input type=checkbox name=CNremember  id=CNremember value=1><label for=CNremember> Recordar</label> | 
  <a href="javascript:CNforget();">No Recordar</a>
      </td>
    </tr>
  </table> 
News Pagination

Código HTML:
[prev-link] and [/prev-link]
[next-link] and [/next-link]
{pages}
Comments Pagination

Código HTML:
[prev-link] and [/prev-link]
[next-link] and [/next-link]
{pages}
Ojalá sirvan estos datos, gracias otra vez.