goodselleronline wrote:Erik Frèrejean wrote:For everything is a solution

. But you'll have to start with preventing users from editing topic titles. Than you have the problem that a text lookup will become slow if you got more topics. You'll need to account for duplicate topic titles. Etc, etc, etc.
All in all its not worth the hassle
(and I'm certain you'll find nobody to do that for $5), also phpBB itself doesn't need fancy URLs to begin with. SE's have no problems indexing it correctly.
well none of the users have permission to edit the title
its just that when they are posting that extra T and P gest attached to the url .
will anybody would do this for like 20 bucks ?
i just dont know my problem and also the solution to it lol
What Erik is saying is that there [s]is[/s] may be a way, but you'd have to disable editing posts by anyone. If a member creates a topic, then edits that first post, they can from there change the topic title. Also, the extra 't' in the topic title doesn't hurt SERP's (Search Engine Result Placement). You cannot get rid of the 'p' in the URL without disabling the feature that allows you to click on the last post and be taken right to that post.
You'd be adding extra SQL queries that slow your forum down every time anyone visits your forum. Additionally, removing the topic id's leaves you somewhat vulnerable to having duplicate pages on your forum, which *will* affect SERP's. So you have to add more code and more SQL queries to overcome that problem, and so on. All to get rid of the unique identifier that is what allows phpBB to be so efficient in the first place.
I can't imagine you would find anyone who would even touch this for less than $100, upfront. What you're asking for is somewhat difficult, and you probably won't like the result. You don't really have a problem, and the solution will just make your server work harder and your forum 10x more difficult to upgrade or modify in the future.

For my money (free),
phpBB SEO is the best Search Engine Optimization mod available, and does everything you want it to do (except remove that pesky 't' from the URL's).
Edit: I was wrong, apparently there isn't a way.