Search found 595 matches

by Acyd Burn
Tue Jun 23, 2009 9:34 pm
Forum: [3.0/Olympus] Styling
Topic: template variable does not parse in included file
Replies: 1
Views: 26382

Re: template variable does not parse in included file

The variable is only available within the page you define it in. ;) If you want it to be available on every page you need to add it to the template array in includes/functions.php - function page_header()
by Acyd Burn
Tue May 05, 2009 12:06 pm
Forum: [3.0/Olympus] Discussion
Topic: Feature requests?
Replies: 5
Views: 11314

Re: Feature requests?

We do not comment on feature requests by default - there is no means of "discussion". But you are correct - at the moment we do not consider feature requests at all - we rather pick them out of the forums, team member ideas, community ideas, the bug tracker, the sf feature request tracker and own ...
by Acyd Burn
Fri Feb 27, 2009 11:49 am
Forum: [3.0/Olympus] Styling
Topic: Templating condition. If in group
Replies: 5
Views: 23904

Re: Templating condition. If in group

Because a call to group_memberships() is time consuming and therefore we do not want to call it on every page view.
by Acyd Burn
Sat Feb 14, 2009 2:46 pm
Forum: [3.0/Olympus] Discussion
Topic: Extra pages in 3.0.4
Replies: 5
Views: 10817

Re: Extra pages in 3.0.4

If it is the anonymous user then obviously the user accessing the page is not logged in or looses the session (if cookies are disabled the ?sid= is appended. If you do not link to the page with append_sid() the sid is no longer appended and the session will be lost resulting in going back to the ...
by Acyd Burn
Fri Feb 13, 2009 4:36 pm
Forum: [3.0/Olympus] Discussion
Topic: Extra pages in 3.0.4
Replies: 5
Views: 10817

Re: Extra pages in 3.0.4

The page should still work fine... you did a print_r($user->data) before the if statement to see the user data used?
by Acyd Burn
Sun Feb 08, 2009 9:42 pm
Forum: [3.0/Olympus] Discussion
Topic: [Discussion] Downtime and Server Compromise
Replies: 353
Views: 534763

Re: [Discussion] Downtime and Server Compromise

At the moment everything is going quite smooth. Depending on the time we are able to work on it (we all have day jobs too ;)) i predict(!) 1-3 days. It will definitely not be an additional week. :)
by Acyd Burn
Thu Feb 05, 2009 5:19 pm
Forum: [3.0/Olympus] Discussion
Topic: [Discussion] Downtime and Server Compromise
Replies: 353
Views: 534763

Re: [Discussion] Downtime and Server Compromise

ACP -> Post Settings -> Enable queued posts ;)
by Acyd Burn
Tue Feb 03, 2009 6:36 pm
Forum: [3.0/Olympus] Discussion
Topic: [Discussion] Downtime and Server Compromise
Replies: 353
Views: 534763

Re: [Discussion] Downtime and Server Compromise

At this time different team members are doing different tasks. The most time consuming part at the moment is sanitizing the database dumps.
by Acyd Burn
Thu Jan 29, 2009 1:30 pm
Forum: [3.0/Olympus] Styling
Topic: Where's the documentation?
Replies: 6
Views: 15299

Re: Where's the documentation?

Exact examples are within the wikis tutorial section...

http://wiki.phpbb.com/Template_Syntax
by Acyd Burn
Thu Jan 29, 2009 1:27 pm
Forum: [3.0/Olympus] Styling
Topic: Where's the documentation?
Replies: 6
Views: 15299

Re: Where's the documentation?

Is there any place that has a definitive list of all the features of the template system?


Yes, have a look at the coding guidelines HTML document within the docs/ folder of the phpBB3 package you can download at phpbb.com. It is directly provided with phpBB itself.

An online version is here ...