Seite 2 von 2

Verfasst: 09.03.2006 22:09
von faster
Danke dir erst mal für deine Antwort.

Wenn ich das alles erste, so wie du das beschrieben hast, dann ist das ganze Style weg, also dann habe ich nur noch ein weißen Hintergrund. Setze ich
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
das so, dann bekomme ich ne Meldung das "phpBB2/includes/template.php(127) : eval()'d code on line 224"

Hier dann auch mal die template.php +/- 10 Zeilen
*/
function assign_var($varname, $varval)
{
$this->_tpldata['.'][0][$varname] = $varval;

return true;
}


/**
* Generates a full path+filename for the given filename, which can either
* be an absolute name, or a name relative to the rootdir for this Template
* object.
*/
function make_filename($filename)
{
// Check if it's an absolute or relative path.
if (substr($filename, 0, 1) != '/')
{
$filename = ($rp_filename = phpbb_realpath($this->root . '/' . $filename)) ? $rp_filename : $filename;
}
Danke schon mal für eure Antworten.

Verfasst: 12.03.2006 12:33
von faster
Und nochmal hoch schieben.