Thanks for your detailed reply.
For this, you could adjust the overall_header and footer within the phpBB template...
That's too easy for my apporach since I need to deal with the sessions on my side also, what means, I need to get the current session of the user somehow. Actually the display ...
Search found 5 matches
- Tue Jul 08, 2008 3:20 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Welcome to (long awaited) Hook System!
- Replies: 27
- Views: 59686
- Fri Jul 04, 2008 4:34 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Welcome to (long awaited) Hook System!
- Replies: 27
- Views: 59686
Re: Welcome to (long awaited) Hook System!
Well what I want is briefly the following: I have a site and a forum. I now want to include my forum into that side so that it looks like if the forum was displayed there in an iframe, but without using iframes. Therefore I wanted to hook into $template->display($handle, $include_once = true); so ...
- Fri Jul 04, 2008 3:56 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Welcome to (long awaited) Hook System!
- Replies: 27
- Views: 59686
Re: Welcome to (long awaited) Hook System!
So, Okay... sorry but this does noting.
I made a test site with php what just displays some html but no phpBB3 appears there.
The docs/hook_system.html leaves just :?: :?: :?: :? at me.
I made a hook_testinclude.php; into includes/hook and tried the examples from the docs there, just to get ...
I made a test site with php what just displays some html but no phpBB3 appears there.
The docs/hook_system.html leaves just :?: :?: :?: :? at me.
I made a hook_testinclude.php; into includes/hook and tried the examples from the docs there, just to get ...
- Fri Jul 04, 2008 11:03 am
- Forum: [3.0/Olympus] New features discussion
- Topic: Welcome to (long awaited) Hook System!
- Replies: 27
- Views: 59686
Re: Welcome to (long awaited) Hook System!
Thanks so far I will experiment with that.
- Fri Jul 04, 2008 10:14 am
- Forum: [3.0/Olympus] New features discussion
- Topic: Welcome to (long awaited) Hook System!
- Replies: 27
- Views: 59686
Re: Welcome to (long awaited) Hook System!
Hi
So, now I would like to use the hook system. Unfortunately I don't get how to do that. I have no clue where to start, reading the docs/hook_system.html doesnt help me getting further. My problem is to understand where I do include what.
Lets say I have my board in <docroot>/phpbb/index.php and ...
So, now I would like to use the hook system. Unfortunately I don't get how to do that. I have no clue where to start, reading the docs/hook_system.html doesnt help me getting further. My problem is to understand where I do include what.
Lets say I have my board in <docroot>/phpbb/index.php and ...