I am so happy and full of joy after completing a really unique system concept and design to allow multilevel of flexibility to both users and developers.

It’s simply mod_rewrite generated by php fully and very fast load time with fast customisation. Let me tell you a bit more about it.

At the moment all the url settings are hard coded, but it will soon be customisable on the admincp once all links are working properly without dupe content by url. I will do this later on but for now i am just enjoying the ability to modify urls on the fly with little edits.

The system works this way:

the scripts gathers all links on the page, parses a few important data like queries, url, and if it is a forum link, topic link, members link or an external link. now with that data I can check if it matches some criteria then I replace that url with relevant url data like topic id, forum id, forum title, topic title, etc…. and it does it nicely and quickly.

Now once the person clicks on the link i then check another set of rules against the current url and if it matches one it runs a certain query so that it displays the current content.

But now I have to write some logic to understand and make sure there is no more extra data on the url that may create multiple url. And also process regular queries such as searches so that these do not get indexed.

One more thing, there may be no custom editable url information for now, but I will provide loads of options to balance this feature.

There is just no ETA on this but I can assure you that I am concentrating on this.