Search found 13 matches

by Franklin
Mon May 08, 2006 5:17 pm
Forum: [3.0/Olympus] Styling
Topic: In a loop template-variables for template-files?!
Replies: 3
Views: 5156

Re: In a loop template-variables for template-files?!

do you mean something like: <?php for( $i = 0; $i <= $end; $i++ ) {     $template->set_filenames('test_' .$i, 'test.html');     $template->assign_display('test_' .$i, 'VAR'); } ?> No, I don't... This code includes always the same file... And the template code have to be in a loop <!-- BEGIN sth -->...
by Franklin
Sun Apr 30, 2006 11:35 am
Forum: [3.0/Olympus] Styling
Topic: In a loop template-variables for template-files?!
Replies: 3
Views: 5156

In a loop template-variables for template-files?!

I know how to make a loop: $template->assign_block_vars('loop', array(    'VAR'  => $i )); [ in a php-loop, e.g. for() ] I know how I can include a file with an template variable, too. (look at viewtopic.php?t=21503 ) $template->set_filenames(array(    'test'  => 'test.html' )); $template->assign_di...
by Franklin
Sat Apr 29, 2006 5:06 pm
Forum: [3.0/Olympus] Discussion
Topic: Suspecting beta release very very soon!
Replies: 803
Views: 648795

Re: Suspecting beta release very very soon!

But there much more bugs will be found!
by Franklin
Sun Apr 16, 2006 2:52 pm
Forum: Chit Chat
Topic: IQ Test
Replies: 18
Views: 20779

Re: IQ Test

136 :D
It was the test on the german site...
by Franklin
Sun Apr 16, 2006 7:27 am
Forum: [3.0/Olympus] Discussion
Topic: model for file-template
Replies: 2
Views: 3565

Re: model for file-template

Thanks, Now it works!
by Franklin
Sat Apr 15, 2006 6:47 pm
Forum: [3.0/Olympus] Discussion
Topic: model for file-template
Replies: 2
Views: 3565

model for file-template

I'm looking for the "standard phpBB-Code" [like this or roughly the same like this (in English) ] I tried this code, but there were lots of errors: <?php /** * * @package MeinMOD * @version $Id: neueseite.php,v 1.0 2006/04/15 20:45 Franklin Exp $ * @copyright (c) 2006 Franklin * @license h...
by Franklin
Sat Apr 15, 2006 8:59 am
Forum: [3.0/Olympus] Discussion
Topic: feature requests/suggestions? hope this is the right place..
Replies: 6
Views: 7989

Re: feature requests/suggestions? hope this is the right pla

seeing how phpbb3/oly,pus is coming along i7m pretty excited about it. i've been using phpbb2 for a long time then went around with pre-mods since phpbb 2 had lacked some things. btw, i need to ask: is phpbb 2.2.00 the same as phpbb3? or olympus? i'm unclear on this. The next main release is phpBB ...
by Franklin
Sat Apr 15, 2006 8:56 am
Forum: [3.0/Olympus] Discussion
Topic: german translation?
Replies: 8
Views: 8842

Re: german translation?

I have a question: In the language-file common.php in Line 75 you can find the code: 'AVATAR_WRONG_FILESIZE' => 'The avatar must be between 0 and %1d %2s.', But at the top of the file there you can read // Placeholders can now contain order information, e.g. instead of // 'Page %s of %s' you can (an...
by Franklin
Fri Apr 14, 2006 7:07 pm
Forum: [3.0/Olympus] Styling
Topic: Templating ... a simple guide
Replies: 164
Views: 418870

Re: Templating ... a simple guide

Variables The basic syntax for simple (non-block) vars remains the same as with 2.0.x. That is variables take the form {X_YYYYY} with the data being assigned from the source. Note that unlike 2.0.x most language strings are not assigned from the source. When a language variable is found {L_YYYYYY} ...
by Franklin
Fri Apr 14, 2006 1:13 pm
Forum: [3.0/Olympus] New features discussion
Topic: Add own BBCodes?!
Replies: 5
Views: 5710

Re: Add own BBCodes?!

Rotsblok wrote: Well it say so here
Oh :oops:
Thanks, I didn't read all information :oops: