Info
- 3 posts
- 2 voices
- Started 4 years ago by mattj1s
- Latest reply from mattj1s
Profile Permalinks
-
- Posted 4 years ago #
On my forum I have pretty permalinks working but for profile pages I'd like to use the username rather then the user id. For example I'd like the url to be example.com/profile/username instead of example.com/profile/1.
I've looked around and tried to do this myself with no success (my php knowledge is pretty minimal). I could really use the help. Thanks.
-
- Posted 4 years ago #
That's easy enough to do; it's implemented already in the bleeding-edge not-officially-released version of bbPress (which is actually perfectly stable and bug-free for me). This direct link will give you the currently newest version, revision 817. To activate these super-pretty permalinks, open your
config.phpand set the pretty permalinks option to'slugs'instead, then if applicable (you'll probably know if it is) change the contents of your.htaccessfile to whatever/bb-admin/rewrite-rules.phptells you to. -
- Posted 4 years ago #
Thanks I'll give it a try!
-
You must log in to post.