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.


Topics - gabdsg

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

2
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;
}

3
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

4
Soporte General SMF / No me funciona el nCode Image Resizer
« on: July 22, 2011 - 02:53 14:53 »
www.anime.com.uy << la web
La cosa es que el mod no funciona u.u

Show content

5
Soporte General SMF / Zona privada +18
« on: July 18, 2011 - 10:00 22:00 »
Bueno lo que quiero hacer es que la zona +18 solo la vean los mayores de 18 xD
alguna idea?

6
Soporte General SMF / Presentacion obligatoria
« on: July 04, 2011 - 01:50 13:50 »
Supongo que debe de ser algo simple, pero no lo he conseguido...
Lo que quiero es que los recien registrados (o sea con 0 post) solo vean el foro de presentacion.
Y cuando ya tengan 1 post que puedan publicar en el resto del foro.
Por las dudas les dejo mi web Anime.uy

GabDsg

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