XF1 Username URL Parameter (1 Viewer)

DEADLYDEVIL

Bedrock
Bedrock
Member
DEADLYDEVIL submitted a new resource:

Username URL Parameter - 9/8/2020

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



HTML:


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

to



HTML:


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.

Read more about this resource...
 
Top