View Issue Details

IDProjectCategoryView StatusLast Update
0001668Composr documentation[All Projects] General / Uncategorisedpublic2014-12-03 13:07
ReporterChris GrahamAssigned ToChris Graham 
SeverityFeature-request 
Status resolvedResolutionfixed 
Summary0001668: Links to member profiles
DescriptionOften site owners wish to link to the current logged in member's profile. It is not obvious how to create a generic link for this.


Profile for current logged in member:
(baseurl)/site/index.php?page=members&type=view
Or if short URLs enabled:
(baseurl)/site/pg/members/view
Or if new-style short URLs enabled:
(baseurl)/site/members/view.htm
Or if raw URLs enabled:
(baseurl)/site/members/view
(if not logged in, it shows a login screen)

Composr Page-link style:
site:members:view

Profile for a specific member, say member ID 3:
(baseurl)/site/index.php?page=members&type=view&id=3
Or if short URLs enabled:
(baseurl)/site/pg/members/view/3
Or if new-style short URLs enabled:
(baseurl)/site/members/view/3.htm
Or if raw URLs enabled:
(baseurl)/site/members/view/3
(actually, depending on configuration, the number might be based on the username rather than the ID)

If "single public zone" is enabled, omit "/site".
TagsNo tags attached.
Time estimation (hours)
Sponsorship open

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised