<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[MyBB-Es.com - MyCodes]]></title>
		<link>https://mybb-es.com/</link>
		<description><![CDATA[MyBB-Es.com - https://mybb-es.com]]></description>
		<pubDate>Sun, 31 May 2026 07:54:55 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Redimencionar imagenes Agregando un Slider + Zoom]]></title>
			<link>https://mybb-es.com/hilo-1-8-redimencionar-imagenes-agregando-un-slider-zoom</link>
			<pubDate>Wed, 31 Dec 2014 04:28:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://mybb-es.com/member.php?action=profile&uid=9475">garubostar</a>]]></dc:creator>
			<guid isPermaLink="false">https://mybb-es.com/hilo-1-8-redimencionar-imagenes-agregando-un-slider-zoom</guid>
			<description><![CDATA[hola amigos como estan, aca les traigo un mycode que esta bien bonito, espero les guste,<br />
<br />
primero agregan el mycode<br />
<br />
titulo:<br />
Imagen con zoon y slideshow<br />
<br />
Descripcion corta<br />
redimenciona tus imagenes y al clic la pone pone todas en un slideshow<br />
<br />
Expresion Regular:<br />
<pre class="block-code line-numbers language-none"><code class="language-none">\[img\](.*?)\[/img\]
</code></pre><br />
<br />
Reemplazar por:<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;a href='$1' class=&quot;highslide&quot; onclick=&quot;return hs.expand(this)&quot;&gt;&lt;img style=&quot;max-width: 300px;&quot; src=&quot;$1&quot; border=&quot;0&quot; title=&quot;Larger Image&quot; /&gt;&lt;/a&gt;
</code></pre><hr class="mycode_hr" />
<br />
Listo eso, Deberan Agregar este <span style="font-size: x-large;" class="mycode_size"><a href="http://warezlinks.zz.vc/tema-MyBB-plugin-mycode-Imagenes-con-zoom?pid=222#pid222" target="_blank" rel="noopener" class="mycode_url">PLuGIN </a></span>que es el que le da el efecto de zoon a las imagenes y le agrega el slideshow, la verdad esta muy bonito, yo uso el tema gomobile para dispositivos mobiles, y me va al 100 tanto el mycode como el plugin. esta para la 1.8 y corre bien en la 1.6. ]]></description>
			<content:encoded><![CDATA[hola amigos como estan, aca les traigo un mycode que esta bien bonito, espero les guste,<br />
<br />
primero agregan el mycode<br />
<br />
titulo:<br />
Imagen con zoon y slideshow<br />
<br />
Descripcion corta<br />
redimenciona tus imagenes y al clic la pone pone todas en un slideshow<br />
<br />
Expresion Regular:<br />
<pre class="block-code line-numbers language-none"><code class="language-none">\[img\](.*?)\[/img\]
</code></pre><br />
<br />
Reemplazar por:<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;a href='$1' class=&quot;highslide&quot; onclick=&quot;return hs.expand(this)&quot;&gt;&lt;img style=&quot;max-width: 300px;&quot; src=&quot;$1&quot; border=&quot;0&quot; title=&quot;Larger Image&quot; /&gt;&lt;/a&gt;
</code></pre><hr class="mycode_hr" />
<br />
Listo eso, Deberan Agregar este <span style="font-size: x-large;" class="mycode_size"><a href="http://warezlinks.zz.vc/tema-MyBB-plugin-mycode-Imagenes-con-zoom?pid=222#pid222" target="_blank" rel="noopener" class="mycode_url">PLuGIN </a></span>que es el que le da el efecto de zoon a las imagenes y le agrega el slideshow, la verdad esta muy bonito, yo uso el tema gomobile para dispositivos mobiles, y me va al 100 tanto el mycode como el plugin. esta para la 1.8 y corre bien en la 1.6. ]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Visor PDF]]></title>
			<link>https://mybb-es.com/hilo-visor-pdf</link>
			<pubDate>Sun, 23 Nov 2014 15:10:53 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://mybb-es.com/member.php?action=profile&uid=6910">Taran</a>]]></dc:creator>
			<guid isPermaLink="false">https://mybb-es.com/hilo-visor-pdf</guid>
			<description><![CDATA[Un visor de documentos pdf desde vuestro hilo como este ejemplo usado en mi foro<br />
<br />
&lt;snip&gt;]]></description>
			<content:encoded><![CDATA[Un visor de documentos pdf desde vuestro hilo como este ejemplo usado en mi foro<br />
<br />
&lt;snip&gt;]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[MyCode] Agregar un borde redondeado a las imagenes]]></title>
			<link>https://mybb-es.com/hilo-mycode-agregar-un-borde-redondeado-a-las-imagenes</link>
			<pubDate>Sun, 18 Mar 2012 03:14:06 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://mybb-es.com/member.php?action=profile&uid=3815">Hearnett</a>]]></dc:creator>
			<guid isPermaLink="false">https://mybb-es.com/hilo-mycode-agregar-un-borde-redondeado-a-las-imagenes</guid>
			<description><![CDATA[Este es un tuto muy simple,solo envuelve las imagines con los tags <pre class="block-code line-numbers language-none"><code class="language-none">[img][/img]</code></pre> en una caja,o simplemente le agrega bordes:<br />
<br />
<img src="http://www.mybb-es.com/attachment.php?aid=1173" loading="lazy" alt="[Image: attachment.php?aid=1173]" class="mycode_img" /><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Nombre</span>: Img Bordes<br />
<span style="font-weight: bold;" class="mycode_b">Descripcion</span>: Bordes a las imagenes<br />
<span style="font-weight: bold;" class="mycode_b">Uso:</span> <pre class="block-code line-numbers language-none"><code class="language-none">[img]link de la imagen[/img]</code></pre><br />
<span style="font-weight: bold;" class="mycode_b">Instalacion</span>:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Titulo:</span>Img Bordes<br />
<span style="font-weight: bold;" class="mycode_b">Descripcion:</span>Bordes a las imagenes<br />
<span style="font-weight: bold;" class="mycode_b">Expresión regular:</span><pre class="block-code line-numbers language-none"><code class="language-none"> \[img\](.*?)\[/img\]</code></pre><br />
<span style="font-weight: bold;" class="mycode_b">Reemplazar Por:</span><br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;table cellSpacing=&quot;0&quot; cellPadding=&quot;0&quot; border=&quot;0&quot;;&gt;&lt;td style=&quot;padding: 0px&quot;&gt;&lt;img src=&quot;images/ava012.png &quot;&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0px&quot; background=&quot;images/ava02.png &quot;&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0px&quot;&gt;&lt;img src=&quot;images/ava03.png &quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;padding: 0px&quot; background=&quot;images/ava04.png &quot;&gt;&lt;td style=&quot;padding: 0px; background-color: &quot; bgColor=&quot;&quot;&gt;&lt;img border='0' src='$1' width='auto' height='auto' /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0px&quot; background=&quot;images/ava06.png &quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;padding: 0px&quot;&gt;&lt;img src=&quot;images/ava07.png &quot;&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0px&quot; background=&quot;images/ava08.png &quot;&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0px&quot;&gt;&lt;img src=&quot;images/ava09.png &quot;&gt;&lt;/td&gt;&lt;/table&gt;</code></pre><br />
Lo siguiente es subir las imagenes del border a la carpeta images del a raiz de tu foro.<br />
<br />
<a href="http://www.mediafire.com/?upc74o7jm3jjn0u" target="_blank" rel="noopener" class="mycode_url">Descargar imagenes</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Nota importante:</span><br />
<br />
Este bbcode originalmente era solo para el avatar,creado por <span style="font-weight: bold;" class="mycode_b">ZioGuE</span>,yo no hice nada mas que remplazar 1 linea de su codigo.<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;a href=&quot;{$post['profilelink_plain']}&quot;&gt;&lt;img src=&quot;{$post['avatar']}&quot; alt=&quot;200&quot; {$avatar_width_height} /&gt;&lt;/a&gt;</code></pre><br />
Por lo siguiente:<br />
<br />
&lt;img border='0' src='&#36;1' width='auto' height='auto' /&gt;&lt;a/&gt;<br />
<br />
y algunas otras cosillas simples.<br />
<br />
Creditos a el,y si quieren a mi xD!.<br />
<br />
Saludos.<br />
]]></description>
			<content:encoded><![CDATA[Este es un tuto muy simple,solo envuelve las imagines con los tags <pre class="block-code line-numbers language-none"><code class="language-none">[img][/img]</code></pre> en una caja,o simplemente le agrega bordes:<br />
<br />
<img src="http://www.mybb-es.com/attachment.php?aid=1173" loading="lazy" alt="[Image: attachment.php?aid=1173]" class="mycode_img" /><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Nombre</span>: Img Bordes<br />
<span style="font-weight: bold;" class="mycode_b">Descripcion</span>: Bordes a las imagenes<br />
<span style="font-weight: bold;" class="mycode_b">Uso:</span> <pre class="block-code line-numbers language-none"><code class="language-none">[img]link de la imagen[/img]</code></pre><br />
<span style="font-weight: bold;" class="mycode_b">Instalacion</span>:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Titulo:</span>Img Bordes<br />
<span style="font-weight: bold;" class="mycode_b">Descripcion:</span>Bordes a las imagenes<br />
<span style="font-weight: bold;" class="mycode_b">Expresión regular:</span><pre class="block-code line-numbers language-none"><code class="language-none"> \[img\](.*?)\[/img\]</code></pre><br />
<span style="font-weight: bold;" class="mycode_b">Reemplazar Por:</span><br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;table cellSpacing=&quot;0&quot; cellPadding=&quot;0&quot; border=&quot;0&quot;;&gt;&lt;td style=&quot;padding: 0px&quot;&gt;&lt;img src=&quot;images/ava012.png &quot;&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0px&quot; background=&quot;images/ava02.png &quot;&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0px&quot;&gt;&lt;img src=&quot;images/ava03.png &quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;padding: 0px&quot; background=&quot;images/ava04.png &quot;&gt;&lt;td style=&quot;padding: 0px; background-color: &quot; bgColor=&quot;&quot;&gt;&lt;img border='0' src='$1' width='auto' height='auto' /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0px&quot; background=&quot;images/ava06.png &quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;padding: 0px&quot;&gt;&lt;img src=&quot;images/ava07.png &quot;&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0px&quot; background=&quot;images/ava08.png &quot;&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0px&quot;&gt;&lt;img src=&quot;images/ava09.png &quot;&gt;&lt;/td&gt;&lt;/table&gt;</code></pre><br />
Lo siguiente es subir las imagenes del border a la carpeta images del a raiz de tu foro.<br />
<br />
<a href="http://www.mediafire.com/?upc74o7jm3jjn0u" target="_blank" rel="noopener" class="mycode_url">Descargar imagenes</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Nota importante:</span><br />
<br />
Este bbcode originalmente era solo para el avatar,creado por <span style="font-weight: bold;" class="mycode_b">ZioGuE</span>,yo no hice nada mas que remplazar 1 linea de su codigo.<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;a href=&quot;{$post['profilelink_plain']}&quot;&gt;&lt;img src=&quot;{$post['avatar']}&quot; alt=&quot;200&quot; {$avatar_width_height} /&gt;&lt;/a&gt;</code></pre><br />
Por lo siguiente:<br />
<br />
&lt;img border='0' src='&#36;1' width='auto' height='auto' /&gt;&lt;a/&gt;<br />
<br />
y algunas otras cosillas simples.<br />
<br />
Creditos a el,y si quieren a mi xD!.<br />
<br />
Saludos.<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[MyCode] Mi boton de Descarga]]></title>
			<link>https://mybb-es.com/hilo-mycode-mi-boton-de-descarga</link>
			<pubDate>Fri, 13 Jan 2012 18:45:55 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://mybb-es.com/member.php?action=profile&uid=8293">cdperro</a>]]></dc:creator>
			<guid isPermaLink="false">https://mybb-es.com/hilo-mycode-mi-boton-de-descarga</guid>
			<description><![CDATA[Boton para envolver links de descarga.<br />
Las imagenes estan en imgur para que no sea necesario subirlas a ningun lado.<br />
<br />
Expresión regular:<br />
<pre class="block-code line-numbers language-none"><code class="language-none">\[boton\](.*?)\[/boton\]</code></pre><br />
Reemplazar por:<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;A HREF=&quot;$1&quot; TARGET=&quot;blank&quot;&gt;&lt;table height=&quot;44&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td width=&quot;178&quot;&gt;&lt;img src=&quot;http://i.imgur.com/x269C.png&quot; width=&quot;178&quot; height=&quot;44&quot; /&gt;&lt;/td&gt;
    &lt;td background=&quot;http://i.imgur.com/wElHI.png&quot;&gt;$1&lt;/td&gt;
    &lt;td width=&quot;12%&quot;&gt;&lt;img src=&quot;http://i.imgur.com/mHOU7.png&quot; width=&quot;31&quot; height=&quot;44&quot; /&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;/A&gt;</code></pre><br />
Ejemplo:<br />
<img src="http://i.imgur.com/FEMra.jpg" loading="lazy" alt="[Image: FEMra.jpg]" class="mycode_img" /><br />
<br />
Lo se, soy un simple <img src="https://cdn.mybb-es.com/images/smilies/tongue.svg" alt="Tongue" title="Tongue" class="smilie smilie_5" />]]></description>
			<content:encoded><![CDATA[Boton para envolver links de descarga.<br />
Las imagenes estan en imgur para que no sea necesario subirlas a ningun lado.<br />
<br />
Expresión regular:<br />
<pre class="block-code line-numbers language-none"><code class="language-none">\[boton\](.*?)\[/boton\]</code></pre><br />
Reemplazar por:<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;A HREF=&quot;$1&quot; TARGET=&quot;blank&quot;&gt;&lt;table height=&quot;44&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td width=&quot;178&quot;&gt;&lt;img src=&quot;http://i.imgur.com/x269C.png&quot; width=&quot;178&quot; height=&quot;44&quot; /&gt;&lt;/td&gt;
    &lt;td background=&quot;http://i.imgur.com/wElHI.png&quot;&gt;$1&lt;/td&gt;
    &lt;td width=&quot;12%&quot;&gt;&lt;img src=&quot;http://i.imgur.com/mHOU7.png&quot; width=&quot;31&quot; height=&quot;44&quot; /&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;/A&gt;</code></pre><br />
Ejemplo:<br />
<img src="http://i.imgur.com/FEMra.jpg" loading="lazy" alt="[Image: FEMra.jpg]" class="mycode_img" /><br />
<br />
Lo se, soy un simple <img src="https://cdn.mybb-es.com/images/smilies/tongue.svg" alt="Tongue" title="Tongue" class="smilie smilie_5" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[MyCode] Agregar Video de Vimeo solo con ID]]></title>
			<link>https://mybb-es.com/hilo-mycode-agregar-video-de-vimeo-solo-con-id</link>
			<pubDate>Tue, 29 Nov 2011 06:55:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://mybb-es.com/member.php?action=profile&uid=9119">-Locked-</a>]]></dc:creator>
			<guid isPermaLink="false">https://mybb-es.com/hilo-mycode-agregar-video-de-vimeo-solo-con-id</guid>
			<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[MyCode] Youtube al estilo nuevo permitiendo pantalla completa y sin relacionar videos xD.]]></title>
			<link>https://mybb-es.com/hilo-mycode-youtube-al-estilo-nuevo-permitiendo-pantalla-completa-y-sin-relacionar-videos-xd</link>
			<pubDate>Tue, 05 Jul 2011 20:23:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://mybb-es.com/member.php?action=profile&uid=3232">Dark Neo</a>]]></dc:creator>
			<guid isPermaLink="false">https://mybb-es.com/hilo-mycode-youtube-al-estilo-nuevo-permitiendo-pantalla-completa-y-sin-relacionar-videos-xd</guid>
			<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[MyCode] Redimensionar Imagen]]></title>
			<link>https://mybb-es.com/hilo-mycode-redimensionar-imagen</link>
			<pubDate>Mon, 02 May 2011 19:57:27 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://mybb-es.com/member.php?action=profile&uid=1653">darkenix</a>]]></dc:creator>
			<guid isPermaLink="false">https://mybb-es.com/hilo-mycode-redimensionar-imagen</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="color: #000080;" class="mycode_color">Holas a todos, para todos los usuarios que quieran redimensionar las imágenes del foro para que no se deforme, aquí les dejo una solución sin usar plugin alguno, simplemente debemos crear el siguiente mycode</span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Titulo</span><br />
