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
Poner Iconos Como Conmuvir!
leoclaros   26 Apr, 2011, 4:43 pm
#1
Asunto: Poner Iconos Como Conmuvir
Url: www.net-games.com.ar
Versión: 1.6
Actualización: 1.63

Hola necesito poner estos iconos
[Imagen: off.png] asi [Imagen: on.png] como conmuvir
yo intente pero no me salio porque tengo distintas cosas en los lugares qe tengo qe modificar, alguien me los hace porfavor! Smile

forumbit_depth2_forum:

Código PHP:
<?php 
<tr>
<
td style="padding: 0;">
<
table border="0" cellspacing="0" cellpadding="5">
<
tr>
<
td align="center" valign="middle" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}" /></td>
<
td valign="middle">
<
strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div>{$forum['description']}{$modlist}{$subforums}</div>
</
td>
<
td valign="middle" align="center" style="white-space: nowrap" width="90">
<
strong>{$threads}{$unapproved['unapproved_threads']}</strong><br />
<
span style="text-transform: uppercase;">{$lang->forumbit_threads}</span>
</
td>
<
td valign="middle" align="center" style="white-space: nowrap" width="90">
<
strong>{$posts}{$unapproved['unapproved_posts']}</strong><br />
<
span style="text-transform: uppercase;">{$lang->forumbit_posts}</span>
</
td>
<
td valign="middle" align="right" style="white-space: nowrap" width="250">{$lastpost}</td>
</
tr>
</
table>
</
td>
</
tr>[b]
[/b][font=tahoma]
[/font]
forumbit_depth1_cat:


Código PHP:
<?php 
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}">
<
thead>
<
tr>
<
td colspan="5">
<
div><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" alt="{$expaltext}" title="{$expaltext}" /></div>
<
div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div>{$forum['description']}</div></div>
</
td>
</
tr>
</
thead>
<
tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{
$sub_forums}
</
tbody>
</
table>
<
br />
Omar G.   26 Apr, 2011, 5:04 pm
#2
Este es el código de la carpeta:
Código PHP:
<?php 
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}" />

Ponlo antes de:
Código PHP:
<?php 
<a href="{$forum_url}">{$forum['name']}</a>

Quedando así:
Código PHP:
<?php 
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}" /><a href="{$forum_url}">{$forum['name']}</a>


Y el código original de las carpetas:
Código PHP:
<?php 
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}" />

Reemplazarlo por el de los ficons:
Código PHP:
<?php 
<img src="{$theme['imgdir']}/ficons/icon_{$forum['fid']}.png" alt="{$forum['name']}" title="{$forum['name']}" />

Todo esto antes de colocar el tuto de ficons por que es mas fácil así...

{SIGNATURE_IMAGE}
leoclaros   26 Apr, 2011, 5:17 pm
#3
Gracias, ahora si pude Smile

+1

Porque sale ese error en respuesta rapida?

[Imagen: dibujo-1303863592.png]
Última modificación: 26 Apr, 2011, 5:21 pm por huesos.
Omar G.   26 Apr, 2011, 5:40 pm
#4
Me agrada que te allá servido, por lo de la respuesta rápida no sabría que pasa.

Editaste solo lo que te coloque allí?

Intenta deshabilitando la respuesta avanzada y rehabilitarla.
leoclaros   26 Apr, 2011, 5:41 pm
#5
sisis,
pero lo de la respuesta rapidaa es apartee!
Cluster   26 Apr, 2011, 5:42 pm
#6
posiblemente sea un error de traduccion quisas en realidad dice que el mensaje es muy corto

:)
Gypaete   27 Apr, 2011, 3:02 am
#7
Naa eso me pasó a mi ._.
¿Tienes el WYSING (Como se escriba) ?
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.