Simple Machines Community Forum

SMF Support => Español (Spanish) => Language Specific Support => Temas y Diseño (Themes) => Topic started by: clubbmwburgos on March 20, 2014, 08:09:46 AM

Title: ¿Asuntos de los temas en negrita?
Post by: clubbmwburgos on March 20, 2014, 08:09:46 AM
Bueno pues mi duda es si se puede hacer que se ponga en negrita los asuntos de los temas cuando no los he visto. Después de verlo que se ponga normal. Os dejo una foto de como se me ven ahora. Y así quiero que se me vea después de haber visto el tema.

Title: Re: ¿Asuntos de los temas en negrita?
Post by: 1van10 on March 20, 2014, 01:20:43 PM
En el index.css de tu tema busca esta parte:

.topic_table td.subject p, .topic_table td.stats
{
font-size: 0.85em;
padding: 0;
margin: 0;
}


Y reemplaza por:
.topic_table td.subject p, .topic_table td.stats
{
font-size: 0.85em;
padding: 0;
margin: 0;
        font-weight: bold;

}
Title: Re: ¿Asuntos de los temas en negrita?
Post by: clubbmwburgos on March 20, 2014, 01:40:54 PM
Muchas gracias, pero me sigue sin salirme. No se el motivo.
Title: Re: ¿Asuntos de los temas en negrita?
Post by: clubbmwburgos on March 21, 2014, 04:41:29 AM
haber si alguien me puede echar una mano.
Title: Re: ¿Asuntos de los temas en negrita?
Post by: clubbmwburgos on March 22, 2014, 02:21:43 PM
Nadie me puede echar una mano.
Title: Re: ¿Asuntos de los temas en negrita?
Post by: 4Kstore on March 22, 2014, 03:14:39 PM
Para que te quede algo así:
(http://i.imgur.com/DU2vCqS.png)

Tenes que editar el archivo: Themes/{tutheme}/MessageIndex.template.php (si tu theme no tiene ese archivo búscalo en el theme default)

Buscas:
', $topic['first_post']['link'],

Reemplazas por:
', empty($topic['new']) ? $topic['first_post']['link'] : '<strong>'.$topic['first_post']['link'].'</strong>',

Espero te sirva.
Saludos
Title: Re: ¿Asuntos de los temas en negrita?
Post by: clubbmwburgos on March 24, 2014, 07:30:40 AM
Muchas gracias. Ya esta solucionado. Muy amable.
Title: Re: ¿Asuntos de los temas en negrita?
Post by: 4Kstore on March 24, 2014, 04:40:24 PM
Un gusto poder ayudarte.
Saludos