Publicidad

Mostrar Mensajes

Esta sección te permite ver todos los posts escritos por este usuario. Ten en cuenta que sólo puedes ver los posts escritos en zonas a las que tienes acceso en este momento.


Mensajes - rafax13

Páginas: 1 2 [3] 4 5 6
31
Desarrollo de Mods 2.3 / Re: que mod te gustaria que hiciera
« en: Octubre 31, 2010, 10:57:24 pm »
Notificaciones en monitor compatible con todos los themes y navegadores xD
y borradores =a T!

32
Desarrollo de Mods 2.3 / Re: [Pedido]Borradores = a T!
« en: Octubre 31, 2010, 08:11:36 pm »
yo escuche por ahi que alguien lo estaba armando,ya lo habian pedido
eso espero

33
Desarrollo de Mods 2.3 / [Pedido]Borradores = a T!
« en: Octubre 31, 2010, 07:31:52 pm »
Creo que el titulo lo dice todo eso es lo que pido borradores = a T!
Razones:
Vi un MOD de borradores pero tambien vi en los comentarios de ese mod que cuando editabas un post se borraba y daba muchos problemes bueno en resumen espero que alguien lo haga
v2.3
www.groted.com

34
Desarrollo de Themes 2.3 / Re: [Pedido] Rip theme...
« en: Octubre 31, 2010, 03:48:17 pm »
Tu sabes lo que cuesta hacer esos menus¿? Por que yo ni me lo imagino

35
BBC v2.3 / Re: BBC Igual A Taringa [v2.3]
« en: Octubre 30, 2010, 06:02:04 pm »
Y que mas da si tienes el de taringa que el de spirate¿? = +1

36
Mods v2.3 / [MOD]Estadisticas del usuario[Themes no default]
« en: Octubre 29, 2010, 10:25:55 pm »
Hola bueno hago esto por si alguien no sabe que hay que hacer para instalar este MOD si tienes un Theme no Default

Creditos:
Mr.Freack™, Mr.Freack™ y Mr.Freack™
Captura:

Caracteristicas:
-ver estadisticas de tiempo activo
-ver experiencia del usuario
-ver publicaciones del usuario
-ver comentarios del usuario
-ver cada apartado con transparencia
-todo lo anterior como estadistica
-diseño mejorado

Instalacion:
TuTheme/Display.template.php
Busca por:
Citar
echo'</center></div></div>
Y antes de eso Agregas:
Citar
//Estadisticas del usuario 2.3 by Mr.Freack
$stats = mysql_query("select * from  {$db_prefix}members");
         $Mr = mysql_result($stats, $Freack, 'totalTimeLoggedIn');
         $MrFreack=($Mr)/7;
         if ($MrFreack<1) {$MrFreack=1;}
         if ($MrFreack>101){$MrFreack=101;}
         $topic=($message['member']['topics'])/7;
         if ($MrFreack>101){$MrFreack=101;}
         $coment=($context['comentuser'])/7;
         if ($topic<1) {$topic=1;}
         if ($topic>101) {$topic=101;}
         $money=($message['member']['money'])/30;
         if ($money<1){$money=1;}
         if ($money>101) {$money=101;}

