Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..
Gracias.
La Administración de phpBB España.
Problema al incluir plantillaTema Solucionado
Problema al incluir plantilla Tema Solucionado
Bueno, este tema viene de la ayuda que me dió Alorse en Modificar script para mostrar URL amigables en portal
Resulta que he creado una plantilla que sería el portal personalizado en phpBB y luego he creado otra plantilla que muestra los últimos post, al querer incluir la plantilla de los ultimos posts en el portal no sale nada, obviamente incluyo la plantilla como se incluyen en phpBB
<!-- INCLUDE last_topic_portal.html -->
No sabría que archivos mostrarles si es que es necesario editar alguno.
Los archivos creados son:
Portal
home_index.php
home_index.html
Últimos Temas
last_topic_index.php
last_topic_portal.html
Resulta que he creado una plantilla que sería el portal personalizado en phpBB y luego he creado otra plantilla que muestra los últimos post, al querer incluir la plantilla de los ultimos posts en el portal no sale nada, obviamente incluyo la plantilla como se incluyen en phpBB
<!-- INCLUDE last_topic_portal.html -->
No sabría que archivos mostrarles si es que es necesario editar alguno.
Los archivos creados son:
Portal
home_index.php
home_index.html
Últimos Temas
last_topic_index.php
last_topic_portal.html
http://www.trapala.com
Spoiler
URL: http://www.trapala.com
Versión phpBB: phpBB3 (3.0.10)
MODs Instalados: Ad Management 1.0.10, Advanced Similar Topics, AJAX Reg Checks 100, Alertbox PM, Arcade 1.0.RC10 12-23-2010 143952, Auto Group 1.0.2, Bots Mod, Country Flags User Edition 1.2.1, Facebook Profile Link 2.1.0.0, Gallery 1.0.5.1, Google Search 1.0.1, Gym Sitemap 2.0.1, Highslide 4.1.9, jQuery Quick Edit 100, Live Preview 1.0.2,Manage attachments module, Mods Database107, MSSTI Ajax Statistics 1.0.1, MSSTI The Ultimate server error handler, NV Advanced Last Topic Titles 1.3.1, NV Recent Topics 1.0.5, PDF24 Articles To PDF, Prime_Links, SEO_Ultimate_SEO_URL_v0.6.4, SEO dynamic meta tags 0.4.2, Share Topic 2.0.0, Skype MOD 2.0.5, Social Network 0.5.1, Static Pages 0.1.3, Support Toolkit, th23 Links, th23 Domains, Topic Statistics 1.0.3, Twitter Profile link 1.0.6, Ultimate Points 1.0.7, Update attachment, User Blog 1.0.14, User Reputation Points 0.3.1 (3.0.6), Welcome PM on First Login 2.2.5, YouTube Profile Link 1.0.0
Plantilla(s) usada(s): Prosilver - Subsilver - Titan
Servidor: Linux (Pago)
Actualización desde otra versión: 3.0.5 > 3.0.6 > 3.0.7-PL1 > 3.0.8 > 3.0.9 > 3.0.10
Conversión desde otro sistema de foros: No
Versión phpBB: phpBB3 (3.0.10)
MODs Instalados: Ad Management 1.0.10, Advanced Similar Topics, AJAX Reg Checks 100, Alertbox PM, Arcade 1.0.RC10 12-23-2010 143952, Auto Group 1.0.2, Bots Mod, Country Flags User Edition 1.2.1, Facebook Profile Link 2.1.0.0, Gallery 1.0.5.1, Google Search 1.0.1, Gym Sitemap 2.0.1, Highslide 4.1.9, jQuery Quick Edit 100, Live Preview 1.0.2,Manage attachments module, Mods Database107, MSSTI Ajax Statistics 1.0.1, MSSTI The Ultimate server error handler, NV Advanced Last Topic Titles 1.3.1, NV Recent Topics 1.0.5, PDF24 Articles To PDF, Prime_Links, SEO_Ultimate_SEO_URL_v0.6.4, SEO dynamic meta tags 0.4.2, Share Topic 2.0.0, Skype MOD 2.0.5, Social Network 0.5.1, Static Pages 0.1.3, Support Toolkit, th23 Links, th23 Domains, Topic Statistics 1.0.3, Twitter Profile link 1.0.6, Ultimate Points 1.0.7, Update attachment, User Blog 1.0.14, User Reputation Points 0.3.1 (3.0.6), Welcome PM on First Login 2.2.5, YouTube Profile Link 1.0.0
Plantilla(s) usada(s): Prosilver - Subsilver - Titan
Servidor: Linux (Pago)
Actualización desde otra versión: 3.0.5 > 3.0.6 > 3.0.7-PL1 > 3.0.8 > 3.0.9 > 3.0.10
Conversión desde otro sistema de foros: No
Re: Problema al incluir plantilla
y en el home_index.php, estas haciendo el include del last_topic_index.php?
Re: Problema al incluir plantilla
Ah! Ok! faltaba eso.
Y como se lo debería llamar al archivo
así:
o así:
Y como se lo debería llamar al archivo
así:
Código: Seleccionar todo
require($phpbb_root_path . 'last_topic_index.' . $phpEx);
Código: Seleccionar todo
include($phpbb_root_path . 'last_topic_index.' . $phpEx);
http://www.trapala.com
Spoiler
URL: http://www.trapala.com
Versión phpBB: phpBB3 (3.0.10)
MODs Instalados: Ad Management 1.0.10, Advanced Similar Topics, AJAX Reg Checks 100, Alertbox PM, Arcade 1.0.RC10 12-23-2010 143952, Auto Group 1.0.2, Bots Mod, Country Flags User Edition 1.2.1, Facebook Profile Link 2.1.0.0, Gallery 1.0.5.1, Google Search 1.0.1, Gym Sitemap 2.0.1, Highslide 4.1.9, jQuery Quick Edit 100, Live Preview 1.0.2,Manage attachments module, Mods Database107, MSSTI Ajax Statistics 1.0.1, MSSTI The Ultimate server error handler, NV Advanced Last Topic Titles 1.3.1, NV Recent Topics 1.0.5, PDF24 Articles To PDF, Prime_Links, SEO_Ultimate_SEO_URL_v0.6.4, SEO dynamic meta tags 0.4.2, Share Topic 2.0.0, Skype MOD 2.0.5, Social Network 0.5.1, Static Pages 0.1.3, Support Toolkit, th23 Links, th23 Domains, Topic Statistics 1.0.3, Twitter Profile link 1.0.6, Ultimate Points 1.0.7, Update attachment, User Blog 1.0.14, User Reputation Points 0.3.1 (3.0.6), Welcome PM on First Login 2.2.5, YouTube Profile Link 1.0.0
Plantilla(s) usada(s): Prosilver - Subsilver - Titan
Servidor: Linux (Pago)
Actualización desde otra versión: 3.0.5 > 3.0.6 > 3.0.7-PL1 > 3.0.8 > 3.0.9 > 3.0.10
Conversión desde otro sistema de foros: No
Versión phpBB: phpBB3 (3.0.10)
MODs Instalados: Ad Management 1.0.10, Advanced Similar Topics, AJAX Reg Checks 100, Alertbox PM, Arcade 1.0.RC10 12-23-2010 143952, Auto Group 1.0.2, Bots Mod, Country Flags User Edition 1.2.1, Facebook Profile Link 2.1.0.0, Gallery 1.0.5.1, Google Search 1.0.1, Gym Sitemap 2.0.1, Highslide 4.1.9, jQuery Quick Edit 100, Live Preview 1.0.2,Manage attachments module, Mods Database107, MSSTI Ajax Statistics 1.0.1, MSSTI The Ultimate server error handler, NV Advanced Last Topic Titles 1.3.1, NV Recent Topics 1.0.5, PDF24 Articles To PDF, Prime_Links, SEO_Ultimate_SEO_URL_v0.6.4, SEO dynamic meta tags 0.4.2, Share Topic 2.0.0, Skype MOD 2.0.5, Social Network 0.5.1, Static Pages 0.1.3, Support Toolkit, th23 Links, th23 Domains, Topic Statistics 1.0.3, Twitter Profile link 1.0.6, Ultimate Points 1.0.7, Update attachment, User Blog 1.0.14, User Reputation Points 0.3.1 (3.0.6), Welcome PM on First Login 2.2.5, YouTube Profile Link 1.0.0
Plantilla(s) usada(s): Prosilver - Subsilver - Titan
Servidor: Linux (Pago)
Actualización desde otra versión: 3.0.5 > 3.0.6 > 3.0.7-PL1 > 3.0.8 > 3.0.9 > 3.0.10
Conversión desde otro sistema de foros: No
Re: Problema al incluir plantilla
Eso depende de lo que tengas en el last_topic_index.php, pero intenta con ambas a ver cual te funciona.
Re: Problema al incluir plantilla
Ok gracias Alorse!!! Quedó funcionando!!! 

