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
Iconos de los foros
Páginas (2): 1 2   
progold   7 Dec, 2012, 11:04 am
#1
Bueno hola a todos en el foro quería ver si me podían ayudar con este tema:

use este pluning: http://www.mybb-es.com/hilo-plugin-forums-icons?page=1

y me quedo de esta forma en mi foro:

[Imagen: AfZNW.png]

pero no se como lograr que se vea de esta manera:

[Imagen: mkVuA.png]

el puntito de mensajes nuevos esta adelante de la imagen cosa que en mi foro esta primero, otra cosa es que esta imagen:
[Imagen: cnti.png]
se encuentra apegada también cosa que quiero ponerlo separado como en MyBB
Última modificación: 7 Dec, 2012, 2:10 pm por dejuanito.
progold   7 Dec, 2012, 3:00 pm
#2
Hola alguna ayuda en este tema
Leandro M.   7 Dec, 2012, 4:56 pm
#3
Tenes que seguir este tutorial para que las imagenes esten al lado del nombre del foro, y lo de las imagenes podes editarlo con photoshop para que quede un poco mas separado
http://www.mybb-es.com/hilo-mover-imagen...e-del-foro
progold   7 Dec, 2012, 10:41 pm
#4
No logro hacer eso algo anda mal o que debe ser dejo mi plantilla para aver si me ayudan con esto.

forumbit_depth2_forum:
Código PHP:
<?php 
<tr>
<
td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td><td class="{$bgcolor}" align="center" valign="top" width="1"><img src="Forum_Icons/{$forum['icon']}" alt="{$forum['name']}" /></td>
<
td class="{$bgcolor}" valign="top">
<
strong><a href="{$forum_url}">{$forum['name']}</a></strong><a href="newthread.php?fid={$forum['fid']}" title="Publicar nuevo tema en {$forum['name']}"><img src="images/cnti.png" alt="New Thread" /></a>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</
td>
<
td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<
td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<
td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</
tr>

forumbit_depth1_cat:
Código PHP:
<?php 
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<
thead>
<
tr>
<
td class="thead" colspan="6">
<
div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<
div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</
td>
</
tr>
</
thead>
<
tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<
tr>
<
td class="tcat" colspan="3"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<
td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<
td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<
td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</
tr>
{
$sub_forums}
</
tbody>
</
table>
<
br />
Cluster   8 Dec, 2012, 10:47 am
#5
forumbit_depth2_forum:
Código PHP:
<?php 
<tr>
<
td class="{$bgcolor}" align="center" valign="middle" width="1"><a title="{$forum['name']}" href="{$forum_url}"><img src="uploads/ficons/{$forum['fid']}.png" width="40" height="40" alt="{$forum['name']}" /></a></td>
<
td class="{$bgcolor}" valign="top">
<
img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /> <strong><a title="{$forum['name']}" href="{$forum_url}">{$forum['name']}</a></strong><div style="float:right;padding:5px;"><a href="newthread.php?fid={$forum['fid']}" title="Abrir un tema nuevo en el foro {$forum['name']}"><img src="images/cnti.png" alt="Nuevo Tema" /></a></div> {$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</
td>
<
td class="{$bgcolor}" valign="middle" align="center" style="white-space: nowrap">
<
div style="color: #7D7D7D; font-size: 16px;"><strong>{$threads}</strong></div>
<
span style="color: #a0a0a0; font-size: 10px; text-transform: uppercase;"><strong>{$lang->forumbit_threads}</strong></span>
</
td>
<
td class="{$bgcolor}" valign="middle" align="center" width="50" style="white-space: nowrap">
<
div style="color: #7D7D7D; font-size: 16px;"><strong>{$posts}</strong></div>
<
span style="color: #a0a0a0; font-size: 10px; text-transform: uppercase;"><strong>{$lang->forumbit_posts}</strong></span>
</
td>
<
td class="{$bgcolor}" valign="middle" align="right" style="white-space: nowrap">{$lastpost}</td>
</
tr>

forumbit_depth1_cat:
Código PHP:
<?php 
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<
thead>
<
tr>
<
td class="thead" colspan="2">
<
div><img src="images/mybbes/categoria_{$forum['fid']}.png" alt="{$forum['name']}"> <a title="{$forum['name']}" href="{$forum_url}"><strong>{$forum['name']}</a></strong> <small><span sryle="font-weight: 0;">{$forum['description']}</span></small></div>
</
td>
<
td class="thead" width="70" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<
td class="thead" width="70" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<
td class="thead" width="150" align="center">
<
div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<
span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span>
</
td>
</
tr>
</
thead>
<
tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{
$sub_forums}
</
tbody>
</
table>
<
br />

forumbit_depth2_cat
Código PHP:
<?php 
<tr>
<
td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<
td class="{$bgcolor}" valign="top">
<
strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div>
</
td>
<
td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}</td>
<
td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}</td>
<
td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</
tr>

Plantillas de MyBB-Es

:)
progold   8 Dec, 2012, 8:44 pm
#6
@Cluster
Gracias ahora lo apruebo y veo si se soluciono el detalle Smile
progold   8 Dec, 2012, 11:52 pm
#7
@Cluster
Al hacer eso mira ahora como me quedo amigo

[Imagen: wCNrc.png]
[Imagen: SJqqe.png]

A que se debe eso por favor podrías ayudarme
PD: tuve que poner mi plantilla original de nuevo.
papi   9 Dec, 2012, 4:47 am
#8
antes de añadir ese código, pégalo en un bloc de notas y luego lo pegas. Ya que si lo haces directamente desde internet, te van a salir algunos caracteres y se te va a deformar todo
progold   9 Dec, 2012, 8:42 am
#9
sigue igual se me ve deforme
progold   9 Dec, 2012, 9:44 pm
#10
Alguien que me ayude en este tema porfavor
Páginas (2): 1 2   
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.