Convert the duplicate author links on blogs into a link to "See all username's blog posts" #89
Labels
No labels
A11y
Automated Testing
Contributable
Contributed
Decision
Design
Development
Drutopia
IndieWeb
Infrastructure
Launch Critical
Marketing
Needs documentation
Post-Launch
status
Abandoned
status
Blocked
status
Deploy
status
Doing
status
Done
status
In Review
status
Needs Clarification
status
Test
status
To Do
type
Bug
type
Task
type
User Story
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: geo/geo-coop#89
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Blog posts have both the Author (reference to the contributor/person content type) and User shown as names. See for example https://geo.coop/blog/dont-try-develop-co-op-until-you-do
The second one is the username and it should be changed to a link to the author's blog listing (which is based on user and not contributor/person).
The syntax for the needed link to their list of blog posts is
blog/123
where 123 is the UID (user ID). This is converted toblogs/username
by the existing path aliases.changed milestone to %1
marked this issue as related to #53
mentioned in issue agaric/proposals#166
changed weight to 2
mentioned in issue #97
mentioned in commit
2a77b20677
We resolved this four years ago as recorded in #89 (comment) by showing only the same author on blogs as shows everywhere else— the person content, and not the user.
This hides some default Drupal blog capability, but probably in the Drutopia context we want to continue to hide that, and want to ensure listings and RSS feeds are available for Blogs per Person/Org (and Articles per Person/Org, etc).
(Parallel Drutopia issue is at https://gitlab.com/drutopia/drutopia/-/issues/284 )