Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/plugins/avatarep.php on line 1102

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Agregar imagen
Páginas (2): 1 2   
alfalf74   2 Sep, 2010, 8:25 am
#1
-Titulo: Agregar imagen
-Version del Foro: 1.6
-Actualizacion: No es una actualización
-Informacion del problema: Como puedo agregar una imagen en donde lo muestra la siguiente imagen?

[Imagen: pruebae.jpg]

Gracias
Gypaete   2 Sep, 2010, 8:38 am
#2
Qué qiueres agregar exactamente ,sólo una imagen?
alfalf74   2 Sep, 2010, 8:40 am
#3
(2 Sep, 2010, 8:38 am)Gypaete escribió: Qué qiueres agregar exactamente ,sólo una imagen?

Exacto quiero agregar una imagen, que al hacerle click lleve a una pagina que yo ponga!

Gracias
Gypaete   2 Sep, 2010, 8:42 am
#4
Tienes el proportal ,no lo controlo ,pero bueno ,ve a tu ACP=>Plantillas=>plantillas-globales=> y buscas una que ponga ,portal ,o pro_portal ,copia el code y pásamela Smile
alfalf74   2 Sep, 2010, 8:44 am
#5
Pro portal:

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td valign="top" width="{$proportal->settings['leftcolwidth']}" style="padding-right:{$proportal->settings['verticalspace']}px">
{$leftblocks}
</td>
<td valign="top">
{$centerblocks}
</td>
<td valign="top" width="{$proportal->settings['rightcolwidth']}" style="padding-left:{$proportal->settings['verticalspace']}px">
{$rightblocks}
</td>
</tr>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td align="center" width="100%" class="smalltext"><a href="http://www.promybb.com/" target="_blank">Pro Portal 1.0</a> &copy; 2010 <a href="http://atopal.com/" target="_blank">Adnan TOPAL</a></td>
</tr>
</table>
{$footer}
</body>
</html>

Y este es el pro_portal_page:

<div style="padding-bottom:{$proportal->settings['horizontalspace']}px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$title}</strong></td>
</tr>
<tbody>
<tr>
<td class="trow1">
{$content}
</td>
</tr>
</tbody>
</table>
</div>
Gypaete   2 Sep, 2010, 8:47 am
#6
Prueba con esta ,la del pro portal
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td valign="top" width="{$proportal->settings['leftcolwidth']}" style="padding-right:{$proportal->settings['verticalspace']}px">
{$leftblocks}
</td>
<td valign="top">
<a href="Link><img src="URL de la IMAGEN"></a>
{$centerblocks}
</td>
<td valign="top" width="{$proportal->settings['rightcolwidth']}" style="padding-left:{$proportal->settings['verticalspace']}px">
{$rightblocks}
</td>
</tr>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td align="center" width="100%" class="smalltext"><a href="http://www.promybb.com/" target="_blank">Pro Portal 1.0</a> &copy; 2010 <a href="http://atopal.com/" target="_blank">Adnan TOPAL</a></td>
</tr>
</table>
{$footer}
</body>
</html>

Si no te sirve dimelo Smile
alfalf74   2 Sep, 2010, 8:52 am
#7
Maestro, no anduvo, no aparece la imagen!
Gypaete   2 Sep, 2010, 8:57 am
#8
Como pusiste el código? ,ponlo aquí Smile
Maxii   2 Sep, 2010, 11:11 am
#9
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td valign="top" width="{$proportal->settings['leftcolwidth']}" style="padding-right:{$proportal->settings['verticalspace']}px">
{$leftblocks}
</td>
<td valign="top">
<a href="Link"><img src="URL de la IMAGEN"></a></a>
{$centerblocks}
</td>
<td valign="top" width="{$proportal->settings['rightcolwidth']}" style="padding-left:{$proportal->settings['verticalspace']}px">
{$rightblocks}
</td>
</tr>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td align="center" width="100%" class="smalltext"><a href="http://www.promybb.com/" target="_blank">Pro Portal 1.0</a> &copy; 2010 <a href="http://atopal.com/" target="_blank">Adnan TOPAL</a></td>
</tr>
</table>
{$footer}
</body>
</html>

Prueba con ese, te había faltado una de las comilla en "Link"
Última modificación: 2 Sep, 2010, 11:11 am por romkotov1999.
Gypaete   2 Sep, 2010, 11:14 am
#10
pero no tiene nada que ver ,el dijo que no le había salido la imagen y el código de la imagen esta bien xD
Páginas (2): 1 2   
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.