however, icy is based on phpbb2 so i thougt i can use the hooks of gwbbcode (***.gwshack.us). the hook seem to work but if i check the output nothings happens.
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,
);


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:
1: Modify tag [build] as following in ../include/bbcode.php


find

Code: [Download] [Hide] [Select]
function process_text($text, $br = true, $chars = true)



insert before RETURN


Code: [Download] [Hide] [Select]
include('gwbbcode/gwbbcode.php');


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 :mrviolet:


/////////edit

however its works on low-fi version...

it seems like some error on javascript.