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 - gabdsg

Pages: [1] 2
1
Ya esta solucionado, gracias.

3
Mods SMFSimple / Re:Proyecto Series V1
« on: March 10, 2014 - 08:16 08:16 »
Que buena que esta la idea!!

4
Themes Oficiales SMFSimple / Re:Cloudy Theme
« on: February 24, 2014 - 05:30 05:30 »
I loved this so much I just bought it!
Just wondering if someone can provide an English translation for me? I'm very new to this sort of thing. <3
Yes, no problem. Send me a PM

5
Tutoriales y Tips SMF / Re:Actualizar SMF de 2.0.6 a 2.0.7 [VIDEO]
« on: February 19, 2014 - 11:31 23:31 »
Si actualizas de 2.0.6 a 2.0.7 no pasa nada.

Pero si lo haces de versiones anteriores, tendrás que reinstalar mods y themes.
Dale, muchas gracias

6
Tutoriales y Tips SMF / Re:Actualizar SMF de 2.0.6 a 2.0.7 [VIDEO]
« on: February 19, 2014 - 09:32 21:32 »
Al actualizar que pasa con las modificaciones?
Gracias

7
Themes Oficiales SMFSimple / Cloudy Theme
« on: February 19, 2014 - 08:04 20:04 »
Link al Archivo




Created by GabDsg for SMFSimple.com
SMF 2.0.7




Cloudy es un theme simple que combina grises con azul.
No usa imagenes para fondo de titulos y menús lo que lo hace mas facil de editar.
Posee iconos de redes sociales que puedes administrarlos desde Administracion.




Caracteristicas
+ Avatar por defecto para todos los usuarios
+  Nuevos iconos de BBCode
+  Iconos sociales y 5 custom links
+ Notificacion de mensajes privados
+ Desde la administracion se puede cambiar el logo




Index


Temas


Notificación de mensajes privados


Información de usuarios en post

8
Soporte General SMF / Re:Como adaptar esto a 2.0.6
« on: October 31, 2013 - 11:44 11:44 »
Responder "eso ya lo sé" quita todas las ganas de ayudarte.
Pero se como funciona la instalación de un mod, lo que quiero saber es donde habría que modificar.

9
Soporte General SMF / Re:Como adaptar esto a 2.0.6
« on: October 31, 2013 - 07:11 07:11 »
Eso ya lo se... el tema es que en Post.template.php no encuentro nada de eso que aparece ahí.

10
Soporte General SMF / Re:Como adaptar esto a 2.0.6
« on: October 30, 2013 - 12:06 12:06 »
El problema es que no se como adaptar eso a la versión 2.0.6
O sea no se ni por donde empezar...

11
Soporte General SMF / Como adaptar esto a 2.0.6
« on: October 30, 2013 - 11:36 11:36 »
./Themes/default/Post.template.php

Find:
Code: [Select]
// Print a drop down list for all the colors we allow!Add before
Code: [Select]
// Java script to handle URL input boxes ...
    echo '<script language="JavaScript" type="text/javascript">
          // <!' . '--
          function trim(str) {
              return str.replace(/^\s |\s $/g,"");
          }

          function urlINPT()
  {
          // Enter URL .........................................
          var urlLINK = prompt("URL:" ,"http://");
          if (urlLINK == null )
{
//cancel pressed . . .
surroundText("", "", document.', $context['post_form'], '.', $context['post_box_name'], ');
//this sets focus back to textarea
          }
          else if (trim(urlLINK) == "" || trim(urlLINK) == "http://")
{
//ok pressed but with no text . . .
surroundText("", "", document.', $context['post_form'], '.', $context['post_box_name'], ');
//this sets focus back to textarea
          }
          else
          {
    //ok pressed and there is something :)
                    var textarea = document.', $context['post_form'], '.', $context['post_box_name'], ';
                    var selection_length = 0;

                    // Can a text range be created?
                    if (typeof(textarea.caretPos) != "undefined" && textarea.createTextRange)
                    {
                        selection_length = textarea.caretPos.text.length;
                    }
                    // Mozilla text range wrap.
                    else if (typeof(textarea.selectionStart) != "undefined")
                    {
                        selection_length = textarea.selectionEnd - textarea.selectionStart;
                    }
                    //length could not be got
                    else
                    {
                        selection_length = 0;
                    }

                    //if text was selected in textarea
                    if (selection_length > 0)
                    {
                        surroundText(\'[url=\' urlLINK \']\' \'\', \'[/url]\', document.', $context['post_form'], '.', $context['post_box_name'], ');
                    }
                    //if no text was selected in textarea
                    else
                    {
                        surroundText(\'[url=\' urlLINK \']\' urlLINK \'\', \'[/url]\', document.', $context['post_form'], '.', $context['post_box_name'], ');
                    }             
          }
          }
          // --' . '>
          </script>';

Find:
Code: [Select]
foreach ($context['bbc_tags'][1] as $image => $tag)
{
if (isset($tag['before']))
{
// Is this tag disabled?
if (!empty($context['disabled_tags'][$tag['code']]))
continue;

Add after:
Code: [Select]
      // only replace the URL tag! . . . . . . . . . . .
      if (isset($tag['code']) && $tag['code'] == 'url')
{
          echo '<a href="javascript:void(0);" onclick="urlINPT(); return false;"><img onmouseover="bbc_highlight(this, true);" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" src="', $settings['images_url'], '/bbc/', $image, '.gif" align="bottom" width="23" height="22" alt="', $tag['description'], '" title="', $tag['description'], '" border="0" style="background-image: url(', $settings['images_url'], '/bbc/bbc_bg.gif); margin: 1px 2px 1px 1px;" /></a>';
continue;
}

12
Idear para mejorar mods / Re:Lightbox para imagenes
« on: November 10, 2011 - 05:09 17:09 »
Muchas gracias!!

13
Idear para mejorar mods / Re:Lightbox para imagenes
« on: November 10, 2011 - 02:32 14:32 »
No es compatible con el 2.0

14
Idear para mejorar mods / Lightbox para imagenes
« on: November 10, 2011 - 10:38 10:38 »
Bueno la idea es simple y muy útil. Un lightbox para imágenes.
Los únicos que ya hay son para versiones viejas así que estaría muy bueno que sacaran uno

15
Mods SMFSimple / Re:Soyez Le Premier Mod
« on: October 03, 2011 - 06:42 18:42 »
Muy bueno!!!

Pages: [1] 2
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