Hey,
My tutorial will actually work.. its for phpBB2 but phpBB3 is similar.
You can very easily expand the template system to outside of phpBB.
Search found 203 matches
- Tue Dec 05, 2006 4:46 am
- Forum: [3.0/Olympus] Discussion
- Topic: Expand outside PHPBB3 Core.. portal/framework
- Replies: 7
- Views: 10400
- Mon Dec 04, 2006 10:12 pm
- Forum: [3.0/Olympus] Discussion
- Topic: PhpBB 3 portals
- Replies: 76
- Views: 102047
Re: PhpBB 3 portals
Ectoman, Just a note re accessing files outside the phpbb root should it be necessary...
Always use file_exists(string filename) where file name includes the full path to file to avoid possible remote injection.
This function will not work on remote files; the file to be examined must be ...
- Mon Dec 04, 2006 2:18 am
- Forum: [3.0/Olympus] Styling
- Topic: Create new style based on subSilver
- Replies: 10
- Views: 17536
Re: Create new style based on subSilver
If you want to completely copy the style.. (but not change any html between subsilver and mystyle) you can do it via ACP. If you want to seperate the two and alter the html, you need to copy the files to a new style folder.... unless you just want to change the colors. You can do that via ACP and ...
- Mon Dec 04, 2006 1:28 am
- Forum: [3.0/Olympus] Discussion
- Topic: PhpBB 3 portals
- Replies: 76
- Views: 102047
Re: PhpBB 3 portals
define('IN_PHPBB', true);
$phpbb_root_path = './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup();
Overall I had to make a change to the above code, and ...
- Sun Dec 03, 2006 9:57 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Spam Bot Free?
- Replies: 10
- Views: 13239
Re: Spam Bot Free?
Yes I am.
Thank you.
Thank you.
- Sun Dec 03, 2006 6:23 pm
- Forum: [3.0/Olympus] Discussion
- Topic: What is "diff engine" ?
- Replies: 10
- Views: 13356
Re: What is "diff engine" ?
I bet it will work even better for updates after gold is released.. as most changes from version to version will be small. Could there potentially be dozens and dozens of version changes?
- Sun Dec 03, 2006 6:21 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Spam Bot Free?
- Replies: 10
- Views: 13239
Re: Spam Bot Free?
LOL.
This is the most elaborate spam scheme ever.. ever.
This is the most elaborate spam scheme ever.. ever.
- Sat Dec 02, 2006 8:52 pm
- Forum: [3.0/Olympus] Styling
- Topic: Excluding breadcrumbs from the index
- Replies: 12
- Views: 17218
Re: Excluding breadcrumbs from the index
I just used this part of the code on my index page on the opposite. I only wanted the time, last visit and search options to appear on the index page. Works great!
- Tue Nov 28, 2006 12:35 am
- Forum: [3.0/Olympus] Discussion
- Topic: Bug is less,
- Replies: 1779
- Views: 1880984
Re: Bug is less,
Ectoman wrote: Beta 4 this weekend?
![]()
I was a day early.
- Mon Nov 27, 2006 1:58 am
- Forum: [3.0/Olympus] New features discussion
- Topic: one user join to more than 2 groups?
- Replies: 2
- Views: 5661
Re: one user join to more than 2 groups?
You must select their "Default" group.
For example.. I'm in the Registered Users group, and the Administrators Group... but my default is the Administrators group.. so my color is yellow.
(I'm talking about my test board, not here obviously.)
For example.. I'm in the Registered Users group, and the Administrators Group... but my default is the Administrators group.. so my color is yellow.
(I'm talking about my test board, not here obviously.)