Opened 3 years ago
Closed 2 years ago
#2246 closed Defect (fixed)
Profile/Status doesn't display URL's as links
| Reported by: | jtilson | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | Elgg 1.8.0 |
| Component: | The Wire | Version: | 1.7 |
| Severity: | trivial | Keywords: | |
| Cc: | brettp | Difficulty: | trivial |
Description
If a user has posted a url link on the wire it does not show up as a link on that user's profile page.
I believe the change needs to be made here:
thewire/views/default/thewire/profile_status.php
Changing the line:
echo $content;
to
echo elgg_view('output/longtext', array('value' => $content));
does the trick for me.
Attachments (1)
Change History (3)
Changed 3 years ago by jtilson
comment:1 Changed 3 years ago by brettp
- Difficulty set to trivial
- Priority changed from normal to low
- Severity changed from minor to trivial
comment:2 Changed 2 years ago by cash
- Resolution set to fixed
- Status changed from new to closed
Fixed in latest wire update - other display issues with profile wire will need to be fixed
Note: See
TracTickets for help on using
tickets.

Screenshot of user profile