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
- if valid username then 4th param can be:
/tag/design
/tag/design/3
/tag/design/rss
for user: scaup
/tag/design/scaup
/tag/design/scaup/3
/tag/design/scaup/rss
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 frontpage command to draft - Jun 27, 2013
Resolved - Add reading time to a post - Oct 08, 2013
Resolved - Add calc command to Junco code - Apr 11, 2014
Resolved - CSS changes to make - Jun 27, 2013
Resolved - Limit the number of unique hashtags in a post - Jun 27, 2013
more >>