//activo
echo'
<b>Estadisticas <br>de <a href="/perfil/', $message['member']['username'], '" title="', $message['member']['username'], '">', $message['member']['username'], '</a></b>
<br><img src="',$settings['images_url'],'/lineap.jpg"><br>
<table title="Tiempo activo de ', $message['member']['username'], '" cellSpacing="0" cellPadding="0" width="115" border="0"><b>Activo</b><br><tr>
<td width="2" height="13"><img alt="" src="', $settings['images_url'], '/borde-izquierdo.gif" width="2" height="13"></td>
<td colspan="2"  style="background: url(', $settings['images_url'], '/fondo-barra.gif) repeat-x left top;line-height: 13px" width="115" height="11"><img height="11" src="', $settings['images_url'], '/activo.gif" width="', $MrFreack, '" style="opacity:0.9;">
<img  src="', $settings['images_url'], '/activo-exp.gif" style="margin-left:-3px;width:1px;height:11px;opacity:0.9;"></td>
<td width="2" height="13"><img height="13" alt="" src="', $settings['images_url'], '/borde-derecho.gif" width="2"></td></tr></table>';
//Experiencia
echo'<table title="Experiencia de ', $message['member']['username'], '" cellSpacing="0" cellPadding="0" width="115" border="0"><b>Experiencia</b> <br><tr>
<td width="2" height="13"><img alt="" src="', $settings['images_url'], '/borde-izquierdo.gif" width="2" height="13"></td>
<td colspan="2"  style="background: url(', $settings['images_url'], '/fondo-barra.gif) repeat-x left top;line-height: 13px" width="115" height="11"><img height="11" src="', $settings['images_url'], '/experiencia.gif" width="', $money, '" style="opacity:0.9;">
<img src="', $settings['images_url'], '/experiencia-exp.gif" style="margin-left:-3px;width:1px;height:11px;opacity:0.9;"></td>
<td width="2" height="13"><img height="13" alt="" src="', $settings['images_url'], '/borde-derecho.gif" width="2"></td></tr></table>';
//Publicacion
echo'<table title="Publica ', $message['member']['username'], '" cellSpacing="0" cellPadding="0" width="115" border="0"> <b>Publicaci&oacute;n</b><br><tr>
<td width="2" height="13"><img alt="" src="', $settings['images_url'], '/borde-izquierdo.gif" width="2" height="13"></td>
<td colspan="2"  style="background: url(', $settings['images_url'], '/fondo-barra.gif) repeat-x left top;line-height: 13px" width="115" height="11">
<IMG height="11" src="', $settings['images_url'], '/publicacion.gif" width="', $topic, '" style="opacity:0.9;">
<img src="', $settings['images_url'], '/publicacion-exp.gif" style="margin-left:-3px;width:1px;height:11px;opacity:0.9;"></td>
<td width="2" height="13"><img height="13" alt="" src="', $settings['images_url'], '/borde-derecho.gif" width="2"></td></tr></table>';
//Comenta
echo'<table title="Comenta ', $message['member']['username'], '" cellSpacing="0" cellPadding="0" width="115" border="0"> <b>Comenta</b><br><tr>
<td width="2" height="13"><img alt="" src="', $settings['images_url'], '/borde-izquierdo.gif" width="2" height="13"></td>
<td colspan="2"  style="background: url(', $settings['images_url'], '/fondo-barra.gif) repeat-x left top;line-height: 13px" width="115" height="11"><IMG height="11" src="', $settings['images_url'], '/comenta.gif" width="', $coment, '" style="opacity:0.9;">
<img src="', $settings['images_url'], '/comenta-exp.gif" style="margin-left:-3px;width:1px;height:11px;opacity:0.9;"></td>
<td width="2" height="13"><img height="13" alt="" src="', $settings['images_url'], '/borde-derecho.gif" width="2"></td></tr></table>';
//Fin de Estadisticas del usuario 2.3 by Mr.Freack

Una vez hecho esto descargamos el paquete que dejo adjunto y cogemos todas las imagenes y las copiamos en TUTHEME/IMAGES
Y eso es todo
Recuerden este MOD lo hizo Mr.Freack™ yo solo lo posteo para Themes no default



37
Problemas Resueltos v2.3 / Re: error cuando doy puntos
« en: Octubre 28, 2010, 11:43:51 pm »
coge el shop-send y sustituyelo por el original se spirate

38
Themes v2.3 / [Theme]Rafax13 [Instalable]
« en: Octubre 28, 2010, 10:55:19 pm »
Hola bueno este es mi primer theme es muy simple pero bueno aquí lo dejo espero que os guste

CAPS:


Url de las caps:
http://img641.imageshack.us/i/capturatheme.png
http://img713.imageshack.us/i/capturatheme2.png

Cosas que he añadido:
http://spirate.net/foro/mods-v2-3/modificacion-de-personalmessage-template-php/
http://spirate.net/foro/mods-v2-3/beautiful-admin-panel-by-enfermo_cerebral/

Si os ha gustado pondre una V2 Con muchas mas cosas

Saludos

39
Soporte general Spirate 2.3 / Re: Ayuda [Instalar comunidades]
« en: Octubre 27, 2010, 08:01:42 am »
Desde Admin > Paquetes > Descargar paquetes
:hi:

40
Ahora se queda cargando todo el rato

Debes esperara un poco o resube el add_compr.php a la raiz, endonde lo estás probando, en localhost?

lo prubeo en mi web pero nada no kiere funcionar

41
Soporte general Spirate 2.3 / Re: Ayuda [Instalar script v2.3]
« en: Octubre 26, 2010, 09:33:51 pm »
jaja claro por que instalaste en un subdirectorio los archivos que estan dentro de script 2.3 muevelos a la raiz de htdocs
que que asi Htdocs/archivos............ hay todos y entonces ejecutas el install ya veras com te funca

42
Tienes que agregar al acciones-sp-1.1.js  [este archivo está en la carpeta de tu theme] esto:

Busca:

Citar
//Funciones botones especiales

