MyBB Community Forums

Full Version: Problema con PHP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hola xD

Bueno, como quiero ponerle mas paginas a mi foro, aqui encontre el codigo html que usa:

<html>
<head>
<title>{$mybb->settings[\'bbname\']} - {$mybb->settings[\'dp_title\']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="{$theme[\'borderwidth\']}" cellpadding="{$theme[\'tablespace\']}" class="tborder">
<tr>
<td class="thead"><strong>{$mybb->settings[\'dp_title\']}</strong></td>
</tr>
<tr>
<td width="100%" class="trow1">
</td>
</tr>
</table>
{$footer}
</body>
</html>

Mi problema es: ¿como puedo hacer que funcione BIEN en php? mirando aquí, hay variables php, que el navegador no los hace funcionar en una simple pagina html. En un archivo php, intento poner el comando "ECHO", pero no toma los variables. ¿que hago?
tienes q poner uun plugin que hay por aqui

que permite utilizar php en los templates. ese te servira
ok. Pero cual es?

xDD
HELLO?!?!?
NECESITO ESTO RAPIDOOOOOOOO
Hola, el plugin que busca creo que es esto: http://mods.mybboard.net/view/dynamic-header-and-footer
GRACIAS!!!