Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Carmen

Pages: [1]
1
Soporte General SMF / Mostrar descripciones dentro del foro
« on: January 25, 2011 - 01:39 01:39 »
Hola gente, esta opcion la vi 10000000 de veces y nunca le di bola, ahora que la necesito no la encuentor &·/&%$ jajaja alguien me dice donde esta?

2
Soporte General SMF / Re:Problema con theme Sunblox
« on: January 17, 2011 - 11:36 11:36 »
Jajajajaj me dio risa, tiene un cartelon que dice THEME FOR RC4 jaja y estaba en rc3 jaja aveces pasa

3
Soporte General SMF / Re:Traducir mensajes de pm en sunblox
« on: January 17, 2011 - 11:35 11:35 »
ya le puyse spanish_es y funcionó bien, gracias!

4
Soporte General SMF / Custom Board Icon en sunblox
« on: January 17, 2011 - 01:31 01:31 »
Hola chicos   :D les vengo a molestar de nuevo, quiero instalar el mod cbi en sunblox smf rc4 y no puedo, segun el parse hay que buscar:
Show content
            // If the board is new, show a strong indicator.
            if ($board['new'])
               echo '<img src="', $settings['images_url'], '/on.gif" alt="', $txt[333], '" title="', $txt[333], '" />';
            // This board doesn't have new posts, but its children do.
            elseif ($board['children_new'])
               echo '<img src="', $settings['images_url'], '/on2.gif" alt="', $txt[333], '" title="', $txt[333], '" />';
            // No new posts at all! The agony!!
            else
               echo '<img src="', $settings['images_url'], '/off.gif" alt="', $txt[334], '" title="', $txt[334], '" />';

            echo '</a>
            </td>
            <td class="windowbg2">
               <b><a href="', $board['href'], '" name="b', $board['id'], '">', $board['name'], '</a></b><br />
                  ', $board['description'];

y remplazarlo por:
Show content
         // If the board is new, show a strong indicator.
                   if ($board['new']) {
               if (file_exists($settings['theme_dir'] . '/icons/' . $board['id'] . '/on.png'))
                  $board_new_img=$settings['theme_url']. '/icons/' . $board['id'] . '/on.png';
               else
                  $board_new_img=$settings['images_url']. '/on.png';
   
                  echo '<img src="', $board_new_img,'" alt="', $txt[333], '" title="', $txt[333], '" border="0" />';
            } elseif ($board['children_new']) {
               if (file_exists($settings['theme_dir'] . '/icons/' . $board['id'] . '/on2.png'))
                  $childboard_new_img=$settings['theme_url']. '/icons/' . $board['id'] . '/on2.png';
               else
                  $childboard_new_img=$settings['images_url']. '/on2.png';
      
                  echo '<img src="', $childboard_new_img,'" alt="', $txt[333], '" title="', $txt[333], '" border="0" />';   
            } else {
               if (file_exists($settings['theme_dir'] . '/icons/' . $board['id'] . '/off.png'))
                  $board_nonew_img=$settings['theme_url']. '/icons/' . $board['id'] . '/off.png';
               else
                  $board_nonew_img=$settings['images_url']. '/off.gif';

                  echo '<img src="', $board_nonew_img,'" alt="', $txt[334], '" title="', $txt[334], '" border="0" />';
            }
            echo '</a>
            </td>
            <td class="windowbg2">
               <b><a href="', $board['href'], '" name="b', $board['id'], '">', $board['name'], '</a></b><br />
                  ', $board['description'];

en el theme este aparece asi:
Show content
            // If the board or children is new, show an indicator.
            if ($board['new'] || $board['children_new'])
               echo '
                     <img src="', $settings['images_url'], '/', $context['theme_variant_url'], 'on', $board['new'] ? '' : '2', '.png" alt="', $txt['new_posts'], '" title="', $txt['new_posts'], '" />';
            // Is it a redirection board?
            elseif ($board['is_redirect'])
               echo '
                     <img src="', $settings['images_url'], '/', $context['theme_variant_url'], 'redirect.png" alt="*" title="*" />';
            // No new posts at all! The agony!!
            else
               echo '
                     <img src="', $settings['images_url'], '/', $context['theme_variant_url'], 'off.png" alt="', $txt['old_posts'], '" title="', $txt['old_posts'], '" />';

si alguien me ayuda a adaptar el code, gracias

5
Soporte General SMF / Re:Traducir mensajes de pm en sunblox
« on: January 17, 2011 - 01:29 01:29 »
gracias

6
Packs de avatares y Smileys / Re:Avanimados Smfsimple Pack 1
« on: January 17, 2011 - 12:39 00:39 »
Gracias, muy bueno la verdad

