Search found 9 matches

by mip
Fri May 20, 2005 8:14 pm
Forum: [3.0/Olympus] Discussion
Topic: Olympus Progress Report
Replies: 8
Views: 9255

Re: Olympus Progress Report

IMHO a stable phpBB Olympus is far, far away.
During the last weeks, there only were few CVS checkins. An active project looks different.

phpBB Olympus itself is a good project and the code looks promising, but my confidence in the developers is lost.
Bad information strategy, bad schedule, bad ...
by mip
Mon Feb 07, 2005 5:44 pm
Forum: Chit Chat
Topic: It's called Olmypus, dammit! [SPLIT]
Replies: 28
Views: 20669

It's called Olmypus, dammit! [SPLIT]

mip wrote: ... but I'll wait with this until phpBB Oxygen is has become stable.
Sorry, I meant phpBB Olympus (CVS HEAD) - don't know why I said Oxygen. I'm still not used to the new naming scheme.
by mip
Mon Feb 07, 2005 5:43 pm
Forum: [3.0/Olympus] New features discussion
Topic: Olympus search engine friendly?
Replies: 16
Views: 14298

Re: Olympus search engine friendly?


What is this phpBB Oxygen and why are you pushing it frequently on our site? We've no problem at all with people forking or otherwise adapting phpBB ... but we do get annoyed at people using our site to publicise such versions.
Sorry, I meant phpBB Olympus (CVS HEAD) - don't know why I said ...
by mip
Mon Feb 07, 2005 3:31 pm
Forum: [3.0/Olympus] New features discussion
Topic: Olympus search engine friendly?
Replies: 16
Views: 14298

Re: Olympus search engine friendly?



Will it have an "archive" like vBulletin or IPB?

No, had to be scraped for time reasons for this release, but is a strong possibility for 3.2.

This "archive" of vBulletin is IMHO just a poor way to make the search engines crawl the whole site.

phpBB Oxygen CVS has a fine way to deal with ...
by mip
Mon Feb 07, 2005 1:44 pm
Forum: [3.0/Olympus] New features discussion
Topic: SEO - missing append_sid() functionality
Replies: 21
Views: 20746

Re: SEO - missing append_sid() functionality

I now solved the problem of those hardcoded URLs by using a modified template class which rewrites URLs.
This is quite fast when using cached templates, but requires the hardcoded URL beeing parsed prior to rewriting - a more elaborate solution would hand over the URL in a pre-parsed form, but I'll ...
by mip
Tue Feb 01, 2005 5:52 am
Forum: [3.0/Olympus] New features discussion
Topic: SEO - missing append_sid() functionality
Replies: 21
Views: 20746

Re: SEO - missing append_sid() functionality

Apache and its URL rewriting engine is by far the most popular one, but URL rewriting isn't limited to Apache. I'm sure that every major webserver could at least pass every request to a script which would parse the path-info and handle it over to the target script.
BTW: Have a look at the current ...
by mip
Mon Jan 31, 2005 7:18 pm
Forum: [3.0/Olympus] New features discussion
Topic: SEO - missing append_sid() functionality
Replies: 21
Views: 20746

Re: SEO - missing append_sid() functionality

Roberdin wrote: What else?
It's quite useless to get indexed, when your ranking is too bad to get found by the search engine users.
There's much to say about SEO and "clean" URLs (no GET parameters) are a starting point.
by mip
Mon Jan 31, 2005 4:52 pm
Forum: [3.0/Olympus] New features discussion
Topic: SEO - missing append_sid() functionality
Replies: 21
Views: 20746

Re: SEO - missing append_sid() functionality

SHS` wrote: Wait and see? Google indexes these forums quite well already.
Accomplishing a thorough bot index/walk-through is only one part of SEO... ;)
by mip
Mon Jan 31, 2005 1:38 am
Forum: [3.0/Olympus] New features discussion
Topic: SEO - missing append_sid() functionality
Replies: 21
Views: 20746

SEO - missing append_sid() functionality

Hi @ll,

I wonder if phpBB Olympus will get a design which allows easy rewriting of URLs for SEO.
At this time, I'm missing the append_sid() function (or something similar) from the phpBB 2.0 versions.

In current CVS, there are plenty of hardcoded URLs looking like index.$phpEx$SID and even worse ...