Resource icon

Username URL Parameter 1.0.6

No permission to download

Liam W

in memoriam 1998-2020
Liam W submitted a new resource:

Username URL Parameter - Use the username instead on the user id...

This is a relatively simple addon that will change your member URL's from:

Code:
members/<username>.<user_id>/

to

Code:
members/<username>

If the username isn't available in the data passed to the link builder, then the addon will fetch it to the database. This is configurable via an option, as it may substantially increase queries.

Credits to http://mcbrawl.com for paying for development of this add-on.

Read more about this resource...
 
It's actually XF that's doing that - this addon changes the route class for members to construct a URL with a string parameter - XF does the actual URL constructing (including getting the username for the URL).

Liam

ehhmmm..too technical....do i have to change some options in the acp
 
Top Bottom