http://www.trapala.com
Spoiler
URL: http://www.trapala.com
Versión phpBB: phpBB3 (3.0.10)
MODs Instalados: Ad Management 1.0.10, Advanced Similar Topics, AJAX Reg Checks 100, Alertbox PM, Arcade 1.0.RC10 12-23-2010 143952, Auto Group 1.0.2, Bots Mod, Country Flags User Edition 1.2.1, Facebook Profile Link 2.1.0.0, Gallery 1.0.5.1, Google Search 1.0.1, Gym Sitemap 2.0.1, Highslide 4.1.9, jQuery Quick Edit 100, Live Preview 1.0.2,Manage attachments module, Mods Database107, MSSTI Ajax Statistics 1.0.1, MSSTI The Ultimate server error handler, NV Advanced Last Topic Titles 1.3.1, NV Recent Topics 1.0.5, PDF24 Articles To PDF, Prime_Links, SEO_Ultimate_SEO_URL_v0.6.4, SEO dynamic meta tags 0.4.2, Share Topic 2.0.0, Skype MOD 2.0.5, Social Network 0.5.1, Static Pages 0.1.3, Support Toolkit, th23 Links, th23 Domains, Topic Statistics 1.0.3, Twitter Profile link 1.0.6, Ultimate Points 1.0.7, Update attachment, User Blog 1.0.14, User Reputation Points 0.3.1 (3.0.6), Welcome PM on First Login 2.2.5, YouTube Profile Link 1.0.0
Plantilla(s) usada(s): Prosilver - Subsilver - Titan
Servidor: Linux (Pago)
Actualización desde otra versión: 3.0.5 > 3.0.6 > 3.0.7-PL1 > 3.0.8 > 3.0.9 > 3.0.10
Conversión desde otro sistema de foros: No
Versión phpBB: phpBB3 (3.0.10)
MODs Instalados: Ad Management 1.0.10, Advanced Similar Topics, AJAX Reg Checks 100, Alertbox PM, Arcade 1.0.RC10 12-23-2010 143952, Auto Group 1.0.2, Bots Mod, Country Flags User Edition 1.2.1, Facebook Profile Link 2.1.0.0, Gallery 1.0.5.1, Google Search 1.0.1, Gym Sitemap 2.0.1, Highslide 4.1.9, jQuery Quick Edit 100, Live Preview 1.0.2,Manage attachments module, Mods Database107, MSSTI Ajax Statistics 1.0.1, MSSTI The Ultimate server error handler, NV Advanced Last Topic Titles 1.3.1, NV Recent Topics 1.0.5, PDF24 Articles To PDF, Prime_Links, SEO_Ultimate_SEO_URL_v0.6.4, SEO dynamic meta tags 0.4.2, Share Topic 2.0.0, Skype MOD 2.0.5, Social Network 0.5.1, Static Pages 0.1.3, Support Toolkit, th23 Links, th23 Domains, Topic Statistics 1.0.3, Twitter Profile link 1.0.6, Ultimate Points 1.0.7, Update attachment, User Blog 1.0.14, User Reputation Points 0.3.1 (3.0.6), Welcome PM on First Login 2.2.5, YouTube Profile Link 1.0.0
Plantilla(s) usada(s): Prosilver - Subsilver - Titan
Servidor: Linux (Pago)
Actualización desde otra versión: 3.0.5 > 3.0.6 > 3.0.7-PL1 > 3.0.8 > 3.0.9 > 3.0.10
Conversión desde otro sistema de foros: No