Resolved - Fix the tag search result for a user's tags Currently, when clicking on a user's tag, the results show post from all users. Make the results specific to that user. /tags/jr "food" - /tag/food returns all posts with tag "food" and not just jr's food posts. hr. four possible parameters in URI after .pl: * 1st is always the function: "tag" * 2nd is always the tag name: "design" in this example * 3rd param is variable: ** page number if numeric ** rss (will prohibit username as rss. rss reserved word in code.) ** username if not numeric and not equal to rss then username *** if valid username then 4th param can be: **** page number **** rss /tag/design /tag/design/3 /tag/design/rss for user: scaup /tag/design/scaup /tag/design/scaup/3 /tag/design/scaup/rss #junco #resolved