Página 1 de 1
[Duda] Download Mod for phpBB3 6.2.21
Publicado: 25 Sep 2010, 23:17
por 1s44c
URL:
http://mangateca.co.cc/foro/index.php
Plantilla(s) usuada(s): etech
MODs instalados: portal phbb3, Advertisement Management
Versión de phpBB: 3.0.7-PL1
Nombre y versión del MOD: phpBB3 Portal Versión 1.2.2, Advertisement Management versión 1.0.10
Servidor: gratuito
Si es una actualización desde otra versión: 3.0.6 a 3.0.7
URL del MOD:
http://www.phpbb-es.com/foro/descarga-m ... 23098.html
Estoy tratando de seguir los pasos del MOD pero hay una parte donde dice modificar el styles/prosilver pero yo tengo subsilver2
Lo busque dentro de la carpeta que baje pero no está. Saben donde puede encontrarse? Dx
Re: [Duda] Download Mod for phpBB3 6.2.21
Publicado: 25 Sep 2010, 23:32
por leviatan21
Si tu estilo es Subsilver2 ( o basado en subsilver2 ) debes seguir las instrucciones para ese tipo de estilos, que se encuentra en la carpeta contrib/subsilver2.xml
Re: [Duda] Download Mod for phpBB3 6.2.21
Publicado: 26 Sep 2010, 05:58
por 1s44c
Termine los pasos, ahora me salio este error al hacer click en

