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
Ayuda con franja perfil
Páginas (2):    1 2
Sergio033_mybb_import8143   28 Nov, 2010, 11:10 am
#11
la plantilla footer

Código PHP:
<?php 
<div style="overflow:hidden;">
<
div id="debug"><debugstuff></div>
</
div>
</
div>
<
div class="bottommenu">
<
div class="float_right" style="margin-top: -4px;">{$lang_select}</div>
<
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">
<
span class="float_right">{$lang->welcome_current_time}</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. -->
<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 -->
<!-- You may not remove, modify, or hinder the visibility of the following copyright.
Doing so will void your right to use the theme -->
Theme created by <a href="http://community.mybboard.net/user-1830.html"><strong>Justin S.</strong></a>
<!-- 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}
Maxii_mybb_import8095   28 Nov, 2010, 11:15 am
#12
Prueba reemplazando toda esa plantilla por esto:
Código:
<div style="overflow:hidden;">
        <div id="debug"><debugstuff></div>
    </div>
    </div>
            <div class="bottommenu">
                <div class="float_right">{$lang_select}</div>
                <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">
                <span class="float_right">{$lang->welcome_current_time}</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 well 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 -->
                <!-- You may not remove, modify, or hinder the visibility of the following copyright.
                     Doing so will void your right to use the theme -->
                Theme created by <a href="http://community.mybboard.net/user-1830.html"><strong>Justin S.</strong></a>
                <!-- 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}
Páginas (2):    1 2
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.