Clean-up of user pages
I've done some code clean up of the user pages, including the feeds. The clean up, among other things, changed the URLs for individual users from /user/show/1 to /users/1 (the old URL will still work) and implemented caching to improve performance. I also made a change that'll hopefully fix the bug where the forum doesn't think you're logged in but the main site does.
This is a "practice run" before I do the same to the style pages. Let me know if you see any problems.
This is a "practice run" before I do the same to the style pages. Let me know if you see any problems.
Comments
Edit: And another thing. why change "user" to "users"....you're not displaying multiple users on the same page, so why plural? Makes more sense the other way to me. Apparently "style" has changed to "styles" also...again, one style on a page, why plural?
Regarding "user" vs "users", it's like a folder structure. Each user is an item within "users", just like you would have a "pics" folder rather than a "pic" folder.
I understand the folder structure thing. I just liked how you could read them almost like a sentence. Oh well, whatever =)
I'm going to look up if there's a recommended way of doing stuff like this.
Thanks.