Páginas (2):    1 2
ariel   26 Oct, 2010, 6:17 am
#11
Aca hay un ejemplo pero si o si, necesitas el plugins de PHP en Plantillas.

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr>
<td valign="top">


{$announcements}


</td>
<td valign="top" width="200">

<? include("portal/blocks/block_usercp.php"); ?>
<? include("portal/blocks/block_whosonline.php"); ?>
{$stats}
<? include("portal/blocks/block_topposters.php"); ?>

</td>
</tr>
</table>
{$footer}
</body>
</html>

Lo que hace esto, es poner los bloques del pro portal como lo tenias, el de Top Posters, el de Welcome, PM, Quien esta en linea? y nada mas, si queres probalo, pero por las dudas hace un backup xD
Última modificación: 26 Oct, 2010, 6:18 am por camufla.
Hopper   30 Oct, 2010, 4:46 pm
#12
Ya lo tengo solucionado, podéis cerrar el tema Wink
Páginas (2):    1 2
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.