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
Algunas cosas de theme STEAM
iNFAMOUS   2 Mar, 2015, 11:04 pm
#1
Hola a todos, estoy usando el theme de @XEDE Steam JAMPS y hay algunas cosas que quiero quitar y colocar. Gracias.

1.Sacar esto: [Imagen: rli1BTB.png]

2.Colocar esto en el postbit (También quiero el nombre del plugin) : [Imagen: xZmlCHr.png]

3.Centrar el header como esta en el boceto: [Imagen: WdP8lyi.png]
BitLiberal   3 Mar, 2015, 3:39 am
#2
1 y 3. Preguntale al autor.
2. Thanks o ThankYou Like System.
Última modificación: 3 Mar, 2015, 3:39 am por BitLiberal.

  • Temas personalizados (HTML5, flat, responsive, SEO Friendly, etc)
  • Plugins y sistemas personalizados (Galería de imagenes, Bolsa de Trabajo, etc)
XEDE   3 Mar, 2015, 12:34 pm
#3
Lo primero lo editas en la plantilla "Show Thread Templates-->showthread" y reemplaza todo el contenido por esto:

Código PHP:
<?php 
<html>
<
head>
<
title>{$thread['subject']}</title>
{
$headerinclude}
<
script type="text/javascript">
<!--
var
quickdelete_confirm = "{$lang->quickdelete_confirm}";
var
quickrestore_confirm = "{$lang->quickrestore_confirm}";
var
allowEditReason = "{$mybb->settings['alloweditreason']}";
lang.save_changes = "{$lang->save_changes}";
lang.cancel_edit = "{$lang->cancel_edit}";
lang.quick_edit_update_error = "{$lang->quick_edit_update_error}";
lang.quick_reply_post_error = "{$lang->quick_reply_post_error}";
lang.quick_delete_error = "{$lang->quick_delete_error}";
lang.quick_delete_success = "{$lang->quick_delete_success}";
lang.quick_delete_thread_success = "{$lang->quick_delete_thread_success}";
lang.quick_restore_error = "{$lang->quick_restore_error}";
lang.quick_restore_success = "{$lang->quick_restore_success}";
lang.editreason = "{$lang->postbit_editreason}";
// -->
</script>
<!--
jeditable (jquery) -->
<
script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1800"></script>
<
script src="{$mybb->asset_url}/jscripts/jeditable/jeditable.min.js"></script>
<
script type="text/javascript" src="{$mybb->asset_url}/jscripts/thread.js?ver=1800"></script>
</
head>
<
body>
{
$header}
{
$threadnotesbox}
{
$pollbox}
<
div class="float_left">
{
$multipage}
</
div>
<
table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed clear">
<
tr>
<
td id="posts_container">
<
div id="posts">
{
$posts}
</
div>
</
td>
</
tr>
<
tr>
<
td class="tfoot">
{
$search_thread}
<
div>
<
strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>
</
div>
</
td>
</
tr>
</
table>
<
div class="float_left">
{
$multipage}
</
div>
<
div style="padding-top: 4px;" class="float_right">
{
$newreply}
</
div>
<
br class="clear" />
{
$quickreply}
{
$threadexbox}
{
$similarthreads}
<
br />
<
div class="float_left">
<
ul class="thread_tools">
<
li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
{
$sendthread}
<
li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
{
$addpoll}
</
ul>
</
div>
<
div class="float_right" style="text-align: right;">
{
$moderationoptions}
{
$forumjump}
</
div>
<
br class="clear" />
{
$usersbrowsing}
{
$footer}
<
div id="thread_modes_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}" class="popup_item">{$lang->linear}</a></div><div class="popup_item_container"><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}" class="popup_item">{$lang->threaded}</a></div></div>
<
script type="text/javascript">
// <!--
if(use_xmlhttprequest == "1")
{
$(
"#thread_modes").popupMenu();
}
// -->
</script>
<
script type="text/javascript">
$(
".author_avatar img").error(function () {
$(
this).unbind("error").closest('.author_avatar').remove();
});
</
script>
</
body>
</
html>

Para lo segundo es un plguin que ya te dejo @BitLiberal los links
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.