antes de eso pon esto:

Citar
//ajax en muro de comentarios by j0n4th4ntub3

function comentarmuro(comment,ID_MEMBER,userid){

if($('#comment').val() == ''){
      $('#comment').focus();
      $('#nohaypensamientomuro').show("slow");
      return;
   }
   
   else{
$('#cargando_gif_muro').css('display', 'block');
$('#comment').attr('disabled', 'true');
$('#muro-btn').attr('disabled', 'true');
$('#nohaypensamientomuro').hide("slow");
$('#comentadormuro').slideUp("fast");

   $.ajax({
      type: 'POST',
      url: '/add_compr.php',
      data: 'ID_MEMBER='+ ID_MEMBER +'&userid='+ userid +'&comment='+ encodeURIComponent($('#comment').val()),
      success: function(h){
                     $('#comentadormuro').slideDown("slow");   
                     
               $('#comentadormuro').html(h);
               $('#comment').css('color','#088A08');
                $('#comment').val('agregado!');
               
               
               $('#cargando_gif_muro').css('display', 'none');
                           
           
      },
       error: function(){
         $('#span_opciones1').addClass('status_error');
         $('#span_opciones1').css('text-align', 'center');
         $('#span_opciones1').removeClass('size10');
         $('#span_opciones1').html('Error al intentar procesar lo solicitado');
         $("#span_opciones1").slideDown("slow");
      }
     
      });
}
}

Con eso te deberían funcionar los comentarios  :hi:

Ahora se queda cargando

Mensaje Unido: Octubre 26, 2010, 09:29:28 pm
Tienes que agregar al acciones-sp-1.1.js  [este archivo está en la carpeta de tu theme] esto:

Busca:

Citar
//Funciones botones especiales

antes de eso pon esto:

Citar
//ajax en muro de comentarios by j0n4th4ntub3

function comentarmuro(comment,ID_MEMBER,userid){

if($('#comment').val() == ''){
      $('#comment').focus();
      $('#nohaypensamientomuro').show("slow");
      return;
   }
   
   else{
$('#cargando_gif_muro').css('display', 'block');
$('#comment').attr('disabled', 'true');
$('#muro-btn').attr('disabled', 'true');
$('#nohaypensamientomuro').hide("slow");
$('#comentadormuro').slideUp("fast");

   $.ajax({
      type: 'POST',
      url: '/add_compr.php',
      data: 'ID_MEMBER='+ ID_MEMBER +'&userid='+ userid +'&comment='+ encodeURIComponent($('#comment').val()),
      success: function(h){
                     $('#comentadormuro').slideDown("slow");   
                     
               $('#comentadormuro').html(h);
               $('#comment').css('color','#088A08');
                $('#comment').val('agregado!');
               
               
               $('#cargando_gif_muro').css('display', 'none');
                           
           
      },
       error: function(){
         $('#span_opciones1').addClass('status_error');
         $('#span_opciones1').css('text-align', 'center');
         $('#span_opciones1').removeClass('size10');
         $('#span_opciones1').html('Error al intentar procesar lo solicitado');
         $("#span_opciones1").slideDown("slow");
      }
     
      });
}
}

Con eso te deberían funcionar los comentarios  :hi:

Ahora se queda cargando todo el rato

43
Off Topic / ¿Por que me banean del chat?
« en: Octubre 26, 2010, 05:53:09 pm »
HOla bueno yo creo que estoy baneado del chat por que escribo y nadie me lee pero la pregunta es por que¿? Que he hecho¿? ayudar¿? saludar¿?
no he insultado ni nada encima de todo ayudo a le gente todo lo que puedo hasta les hago webs y me banean lo vao muy mal ojala y me desbaneen

Saludos

Mensaje Unido: Octubre 27, 2010, 11:53:33 am
Mi nick es rafax14

Mensaje Unido: Octubre 26, 2010, 05:53:58 pm
o groted

44
El problema es que cuando comento en el perfil de un user de mi web no comenta me lleva al index con esta direccion:http://www.groted.com/index.php/index.php?action=comment&sa=add2 y no pasa nada ni se añade el comentario ni nada y lo hice todo agregue el add_compr.php en todas partes incluida la raiz y tambien agregue al js y genera la consulta no se por que espero que me puedan ayudar

Mi web: www.groted.com
User: prueba
Pass: prueba

Gracias y saludos

45
Soporte general Spirate 2.3 / Re: Otro error, no se pueden ver los POST!
« en: Octubre 26, 2010, 02:54:48 pm »
resube el display.php y el display.template.php

Páginas: 1 2 [3] 4 5 6