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.


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

From JR's : articles
112 words - 728 chars
created on
updated on
import date 2013-08-12 21:49:52 - #
source - versions

Related articles
Resolved - Add session id - Jun 27, 2013
Resolved - Enhance the split screen posting mode - Aug 21, 2013
Resolved - Testing change to regex for hashtags - Jun 27, 2013
Resolved - fixed error when undeleting a private blog post - Jun 27, 2013
Resolved - Allow markup at the start of the title for a blog post - Jul 23, 2013
more >>



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: May 3, 2024 - 5:42 p.m. EDT