the hook only add "include(GWBBCODE_ROOT.'/gwbbcode.php');" to includes/bbcode.php and it works on phpbb2.
Code: [Download] [Hide] [Select]
// generate html
$html = '<table';
foreach($params as $var => $value)
{
$html .= ' ' . $var . '="' . $this->process_text($value) . '"';
}
$html .= ' >' . $content . '</table>';
include(GWBBCODE_ROOT.'/gwbbcode.php');
return array(
'valid' => true,
'html' => $html,
'allow_nested' => true,
);
$html = '<table';
foreach($params as $var => $value)
{
$html .= ' ' . $var . '="' . $this->process_text($value) . '"';
}
$html .= ' >' . $content . '</table>';
include(GWBBCODE_ROOT.'/gwbbcode.php');
return array(
'valid' => true,
'html' => $html,
'allow_nested' => true,
);
if anyone could tell me wich changes are made to the htmloutput in icy, it would be very usfull
greets troop
/////////edit
thx 2 telin for this small guide:
Quote:
its strange but the rollover effect works on the newspage and shoutbox. but not in the forum.
you can see it @ h**p://kakenshi.ka.funpic.de/icy/index.php
if anyone got a solution i would be great
/////////edit
however its works on low-fi version...
it seems like some error on javascript.