Active
Project:
Views Custom Field
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2010 at 16:58 UTC
Updated:
23 Nov 2010 at 16:58 UTC
Hi
I am dealing with a strange issue with VIEWS, PDF gif image cannot be seen as a end user, however can be seen as a authorized user.
All I am trying to do is get a .pdf gif image shows up in views for my pdf links for everyone.
Here is the code I am using
if ($data->node_data_field_altlink_field_altlink_fid != "") {
return "<img src = '/images/ico_pdf.gif'>";
}
else {
return ' ';
}
Or is it permissions issue. please suggest me some ideas or how to fix this problem.
Thanks!