Active
Project:
Computed Field
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2012 at 05:06 UTC
Updated:
27 Oct 2016 at 10:20 UTC
Jump to comment: Most recent
Comments
Comment #1
moneyescapade commentedSolved. Found out the problem was just me not checking my field display settings and it was set to "plain text".
Comment #2
phelixochieng commentedFacing the same problem here, I would like to output a computed field as a link in views. How do I do this? Thanks in advance
Comment #3
DrupalViator commentedUse the l() function to generate html code for a link. Use $attributes = array('html' => TRUE) to allow html within the link text.