Imagen<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Descripción corta</span><br />
Codigo para redimensionar imagen<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Expresión regular</span><br />
\[img\](.*?)\[/img\]<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Reemplazar por</span><br />
&lt;a href="&#36;1"&gt;&lt;img style="<span style="color: #FF0000;" class="mycode_color">max-width:685px</span>;" src="&#36;1" alt="İmage"/&gt;&lt;/a&gt;<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Instrucciones</span>: Lo que marque en rojo es el ancho de la imagen como se va ver en el foro, ustedes pongan a su medida.<br />
bueno eso es todo suerte atte: Darkenix.]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="color: #000080;" class="mycode_color">Holas a todos, para todos los usuarios que quieran redimensionar las imágenes del foro para que no se deforme, aquí les dejo una solución sin usar plugin alguno, simplemente debemos crear el siguiente mycode</span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Titulo</span><br />
Imagen<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Descripción corta</span><br />
Codigo para redimensionar imagen<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Expresión regular</span><br />
\[img\](.*?)\[/img\]<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Reemplazar por</span><br />
&lt;a href="&#36;1"&gt;&lt;img style="<span style="color: #FF0000;" class="mycode_color">max-width:685px</span>;" src="&#36;1" alt="İmage"/&gt;&lt;/a&gt;<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Instrucciones</span>: Lo que marque en rojo es el ancho de la imagen como se va ver en el foro, ustedes pongan a su medida.<br />
bueno eso es todo suerte atte: Darkenix.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[MyCode] Caja para Descargas]]></title>
			<link>https://mybb-es.com/hilo-mycode-caja-para-descargas</link>
			<pubDate>Sat, 26 Mar 2011 19:02:38 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://mybb-es.com/member.php?action=profile&uid=2237">TaloBV</a>]]></dc:creator>
			<guid isPermaLink="false">https://mybb-es.com/hilo-mycode-caja-para-descargas</guid>
			<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
		</item>
	</channel>
</rss>