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
¿Como poner el Aviso de MP?
Páginas (2):    1 2
lalit0   17 Dec, 2010, 10:01 am
#11
Index:
Código:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    lang.no_new_posts = "{$lang->no_new_posts}";
    lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>


</head>
<body>
{$header}
{$ps_header_index}
{$forums}
{$ps_footer_index}
{$boardstats}

<dl class="forum_legend smalltext">
    <dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
    <dd>{$lang->new_posts}</dd>

    <dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
    <dd>{$lang->no_new_posts}</dd>

    <dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
    <dd>{$lang->forum_locked}</dd>
</dl>
<br style="clear: both" />


<table border="0" cellspacing="1" cellpadding="4" class="tborder">

<tr>

<td class="thead"><strong>Afiliados</strong></td>

</tr>

<tr>

<td class="trow1" align="center">


<div align="center">

<strong>

</td>

</tr>

</table>

<table border="0" cellspacing="1" cellpadding="4" class="tborder">

<tr>

<td class="thead"><strong><center>Publicidad</center></strong></td>

</tr>

<tr>

<td class="trow1" align="center">


<div align="center">

<strong>

<div class="menu">



</div>

</td>

</tr>

</table>

{$footer}

</body>
</html>

Creo que el codigo que buscas es este: "{$ps_header_index}"
Maxii_mybb_import8095   17 Dec, 2010, 10:09 am
#12
Reemplaza toda la plantilla index por esto:
Código:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    lang.no_new_posts = "{$lang->no_new_posts}";
    lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>


</head>
<body>
{$header}
{$pm_notice}
{$ps_header_index}
{$forums}
{$ps_footer_index}
{$boardstats}

<dl class="forum_legend smalltext">
    <dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
    <dd>{$lang->new_posts}</dd>

    <dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
    <dd>{$lang->no_new_posts}</dd>

    <dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
    <dd>{$lang->forum_locked}</dd>
</dl>
<br style="clear: both" />


<table border="0" cellspacing="1" cellpadding="4" class="tborder">

<tr>

<td class="thead"><strong>Afiliados</strong></td>

</tr>

<tr>

<td class="trow1" align="center">


<div align="center">

<strong>

</td>

</tr>

</table>

<table border="0" cellspacing="1" cellpadding="4" class="tborder">

<tr>

<td class="thead"><strong><center>Publicidad</center></strong></td>

</tr>

<tr>

<td class="trow1" align="center">


<div align="center">

<strong>

<div class="menu">



</div>

</td>

</tr>

</table>

{$footer}

</body>
</html>

Y reemplaza toda la plantilla header por esta:

Código:
<div id="container">
        <a name="top" id="top"></a>
        <div id="header">
{$welcomeblock}
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

                <div id="menu">
                    <ul>
    <li class="active"><a href="index.php">Foro</a></li>
    <li><a href="portal.php">Portal</a></li>
    <li><a href="search.php">Buscar</a></li>
    <li class="search">        
<form method="post" action="search.php" style="margin: 0;">
                <input type="text" class="textbox-search" id="focus" onFocus="Active(this)" onBlur="NotActive(this)" name="keywords" size="30" style="width: 150px;" />
    <input type="image" class="button-search" src="m-zero/search.png" name="submit">
    <input type="hidden" name="action" value="do_search" /><input type="hidden" name="postthread" value="1" checked="checked" />
    <input type="hidden" name="showresults" value="threads" checked="checked" />
                </form></li>
                    </ul>
                </div>
      

<div class="menu_sub">
<a href="misc.php?action=help">Ayuda</a>
<a href="calendar.php">Calendario</a>
<a href="<archive_url>">{$lang->bottomlinks_litemode}</a>
<a href="#content">{$lang->bottomlinks_returncontent}</a>
<a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a>
</div>

{$imgflotante}

</div>
        <div id="content">
            {$bannedwarning}
            {$bbclosedwarning}
            {$unreadreports}
            <navigation>
            <br />


<table border="0" cellspacing="1" cellpadding="4" class="tborder">

<tr>

<td class="thead"><strong><center>Publicidad</center></strong></td>

</tr>

<tr>

<td class="trow1" align="center">


<div align="center">

<strong>

<div class="menu">


</div>

</td>

</tr>

</table>
Última modificación: 17 Dec, 2010, 10:10 am por Aeroxis.
lalit0   17 Dec, 2010, 2:16 pm
#13
Ok mañana te cuento si va!!
nentab   21 Dec, 2010, 5:20 pm
#14
(17 Dec, 2010, 2:16 pm)lalit0 escribió: Ok mañana te cuento si va!!

Al final cómo te fue?
lalit0   29 Dec, 2010, 5:13 am
#15
Pues resulta que modifique las plantillas que me dijo el amigo maxii y nosé si funcionó lo de los mensajes privados pero lo quité rapidamente porque la barra principal se me desplazaba al hacer esa configuración... entonces no lo he conseguido todavía!
ariel   29 Dec, 2010, 10:51 pm
#16
Si queres que este abajo del cuadro de publicidad, esto tendria que ir asi: [Es la plantilla HEADER]

Código PHP:
<?php 
<div id="container">
<
a name="top" id="top"></a>
<
div id="header">
{
$welcomeblock}
<
div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

