Search found 25 matches

by Dr.Death
Mon Nov 25, 2019 12:43 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.0-b2 released
Replies: 24
Views: 84456

Re: phpBB 3.3.0-b2 released

@Scanialady:

Try to add this line into the .htaccess file located in your phpBB root Folder:

Code: Select all

Options -MultiViews
by Dr.Death
Sat Jan 23, 2010 5:52 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC & Patch][Implemented] Coding Guidelines
Replies: 55
Views: 97968

Re: [RFC & Patch][Implemented] Coding Guidelines

My favorites are:

- Using tabs instead of spaces
- Not using CamelCase. ( this_is_my_var_name_is_better_readable_and_easier_to_write )
- using extra lines for the brakets:

Code: Select all

if ($foo)
{
    echo "foo";
}
else
{
    echo "bar";
} 
by Dr.Death
Tue Oct 16, 2007 7:55 am
Forum: [3.0/Olympus] New features discussion
Topic: Welcome to (long awaited) Hook System!
Replies: 27
Views: 59035

Re: Welcome to (long awaited) Hook System!

Maybe someone should post a tutorial or a demo ;-)
by Dr.Death
Wed Nov 29, 2006 12:42 pm
Forum: [3.0/Olympus] Discussion
Topic: No "code change Updates" for Olympus after gold?
Replies: 3
Views: 6671

Re: No "code change Updates" for Olympus after gold?

Hint:

The Olympus updater uses a diff engine ;-)
So it will be possible to user the regular updater, even if your Olympus if heavily modded.
by Dr.Death
Tue Nov 07, 2006 8:06 am
Forum: [3.0/Olympus] Discussion
Topic: BBCodes in previewed search results
Replies: 9
Views: 12423

Re: BBCodes in previewed search results

agreed.

BBCodes should be parsed on search output.
by Dr.Death
Thu Nov 02, 2006 6:28 am
Forum: [3.0/Olympus] New features discussion
Topic: Moduls in ACP
Replies: 16
Views: 21629

Re: Moduls in ACP

Maybe a hint for all MODDERS:

All new permission sets should be in a global new permission tab: MODS

I saw differents MODs using all their own permission TAB.... maybe the ACP will be overloaded if every new MOD have it own permission tab ?
by Dr.Death
Thu Nov 02, 2006 6:22 am
Forum: [3.0/Olympus] New features discussion
Topic: Quick Reply Box?
Replies: 23
Views: 33794

Re: Quick Reply Box?

If you're not able to handle the html sourcecode: Create a new bbcode like this: BBCODE USAGE: [spoiler]{TEXT}[/spoiler] HTML REPLACEMENT: <span class="quotetitle"><b>Spoiler:</b></span><span style="background-color:white;color:white;">{TEXT}</span>
by Dr.Death
Thu Sep 28, 2006 8:40 am
Forum: [3.0/Olympus] New features discussion
Topic: Last Topic Name in index
Replies: 19
Views: 23203

Re: Last Topic Name in index

The last_topic_title is also not "censord" with the "censor word" function......