7
Soporte General SMF / Re:Problema con theme Sunblox
« on: January 16, 2011 - 11:52 23:52 »
Instalaste algun mod recientemente? Eso no es problema del theme, es un archivo del source para que funcione smf... Fijate de los ultimos mods que instalaste

8
Soporte General SMF / Traducir mensajes de pm en sunblox
« on: January 16, 2011 - 11:42 23:42 »
Hola gente, en el lugar donde te dice si tienes pms sale en ingles:

Hola, Gabriel!!   Total Messages: 0 (0 New)     Show Unread   Show Replies   Estadísticas SMF - 4 Mensajes - 1 Temas - 3 Usuarios


Quisiera saber de donde traducirlo, y otra cosa, si me ayudan a instalr en este theme el custom board icon

9
Soporte General SMF / Re:Cambiar tamaños en sunblox
« on: January 16, 2011 - 10:29 22:29 »
Jaja gracias lean Te amo :$ jajajaja na enserio, yo como acostumbrado al 1.1 buscando en los css jaja

10
Soporte General SMF / Re:Cambiar tamaños en sunblox
« on: January 16, 2011 - 08:01 20:01 »
gracias, y con el tema del ancho del theme?

11
Soporte General SMF / Cambiar tamaños en sunblox
« on: January 16, 2011 - 07:31 19:31 »
Quiero cambiar el tamaño de los avatar en el theme y el tamaño del theme en general, si  alguien me dice en que parte del css se modifica, desde ya! Gracias

12
Soporte General SMF / Re:Ayuda con theme SunBlox
« on: January 16, 2011 - 07:30 19:30 »
Okas, disculpa no lo hice por hacer mal, simplemente pense que molestaba menos preguntatndo por aca jaja. Ya creo otro post!

13
Soporte General SMF / Re:Ayuda con theme SunBlox
« on: January 16, 2011 - 07:16 19:16 »
Gracias por la rapidés, para no abrir otro theme asi no molesto pregunto por acá!
miren, quiero agrandar eel tamaño de los avatar, modifique en el index.css esto:
.ds-avatar img {
   width: 50px;
   height: 50px;
}
Lo puse mas grande, pero definitivamente me parece que ahi no es

14
Soporte General SMF / Re:Ayuda con theme SunBlox
« on: January 16, 2011 - 07:04 19:04 »
Listo, lo activé Gracias! Es normal que esto venga desactivaodo?

15
Soporte General SMF / Ayuda con theme SunBlox
« on: January 16, 2011 - 06:46 18:46 »
Estoy usando el theme sunblox en mi web que deje en la ficha, pero si se fijan en la index no aparecen las caracteristicas como:

Foreros Online - Centro de Información
Mensajes recientes
Re:Como les vay la por Plero (PRESENTACIONES)
14 de Enero del 2011 | 08:55
Como les vay la por chama (PRESENTACIONES)
13 de Enero del 2011 | 06:28
Re:Soda Stereo - El Ùltimo Concierto [DVD-FULL] por gelyo66 (MUSICA)
11 de Enero del 2011 | 05:15
Re:Llamados de Mujeres A Servicio Tecnico de PC [Casos Reales] por gelyo66 (HUMOR)
11 de Enero del 2011 | 05:10
Re:Llamados de Mujeres A Servicio Tecnico de PC [Casos Reales] por Plero (HUMOR)
11 de Enero del 2011 | 04:35
Llamados de Mujeres A Servicio Tecnico de PC [Casos Reales] por van zant (HUMOR)
11 de Enero del 2011 | 01:35
Re:33 wallpapers buenisimos! por sisgolsa (DESCARGAS GENERALES)
11 de Enero del 2011 | 09:05
Re:Plantillas PSd para Photoshop [Descarga] por sisgolsa (DESCARGAS GENERALES)
11 de Enero del 2011 | 08:50
Re:Asociacion de palabras [PostiJuego] por van zant (POSTIJUEGOS)
10 de Enero del 2011 | 11:03
Re:El juego del ¿porque? [Postijuego] por van zant (POSTIJUEGOS)
10 de Enero del 2011 | 11:02
Estadísticas SMF
15609 Mensajes en 6659 Temas por 624 Usuarios. Último usuario: miguel1516
Último mensaje: "Re:Como les vay la" ( 14 de Enero del 2011 | 08:55 )
Ver los mensajes más recientes del foro.
Usuarios en Línea
31 Visitantes, 0 Usuarios
Máximo en linea hoy: 39. Máximo en linea siempre: 821 (16 de Julio del 2010 | 05:13)


¿Qué podría ser?¿

Pages: [1]
top

Smfsimple.com es un sitio destinado a brindar un servicio de soporte y herramientas para foros realizados con el sistema de foros gratuito simplemachines.org. Contamos con un selecto equipo de desarrolladores y conocedores del sistema, sus foros estaran en buenas manos.
This site is not affiliated with or endorsed by Simple Machines