Lo q pasa es q al entrar a un post los user no pueden comentar ni agregar el post a sus favoritos.
segui al pie de la letra lo q decia una modificación de la web:
archivo a modificar: recent.template.php
Buscamos
Cita:
Y reemplazamos por<span title="', censorText($st['title']), '"><a href="', $scripturl ,'?topic=', $st['id'],'">',censorText($st['title']), '</a></span>
Cita:
Buscamos <span title="', censorText($st['title']), '"><a href="/post/'.urls_amigables($st['category']).'/'.($st['id']).'/'.urls_amigables($st['title']).'.html">',censorText($st['title']), '</a></span>
Cita:
Y reemplazamos por<span title="', censorText($np['title']), '"><a href="', $scripturl ,'?topic=', $np['id'],'">',censorText($np['title']), '</a></span>
Cita:
<span title="', censorText($np['title']), '"><a href="/post/'.urls_amigables($np['category']).'/'.($np['id']).'/'.urls_amigables($np['title']).'.html">',censorText($np['title']), '</a></span>
Vamos a .htaccess
Y si no se encuentra este codigo lo agregamos
Cita:
Adjunto mi recent.template en esta direccion : RewriteRule ^post/([^/]*)/([^/]*)/([^/]*)\.html$ /?id_board=$1&topic=$2&body=$3 [L]
http://www.4shared.com/document/LamU...ttemplate.html
MI WEB: http://www.dyr.herobo.com