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 - Change name of Web app from Kestrel to something else - Jul 22, 2013
Resolved - Add keyboard shortcuts to split-screen typing mode - Mar 28, 2014
Resolved - Add desc info to RSS feed - Aug 20, 2013
Resolved - Add the blog_ special tag for top-shelf formatted and display of blog posts - Jun 27, 2013
Do not create a hashtag link if tag is all numerics - Aug 07, 2013
more >>



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: Nov 14, 2024 - 5:51 p.m. EST