Search found 807 matches

by Arty
Tue Sep 09, 2003 3:59 pm
Forum: [3.0/Olympus] New features discussion
Topic: Styles question
Replies: 1
Views: 3781

Styles question

Hello, I have few questions about templates in 2.2: 1. Will there be a cfg file that can be executed on theme initialization? Something like subSilver.cfg in 2.0 (very handy to add own tpl variables and switches based on current user status. for example this was can be used in 2.0 to show in header ...
by Arty
Wed Jul 23, 2003 5:04 pm
Forum: [3.0/Olympus] Discussion
Topic: Including file in PHPBB Forum template
Replies: 4
Views: 6782

Re: Including file in PHPBB Forum template

in page_header.php put this code: ob_start(); include($phpbb_root_path . 'inc/footer.inc'); $footer = ob_get_contents(); ob_end_clean(); then find this code in page_header.php: $template->assign_vars(array( and put after that: 'MY_FOOTER' => $footer, and then in tpl files use {MY_FOOTER} where you ...
by Arty
Wed Jul 23, 2003 4:56 pm
Forum:
Topic: Performance Issue:: Please Help..
Replies: 6
Views: 92

Re: Performance Issue:: Please Help..

check out my eXtreme Styles mod - it speeds up templates many times. should help you:

http://www.trushkin.net/phpbbmods.php" target="_blank
by Arty
Wed Jul 23, 2003 12:31 pm
Forum: Chit Chat
Topic: hi
Replies: 8
Views: 9066

Re: hi

Will COPPA be optional in 2.2 (enabled by default), so admin could turn it off? or also hack will be required?
by Arty
Tue Jul 22, 2003 10:49 am
Forum: Chit Chat
Topic: this new phpbb
Replies: 12
Views: 15347

Re: this new phpbb

soxie wrote:There's a new phpBB? I thought this one was just abducted by aliens. :cry:
You are mistaken. I have nothing to do with it. :roll:
by Arty
Wed Jun 18, 2003 6:41 pm
Forum: Chit Chat
Topic: Has working on PHPBB yeilded any JOBS?
Replies: 16
Views: 18491

Re: Has working on PHPBB yeilded any JOBS?

I'm not a phpBB developer, but i'm creating styles for it and thanks to phpbb i'm getting lot of web design work. Almost all my clients come from different phpBB forums that use my styles.
by Arty
Sat May 17, 2003 8:12 am
Forum: [3.0/Olympus] New features discussion
Topic: The style [ template, theme, imageset ] topic
Replies: 42
Views: 55993

Re: The style [ template, theme, imageset ] topic

Yo. wrote:Most of the program logic should be moved to templates. You should be able to customize as many things as possible without having to hack the code.
Completely agree with that.