<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Thanks for the suggestion Dave. The html is fine. I've stripped my
    tpl template back to ONLY this fieldset and the same thing
    happens....admin role sees clickable link, lower role sees red
    unclickable text.<br>
    <br>
    the entire content of my tpl file is now:<br>
    <br>
    <font face="Courier New, Courier, monospace">&lt;fieldset
      class="collapsible collapsed"&gt;<br>
      &lt;legend&gt;View Map (click to open)&lt;/legend&gt;<br>
      <br>
      &lt;img style="margin:2px;"
      src="<a class="moz-txt-link-freetext" href="http://maps.google.com/staticmap?center=">http://maps.google.com/staticmap?center=</a>&lt;?php print
      $node-&gt;field_team_coordinates[0]['view']
      ?&gt;&amp;zoom=15&amp;size=240x250&amp;markers=&lt;?php print
      $node-&gt;field_coordinates[0]['view']
      ?&gt;,midyellow&amp;key=123456" border="0"&gt;<br>
      <br>
      &lt;/fieldset&gt;</font><br>
    <br>
    it's almost as if the lower roles don't have access to that field,
    but I don't have any field access modules operating. Is there any
    reason why javascript wouldn't be working for those roles? The odd
    thing is, when I use web dev firefox add-on to disable javascript,
    the fieldset is open by default so I don't think that's the problem
    either.<br>
    <br>
    *slowly going crazy*<br>
    <br>
    On 27/10/2010 15:37, Metzler, David wrote:
    <blockquote
      cite="mid:52177C930FA90F4D9888B0343FDB79FB0277E1F8@birch.evergreen.edu"
      type="cite">
      <pre wrap="">In my experience the most common cause is invalid HTML, specifically
unclosed tags and such.  Run your page through the W3C validator to
check. 

Dave 

-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:support-bounces@drupal.org">support-bounces@drupal.org</a> [<a class="moz-txt-link-freetext" href="mailto:support-bounces@drupal.org">mailto:support-bounces@drupal.org</a>] On
Behalf Of Neil Coghlan
Sent: Wednesday, October 27, 2010 11:01 AM
To: <a class="moz-txt-link-abbreviated" href="mailto:support@drupal.org">support@drupal.org</a>
Subject: [support] Why would one role be able to click collapsible
fieldsets....and another role couldn't?

I know the answer to this is blindingly obvious but I've been very deep
in the drupal forest in the last few weeks and can't see any individual
trees anymore!

High role (admin!) can see clickable link which expands a fieldset.
Log out
Log in as any other role - link has turned into red text, no link, can't
expand.

is it something on the permissions page that would do this?

it's not my template...I do have a couple of php conditionals wrapping
the fieldset but it's nothing to do with roles

&lt;?php if ($node-&gt;field_team_coordinates[0]['value']) : ?&gt; &lt;?php if
($page != 0): ?&gt;

1. only show fieldset if field is filled out 2. only show fieldset on
node view, not on index pages, teasers, etc.

what could be un-hyperlinking the fieldset?

Neil
--
[ Drupal support list | <a class="moz-txt-link-freetext" href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]
</pre>
    </blockquote>
  </body>
</html>