Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post
Post Problem With Gwbbcode On Icy 
 
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  


/////////edit

however its works on low-fi version...

it seems like some error on javascript.
 



 
troopSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events