Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - thezorro

Pages: 1 2 3 [4]
46
Hola amigos a las personas que no les funciona este mod para la version 2.0.4 , pues yo lo he areglado , weno lo 1 es inslara el mod pero la versiona cbi176 depues van al tema donde lo quieren /public_html/foro/Themes/tu thema y buscan el archivo

BoardIndex.template.php

dentro del archivo buscan este codigo

Code: [Select]
/* Each board in each category's boards has:
new (is it new?), id, name, description, moderators (see below), link_moderators (just a list.),
children (see below.), link_children (easier to use.), children_new (are they new?),
topics (# of), posts (# of), link, href, and last_post. (see below.) */
foreach ($category['boards'] as $board)
{
echo '
<tr id="board_', $board['id'], '" class="windowbg4">
<td class="icon"', !empty($board['children']) ? ' rowspan="2"' : '', '>
<a href="', ($board['is_redirect'] || $context['user']['is_guest'] ? $board['href'] : $scripturl . '?action=unread;board=' . $board['id'] . '.0;children'), '">';

// If the board or children is new, show an indicator.
if ($board['new'] || $board['children_new'])
echo '
<img src="', $settings['images_url'], '/', $context['theme_variant_url'], 'on', $board['new'] ? '' : '2', '.png" alt="', $txt['new_posts'], '" title="', $txt['new_posts'], '" />';
// Is it a redirection board?
elseif ($board['is_redirect'])
echo '
<img src="', $settings['images_url'], '/', $context['theme_variant_url'], 'redirect.png" alt="*" title="*" />';
// No new posts at all! The agony!!
else
echo '
<img src="', $settings['images_url'], '/', $context['theme_variant_url'], 'off.png" alt="', $txt['old_posts'], '" title="', $txt['old_posts'], '" />';

echo '
</a>
</td>

y lo remplazan por este

Code: [Select]
/* Each board in each category's boards has:
new (is it new?), id, name, description, moderators (see below), link_moderators (just a list.),
children (see below.), link_children (easier to use.), children_new (are they new?),
topics (# of), posts (# of), link, href, and last_post. (see below.) */
foreach ($category['boards'] as $board)
{
echo '
<tr id="board_', $board['id'], '" class="windowbg2">
<td class="icon windowbg"', !empty($board['children']) ? ' rowspan="2"' : '', '>
<a href="', ($board['is_redirect'] || $context['user']['is_guest'] ? $board['href'] : $scripturl . '?action=unread;board=' . $board['id'] . '.0;children'), '">';
// If the board or children is new, show an indicator.
if ($board['new'] || $board['children_new'])
{
if (file_exists($settings['theme_dir'] . '/images/icons/' . $board['id'] . '/' . $context['theme_variant_url'] . 'on.png'))
$board_new_img = '/icons/' . $board['id'];
else
$board_new_img = '';
echo '
<img src="', $settings['images_url'], $board_new_img, '/', $context['theme_variant_url'], 'on', $board['new'] ? '' : '2', '.png" alt="', $txt['new_posts'], '" title="', $txt['new_posts'], '" />';
}
// Is it a redirection board?
elseif ($board['is_redirect'])
{
if (file_exists($settings['theme_dir'] . '/images/icons/' . $board['id'] . '/' . $context['theme_variant_url'] . 'redirect.png'))
$board_redirect_img = '/icons/' . $board['id'];
else
$board_redirect_img = '';
echo '
<img src="', $settings['images_url'], $board_redirect_img, '/', $context['theme_variant_url'], 'redirect.png" alt="*" title="*" />';
}
// No new posts at all! The agony!!
else
{
if (file_exists($settings['theme_dir'] . '/images/icons/' . $board['id'] . '/' . $context['theme_variant_url'] . 'off.png'))
$board_nonew_img = '/icons/' . $board['id'];
else
$board_nonew_img = '';
echo '
<img src="', $settings['images_url'], $board_nonew_img, '/', $context['theme_variant_url'], 'off.png" alt="', $txt['old_posts'], '" title="', $txt['old_posts'], '" />';
}
echo '
</a>
</td>

con esto el mod tiene que funcionar perfectamente

47
Soporte General SMF / cambiar el user name por member title
« on: March 12, 2013 - 06:00 06:00 »
cambiar el user name por member title

Datos importantes:
Url del foro: https://kekoworld.com/foro
Version de SMF: 2.0.4
Theme del foro: Bluez

Descripcion del problema:
Hola amigos como dice el titulo , me gustaria cambiar en vez de que mi salga el mi user name en el perfil de ariba quiero que mi salga el member title




como veran en la 2 foto mi nombre de member title es 123456789 y eso que uso el item de Cambia tu nombre a mostrar , y cuando lo uso se me cammbia donde pone 123456789 a el nombre que pongo yo alguien sabe como ponerlo en vez de que mi salga el nombre de usuario ¿?



el codigo es

Code: [Select]
// Show the member's custom title, if they have one.
                            if (!empty($message['member']['title']))
                            echo '
                                                                    <li class="title">', $message['member']['title'], '</li>';
                                                           
                            echo '
                            <li class="postcount"><hr class="kmdivisor" />
                                    <div class="cr_post">';

48
Soporte General SMF / Re:no mi sali la publicidad
« on: March 10, 2013 - 08:40 20:40 »
Probá con este:


gracias ya me salio una cosa , si quiero ponerlo en otras parte en el index o en otras parte mi puedes dicer o darme los codigo de cada publicidad porfa ¿?

49
Soporte General SMF / Re:no mi sali la publicidad
« on: March 10, 2013 - 09:50 09:50 »
aqui lo tienes vale

50
Soporte General SMF / no mi sali la publicidad
« on: March 09, 2013 - 10:16 10:16 »
no mi sali la publicidad

Datos importantes:
Url del foro: http://kekoworld.com/foro/
Version de SMF: 2.0.4
Theme del foro: Bluez

Descripcion del problema:
Hola amigos he instalado el mod de  publicidad y mi sali en el panel de adminictracion y todo , y cuando coloco la publicidad , resulta que no mi sali :(

alguien puede ayudarme el mod que tengo instalado es

http://www.smfsimple.com/index.php?action=downloads;sa=view;download=11#

tengo la publicidad puesta y a un hace no sali nada

51
Traducciones SMF / Re:Glow And Color Title
« on: February 26, 2013 - 07:27 07:27 »
desinstale el MOD de mi foro SMF y me dio un error....


Code: [Select]
$txt['name_color'] = 'Color Name:'; $txt['name_color_desc'] = 'Use a color to show in your name
ej: #FF0000 or Red'; $txt['name_color_glow'] = 'Glow Color Name: '; $txt['name_color_glow_desc'] = 'Use a color to show in your name with a glow style
ej: #FF0000 or Red'; $txt['name_color'] = 'Color Name:'; $txt['name_color_desc'] = 'Use a color to show in your name
ej: #FF0000 or Red'; $txt['name_color_glow'] = 'Glow Color Name: '; $txt['name_color_glow_desc'] = 'Use a color to show in your name with a glow style
ej: #FF0000 or Red';

Imagen:




Espero que alguien pueda ayudarme!!

Saludos.

Pages: 1 2 3 [4]
top

Smfsimple.com es un sitio destinado a brindar un servicio de soporte y herramientas para foros realizados con el sistema de foros gratuito simplemachines.org. Contamos con un selecto equipo de desarrolladores y conocedores del sistema, sus foros estaran en buenas manos.
This site is not affiliated with or endorsed by Simple Machines