{ DOWNLOADS }
Una duda más, el archivo umil.php ya lo tenía aunque me pedía cambiarlo por otro igual que traía el MOD.
cuento con su ayuda
Edit:
También desapareció el banner que hice con el MOD Advertisement Management.
Re: [Duda] Download Mod for phpBB3 6.2.21
Publicado: 26 Sep 2010, 06:03
por nextgen
Eso debe ser porque no has hecho la modificación en el /includes/constans.php y si lanzaste el instalador si es que lo pide ese mod?
Re: [Duda] Download Mod for phpBB3 6.2.21
Publicado: 26 Sep 2010, 06:30
por 1s44c
Hmmm extraño si estaba la modificación de includes/constants.php , lo que hice fue borrarlo y volver a subir el mismo. Luego install.php y se pudo instalar el MOD. Gracias
nextgen
En el enlace del foro sale esto
Y en el acp
Porque están con esos códigos?? O_o
Dejo mi overall_header.html
Código: Seleccionar todo
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
<!-- INCLUDE ca_config.html -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
{META}
<title>{SITENAME} - <!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}</title>
<!-- IF S_ENABLE_FEEDS -->
<!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active" /><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}" /><!-- ENDIF -->
<!-- ENDIF -->
<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="{T_THEME_PATH}/ie7.css" />
<![endif]-->
<script type="text/javascript">
// <![CDATA[
var onload_functions = new Array();
var onunload_functions = new Array();
var ca_main_width = '{$CA_WIDTH}';
<!-- IF S_USER_PM_POPUP -->
if ({S_NEW_PM})
{
popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
}
<!-- ENDIF -->
function popup(url, width, height, name)
{
if (!name)
{
name = '_popup';
}
window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
return false;
}
function jumpto()
{
var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}');
var per_page = '{PER_PAGE}';
var base_url = '{A_BASE_URL}';
if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0)
{
if (base_url.indexOf('?') == -1)
{
document.location.href = base_url + '?start=' + ((page - 1) * per_page);
}
else
{
document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * per_page);
}
}
}
/**
* Find a member
*/
function find_username(url)
{
popup(url, 760, 570, '_usersearch');
return false;
}
/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
var parent = document.getElementById(id);
if (!parent)
{
eval('parent = document.' + id);
}
if (!parent)
{
return;
}
var rb = parent.getElementsByTagName('input');
for (var r = 0; r < rb.length; r++)
{
if (rb[r].name.substr(0, name.length) == name)
{
rb[r].checked = state;
}
}
}
<!-- IF ._file -->
/**
* Play quicktime file by determining it's width/height
* from the displayed rectangle area
*
* Only defined if there is a file block present.
*/
function play_qt_file(obj)
{
var rectangle = obj.GetRectangle();
if (rectangle)
{
rectangle = rectangle.split(',')
var x1 = parseInt(rectangle[0]);
var x2 = parseInt(rectangle[2]);
var y1 = parseInt(rectangle[1]);
var y2 = parseInt(rectangle[3]);
var width = (x1 < 0) ? (x1 * -1) + x2 : x2 - x1;
var height = (y1 < 0) ? (y1 * -1) + y2 : y2 - y1;
}
else
{
var width = 200;
var height = 0;
}
obj.width = width;
obj.height = height + 16;
obj.SetControllerVisible(true);
obj.Play();
}
<!-- ENDIF -->
/**
* New function for handling multiple calls to window.onload and window.unload by pentapenguin
*/
window.onload = function()
{
for (var i = 0; i < onload_functions.length; i++)
{
eval(onload_functions[i]);
}
}
window.onunload = function()
{
for (var i = 0; i < onunload_functions.length; i++)
{
eval(onunload_functions[i]);
}
}
if(navigator.userAgent && navigator.userAgent.indexOf('Mac OS X') > 0)
{
document.write('<link rel="stylesheet" href="{T_THEME_PATH}/mac.css" type="text/css" />');
}
if(navigator.userAgent && navigator.userAgent.indexOf('AppleWebKit') > 0)
{
document.write('<link rel="stylesheet" href="{T_THEME_PATH}/safari.css" type="text/css" />');
}
// ]]>
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/ca_scripts.js"></script>
<!-- INCLUDE ads/ads.js -->
<!-- IF S_NEW_DL_POPUP -->
<script language="Javascript" type="text/javascript">
// <![CDATA[
window.open('{U_NEW_DOWNLOAD_POPUP}', '_blank', 'HEIGHT=225,resizable=yes,WIDTH=400');
// ]] >
</script>
<!-- ENDIF -->
</head>
<body class="{S_CONTENT_DIRECTION}">
<a name="top"></a>
<!-- IF ADS_1 -->{ADS_1}<br /><!-- ENDIF -->
<table border="0" cellspacing="0" cellpadding="0" width="{$CA_WIDTH}" id="maintable" align="center">
<tr>
<td id="logorow" align="center"><div id="logotop">
<a href="{U_INDEX}">{SITE_LOGO_IMG}</a>
</div></td>
</tr>
<!-- IF not $S_IN_PORTAL -->
<tr>
<td class="navrow">
<!-- IF not S_IS_BOT -->
<!-- IF S_HACKLIST_ON --> <a href="{U_HACKLIST}"><img src="{T_THEME_PATH}/images/icon_mini_hl.gif" width="13" height="13" alt="{L_HACKLIST}" /> {L_HACKLIST}</a><!-- ENDIF -->
<!-- IF S_BUGTRACKER_ON --> <a href="{U_BUG_TRACKER}"><img src="{T_THEME_PATH}/images/icon_mini_bt.gif" width="13" height="13" alt="{L_BUG_TRACKER}" /> {L_BUG_TRACKER}</a><!-- ENDIF -->
<!-- IF S_USER_LOGGED_IN --><a href="{U_PROFILE}">{L_PROFILE}</a> • <!-- ENDIF -->
<!-- IF S_USER_LOGGED_IN -->
<!-- IF S_DISPLAY_PM --><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a> • <!-- ENDIF -->
<!-- ELSEIF S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><a href="{U_REGISTER}">{L_REGISTER}</a> • <!-- ENDIF -->
<!-- ENDIF -->
<!-- IF U_RESTORE_PERMISSIONS --><a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a> • <!-- ENDIF -->
<a href="{U_DOWNLOADS}"><img src="{T_THEME_PATH}/images/icon_mini_dl.gif" width="13" height="13" alt="{L_DOWNLOADS}" /> {L_DOWNLOADS}</a>
<a href="{U_FAQ}">{L_FAQ}</a>
<!-- IF S_DISPLAY_SEARCH --> • <a href="{U_SEARCH}">{L_SEARCH}</a><!-- ENDIF -->
<!-- IF not S_IS_BOT -->
<!-- IF S_DISPLAY_MEMBERLIST --> • <a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a><!-- ENDIF -->
<!-- ENDIF -->
<!-- IF not S_IS_BOT --> • <a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- ENDIF -->
</td>
</tr>
<!-- ENDIF -->
<tr>
<td id="contentrow">
<!-- IF not $S_IN_PORTAL -->
<!-- IF not S_IS_BOT && not $CA_SKIP_PM_NOTIFY && S_USER_LOGGED_IN && S_DISPLAY_PM -->
<!-- IF S_USER_NEW_PRIVMSG -->
<div class="pm-notify-new"><div class="pm-notify-header">{L_PRIVATE_MESSAGES}</div><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a></div>
<!-- ELSEIF S_USER_UNREAD_PRIVMSG -->
<div class="pm-notify-unread"><div class="pm-notify-header">{L_PRIVATE_MESSAGES}</div><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a></div>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
<div class="pm-notify-new"><div class="pm-notify-header">{L_INFORMATION}</div>{L_BOARD_DISABLED}</div>
<!-- ENDIF -->
<!-- IF S_NEW_DL_MESSAGE -->
<table width="100%" cellspacing="0">
<tr>
<td class="gensmall">{NEW_DOWNLOAD_MESSAGE}</td>
</tr>
</table>
<!-- ENDIF -->
<table width="100%" cellspacing="0">
<tr>
<td class="gensmall">
<!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF -->
<!-- IF S_DISPLAY_SEARCH --><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a><!-- ENDIF -->
</td>
<td class="gensmall" align="{S_CONTENT_FLOW_END}">
{CURRENT_TIME}
<!-- IF S_DISPLAY_SEARCH and S_USER_LOGGED_IN --><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a> | <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><!-- ENDIF -->
</td>
</tr>
</table>
<!-- IF ADS_2 -->{ADS_2}<br /><!-- ENDIF -->
<!-- INCLUDE breadcrumbs.html -->
<!-- ENDIF -->
<br />
<center><script type="text/javascript"><!--
google_ad_client = "pub-1154882978110400";
/* Anuncios */
google_ad_slot = "7083733068";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center>
<!-- Histats.com START (standard)-->
<script type="text/javascript">document.write(unescape("%3Cscript src=%27http://s10.histats.com/js15.js%27 type=%27text/javascript%27%3E%3C/script%3E"));</script>
<a href="http://www.histats.com" target="_blank" title="estadisticas" ><script type="text/javascript" >
try {Histats.start(1,1151093,4,0,0,0,"00010000");
Histats.track_hits();} catch(err){};
</script></a>
<noscript><a href="http://www.histats.com" target="_blank"><img src="http://sstatic1.histats.com/0.gif?1151093&101" alt="estadisticas" border="0"></a></noscript>
<!-- Histats.com END -->
Tengo una duda ya que en la parte de modificar el overall_header.html
Me pedía encontrar <!-- IF not S_IS_BOT --> pero hay 3 iguales de ellos así que tome el primero.
Después el último era encontrar <div id="datebar"> que no encontré entonces lo puse antes de <table width="100%" cellspacing="0">. Tengo dudas si está bien =(
Re: [Duda] Download Mod for phpBB3 6.2.21
Publicado: 26 Sep 2010, 06:40
por nextgen
Para lo del error del eso que te aparece en el acp y al entrar en el modulos es porque seguro no tiene la traducción al idioma español, sobre lo segundo deja un enlace al mod que te has descargado para chekarlo.
Re: [Duda] Download Mod for phpBB3 6.2.21
Publicado: 26 Sep 2010, 06:50
por 1s44c
El que baje es este
http://www.phpbb-es.com/foro/descarga-m ... 23098.html
También seguí las instrucciones de la traducción que se encontraba en el MOD. D:
Re: [Duda] Download Mod for phpBB3 6.2.21
Publicado: 26 Sep 2010, 07:02
por nextgen
Mm pues es raro ya que ese mod lo tuve instalado pero en una plantilla prosilver y sin ningun problema, ádemas la plantilla que usas modifica algo al subsilver2, ya borraste la cache del estilo, de la plantilla, de las imagenes y del foro?
Re: [Duda] Download Mod for phpBB3 6.2.21
Publicado: 26 Sep 2010, 07:16
por 1s44c
mmmh no estoy seguro si la plantilla subsilver2 que tengo este modificada ya que soy un novato
Probé limpiando la cache del estilo, imágenes y del foro. Pero Sigue igual xD