Search found 9 matches

by Luminiferous
Tue Aug 22, 2006 12:06 pm
Forum: [3.0/Olympus] Discussion
Topic: spammers, and rel='nofollow'
Replies: 33
Views: 43097

Re: spammers, and rel='nofollow'

What happens if they post the message to an existing topic? First of all it is problem for bots to find active and populas threads. For example if they try to post message to thread with id "2", it can be error "no thread with such id". Id is auto incremented each time, so when ...
by Luminiferous
Mon Aug 21, 2006 7:11 pm
Forum: [3.0/Olympus] Discussion
Topic: spammers, and rel='nofollow'
Replies: 33
Views: 43097

Re: spammers, and rel='nofollow'

I think to avoid spam you just need to add a code like this:

Code: Select all

$n = 10;
if ($user->data['user_posts'] < $n)
	{
		trigger_error("You should post at least 10 messages before creating new thread");
	}
by Luminiferous
Sat Aug 12, 2006 12:33 pm
Forum: [3.0/Olympus] Styling
Topic: A list of styles for Olympus
Replies: 2
Views: 4374

A list of styles for Olympus

Where I can find a list of styles, which are currently created (or in progress) for Olympus. I'm asking, because I want to use Avalanche style, but It's developer not a member of phpBB any more (as I've read), so I want to know: "Is Avalanche style created for phpBB3"?.
by Luminiferous
Sat Aug 05, 2006 9:56 am
Forum: [3.0/Olympus] Discussion
Topic: Suspecting beta release very very soon!
Replies: 803
Views: 645098

Re: Suspecting beta release very very soon!

EXreaction wrote: You can install styles already. :?

You mean that styles are already free to spread? And I can download and install some skin?
by Luminiferous
Fri Aug 04, 2006 10:18 pm
Forum: [3.0/Olympus] Discussion
Topic: Suspecting beta release very very soon!
Replies: 803
Views: 645098

Re: Suspecting beta release very very soon!

OK. Than question: when no new bugs will be reported we'll get beta 2 or final release (and we will be able to install styles)?
by Luminiferous
Fri Aug 04, 2006 9:14 pm
Forum: [3.0/Olympus] Discussion
Topic: Suspecting beta release very very soon!
Replies: 803
Views: 645098

Re: Suspecting beta release very very soon!

for example, "Only 2 bugs to repair left till release" or "Release will be aproximately in a week"
by Luminiferous
Fri Aug 04, 2006 8:04 pm
Forum: [3.0/Olympus] Discussion
Topic: Suspecting beta release very very soon!
Replies: 803
Views: 645098

Re: Suspecting beta release very very soon!

Can we somehow spectate progress of creation beta 2 or final release? This waiting without any information annoying me a little bit.
by Luminiferous
Tue Aug 01, 2006 11:50 am
Forum: [3.0/Olympus] New features discussion
Topic: What's about user's browser icon near username?
Replies: 3
Views: 4516

Re: What's about user's browser icon near username?

OK, thanks, I'll be waiting for mod or try to do it by myself (think it's not hard to do). Hope an official stable version will come soon...
by Luminiferous
Tue Aug 01, 2006 9:54 am
Forum: [3.0/Olympus] New features discussion
Topic: What's about user's browser icon near username?
Replies: 3
Views: 4516

What's about user's browser icon near username?

I was at this IPB forum and there all online users are displayed with their browser's icon. It would be great, if it was realized in Olympus too...