Opened 13 months ago
Closed 12 months ago
#4514 closed Feature Request (wontfix)
Bookmarklet to inspect the GUID of the current page
| Reported by: | mrclay | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Needs Review |
| Component: | Guid Browser | Version: | Github Master |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: |
Description
By sniffing elgg.config.wwwroot, a single bookmarklet could work for any 1.8 site
Change History (4)
comment:1 Changed 13 months ago by ewinslow
comment:2 Changed 13 months ago by mrclay
The bookmarklet would guess the GUID from the URL.
comment:3 Changed 13 months ago by brettp
This is talking about a reverse page handler. This was suggested in #250 with the comment "If this is useful someone will think of it again.
For the record, I think the pros don't merit the implementation woes.
comment:4 Changed 12 months ago by ewinslow
- Resolution set to wontfix
- Status changed from new to closed
This is related to my desire to have the concept of a "page entity" (i.e. a pointer to the current entity being displayed); only set if the page is an entity view page of course.
That would obviate the need for this feature, because the info could be served via an api, rather than guessed heuristically, which just seems like a better solution.

What do you mean by sniffing the GUID of the current page?