We have moved to Github. Please open tickets there.

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)

Screen shot 2010-06-01 at 9.52.25 AM.png (27.3 KB) - added by jtilson 3 years ago.
Screenshot of user profile

Download all attachments as: .zip

Change History (3)

Changed 3 years ago by jtilson

Screenshot of user profile

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.