Search found 95 matches

by TerryE
Sat May 30, 2009 1:07 pm
Forum: [3.0/Olympus] Discussion
Topic: pasting excel cells with hyperlinks into forums
Replies: 1
Views: 4683

Re: pasting excel cells with hyperlinks into forums

This actually has noting to do with Olympus development, and should have been made on the normal support forum, so this post should really have been locked. Sorry.

The message field is an <form> <textarea> tag and this will only accept unformatted text content pasting, so what you are describing is ...
by TerryE
Thu May 28, 2009 9:21 am
Forum: [3.0/Olympus] Discussion
Topic: IP Logger to prevent double registration
Replies: 5
Views: 11629

Re: IP Logger to prevent double registration

You need to be careful with any attempt to block double registration from the same IP: the reason for this is that people browsing your forum from a private network though a proxy will appear to come from the same IP. This isn't just two people in the same household but also all the people on a ...
by TerryE
Wed May 27, 2009 5:07 pm
Forum: [3.0/Olympus] Discussion
Topic: phpBB architecture and other docs
Replies: 6
Views: 15549

Re: phpBB architecture and other docs

I am just a community member like you, but I am actively involved in another couple of FLOSS projects (VirtualBox and OpenOffice.org). I know my way around all three code bases quite well now. IMHO, the answer ( for all three is "HaHa, you wish!". There is the source and that's all folks. No doubt ...
by TerryE
Sun May 24, 2009 1:08 pm
Forum: [3.0/Olympus] Discussion
Topic: ACM Modules
Replies: 64
Views: 194922

Re: ACM Modules

On a related note, these modules assume a single forum per cache. Bad assumption. (I currently have 12 forums on my server.) So I have added the lines global $dbname, $table_prefix;
$this->store_prefix = $dbname . '.' . $table_prefix;
to the acm method and editted the rest of the file:
:%s/apc ...
by TerryE
Sat May 23, 2009 5:26 pm
Forum: [3.0/Olympus] Discussion
Topic: ACM Modules
Replies: 64
Views: 194922

Re: ACM Modules

Thanks for the ACM_APC module. :-) Given that these modules were written over two years ago and have had a few hundred downloads, many of which I suspect are now in operation on some of the heavily used phpBB boards, isn't it about time they were moved out of Area51 and into the mainstream product ...