Here you go:
http://jamesdwilson.net/personal/functions.zip
The link works fine when i change line 3773 from:
'U_PORTAL' => ($portal_config['portal_enable']) ? append_sid("{$phpbb_root_path}portal.$phpEx") : '',
To:
'U_PORTAL' => append_sid("{$phpbb_root_path}portal.$phpEx"),
Search found 3 matches
- 28. June 2009 03:04
- Forum: board3 Portal 1.0.x - English Support
- Topic: Link to Portal from Forum
- Replies: 5
- Views: 7747
- 28. June 2009 01:58
- Forum: board3 Portal 1.0.x - English Support
- Topic: Link to Portal from Forum
- Replies: 5
- Views: 7747
Re: Link to Portal from Forum
includes/functions.php
3735: $user->add_lang('mods/lang_portal');
3736: include_once($phpbb_root_path . 'portal/includes/functions.'.$phpEx);
3737: $portal_config = obtain_portal_config();
3773: 'U_PORTAL' => ($portal_config['portal_enable']) ? append_sid("{$phpbb_root_path}portal.$phpEx ...
3735: $user->add_lang('mods/lang_portal');
3736: include_once($phpbb_root_path . 'portal/includes/functions.'.$phpEx);
3737: $portal_config = obtain_portal_config();
3773: 'U_PORTAL' => ($portal_config['portal_enable']) ? append_sid("{$phpbb_root_path}portal.$phpEx ...
- 26. June 2009 19:06
- Forum: board3 Portal 1.0.x - English Support
- Topic: Link to Portal from Forum
- Replies: 5
- Views: 7747
Link to Portal from Forum
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://pwndclan.jamesdwilson.net
What have you done before the problem was there?
What have you already tryed to solve the problem?
Tried editing breadcrumbs ...
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://pwndclan.jamesdwilson.net
What have you done before the problem was there?
What have you already tryed to solve the problem?
Tried editing breadcrumbs ...