<
div id="menu">
<
ul>
<
li class="active"><a href="index.php">Foro</a></li>
<
li><a href="portal.php">Portal</a></li>
<
li><a href="search.php">Buscar</a></li>
<
li class="search">
<
form method="post" action="search.php" style="margin: 0;">
<
input type="text" class="textbox-search" id="focus" onFocus="Active(this)" onBlur="NotActive(this)" name="keywords" size="30" style="width: 150px;" />
<
input type="image" class="button-search" src="m-zero/search.png" name="submit">
<
input type="hidden" name="action" value="do_search" /><input type="hidden" name="postthread" value="1" checked="checked" />
<
input type="hidden" name="showresults" value="threads" checked="checked" />
</
form></li>
</
ul>
</
div>


<
div class="menu_sub">
<
a href="misc.php?action=help">Ayuda</a>
<
a href="calendar.php">Calendario</a>
<
a href="<archive_url>">{$lang->bottomlinks_litemode}</a>
<
a href="#content">{$lang->bottomlinks_returncontent}</a>
<
a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a>
</
div>

{
$imgflotante}

</
div>
<
div id="content">
{
$bannedwarning}
{
$bbclosedwarning}
{
$unreadreports}
<
navigation>
<
br />


<
table border="0" cellspacing="1" cellpadding="4" class="tborder">

<
tr>

<
td class="thead"><strong><center>Publicidad</center></strong></td>

</
tr>

<
tr>

<
td class="trow1" align="center">


<
div align="center">

<
strong>

<
div class="menu">


</
div>

</
td>

</
tr>

</
table>

{
$pm_notice}

Si queres que este antes del cuadro de publicidad es asi:[Es la plantilla HEADER]

Código PHP:
<?php 
<div id="container">
<
a name="top" id="top"></a>
<
div id="header">
{
$welcomeblock}
<
div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

<
div id="menu">
<
ul>
<
li class="active"><a href="index.php">Foro</a></li>
<
li><a href="portal.php">Portal</a></li>
<
li><a href="search.php">Buscar</a></li>
<
li class="search">
<
form method="post" action="search.php" style="margin: 0;">
<
input type="text" class="textbox-search" id="focus" onFocus="Active(this)" onBlur="NotActive(this)" name="keywords" size="30" style="width: 150px;" />
<
input type="image" class="button-search" src="m-zero/search.png" name="submit">
<
input type="hidden" name="action" value="do_search" /><input type="hidden" name="postthread" value="1" checked="checked" />
<
input type="hidden" name="showresults" value="threads" checked="checked" />
</
form></li>
</
ul>
</
div>


<
div class="menu_sub">
<
a href="misc.php?action=help">Ayuda</a>
<
a href="calendar.php">Calendario</a>
<
a href="<archive_url>">{$lang->bottomlinks_litemode}</a>
<
a href="#content">{$lang->bottomlinks_returncontent}</a>
<
a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a>
</
div>

{
$pm_notice}{$imgflotante}

</
div>
<
div id="content">
{
$bannedwarning}
{
$bbclosedwarning}
{
$unreadreports}
<
navigation><br>
{
$pm_notice}
<
br />


<
table border="0" cellspacing="1" cellpadding="4" class="tborder">

<
tr>

<
td class="thead"><strong><center>Publicidad</center></strong></td>

</
tr>

<
tr>

<
td class="trow1" align="center">


<
div align="center">

<
strong>

<
div class="menu">


</
div>

</
td>

</
tr>

</
table>
Si hiciste esto, y no te aparece el cuadro de que tenes un mensaje nuevo, entra aca:

Plantillas y estilos - Plantillas - Tu tema - Global - Plantillas -> global_pm_alert
Si no tienes nada adentro de esa plantilla, entonces pega esto:

Código PHP:
<?php 
<div class="pm_alert" id="pm_notice">
<
div class="float_right"><a href="private.php?action=dismiss_notice&amp;my_post_key={$mybb->post_code}" title="{$lang->dismiss_notice}" onclick="return MyBB.dismissPMNotice()"><img src="{$theme['imgdir']}/dismiss_notice.gif" alt="{$lang->dismiss_notice}" title="[x]" /></a></div>
<
div>{$privatemessage_text}</div>
</
div>
<
br />
Ahi te tendria que aparecer como quieres, emm, si queres de esta forma, te combiene desactivar el plugins que te avisa que tenes un Mensaje privado.
Saludos.
Última modificación: 29 Dec, 2010, 11:11 pm por camufla.
lalit0   30 Dec, 2010, 5:31 am
#17
mmm... no va ninguno de los codigo, la verdad he probado los 2 y no me funcionan. Me fuí a la plantilla esa de "global_pm_alert y no estaba vacia, pero era diferente al codigo que me pusiste, lo cambié por el que me diste y todo el foro se me desconfigura por completo... se me alarga todo...

Bueno, para dejarlo como estaba antes esa plantilla del pm alert la he tenido que borrar todo....

:S
ariel   30 Dec, 2010, 9:00 am
#18
Desactivaste el plugins de los PMs? Si no es asi, nunca te va a funcionar, ya que reemplaza ese por el plugins...
lalit0   30 Dec, 2010, 11:36 am
#19
ahhh pues entonces puede ser por eso....

Yo lo que quería es tener las 2 cosas, incluso pensaba que se podían tener las 2... Pero veo que no se puede...

Bueno entonces prefiero quedarme con el plugin de Ajax....

También quiero agradecerles todo lo que han hecho por ayudarme y les deseao un feliz año 2011 =D
ariel   30 Dec, 2010, 12:03 pm
#20
De nada, Igualmente. Paso a cerrar el tema.
Páginas (2):    1 2
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.