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 hacer esto?
leoclaros   17 Jun, 2011, 5:05 pm
#1
Wenas, necesito hacer qe la ultima parte qede justo con la barra del chat!
asi esta ahora.
[Imagen: 1ymy.png]


y necesito que qede algo asi:
[Imagen: 2.png]

Espero que me puedan ayudar!
Saludos.
Omar G.   18 Jun, 2011, 10:19 am
#2
Creo que eso no se puede por que lo he visto en todas las paginas que usan el CometChat.

Haber pasame tu template footer haber si puedo hacerle algo.
leoclaros   18 Jun, 2011, 10:39 am
#3
Cita:<div style="overflow:hidden;">

</div>
</div>
<div class="bottommenu">

<div>
<span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a><a href="#top">{$lang->bottomlinks_returntop}</a><a href="#content">{$lang->bottomlinks_returncontent}</a><a href="<archive_url>">{$lang->bottomlinks_litemode}</a><a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
</div>
</div>


<hr class="hidden" />
<div id="copyright">

<!-- You may NOT remove, modify or hinder the visibility of the MyBB copyright at any time.
It must contain the links to the MyBB website and be formatted appropriately.

Failure to comply with the above will result in prosecution to the full extent of the law.
This is free software, support us and we'll support you. -->
<span>{$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>.<!-- End copyright -->
<br /> <!-- You may not remove, modify, or hinder the visibility of the following copyright.
Doing so will void your right to use the theme -->
<br /> <!-- End theme copyright -->
</span>
</div>
</div>
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
Omar G.   18 Jun, 2011, 12:51 pm
#4
Cámbialo por:
Código PHP:
<?php 
<div style="overflow:hidden;">
</
div>
</
div>
<
div class="bottommenu">
<
div>
<
span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a><a href="#top">{$lang->bottomlinks_returntop}</a><a href="#content">{$lang->bottomlinks_returncontent}</a><a href="<archive_url>">{$lang->bottomlinks_litemode}</a><a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
</
div>
</
div>
<
hr class="hidden" />

<
div id="copyright" style="margin-bottom:0px;padding-bottom:0px;">
<
span><!-- You may NOT remove, modify or hinder the visibility of the MyBB copyright at any time.
It must contain the links to the MyBB website and be formatted appropriately.
Failure to comply with the above will result in prosecution to the full extent of the law.
This is free software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a!-- End copyright --></span>
<br />
</div>
</div>
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}

Pasa tu header si aun no funciona.
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.