I have the Views2 module installed and created a view. Below are the settings I used for the both default display and the page display. The Live Preview displays it as I envision, and in Firefox, when I go to the page itself, it looks like how I expect it to. But, in Safari, the only field that prints out is the node_title. Why? I have flushed my cache, rescanned my template files, even manually cleared out the cache tables ad nauseum, and I *still* can't get it to display the same way in Safari. The fields simply don't exist...

Here's the settings I'm using:

/**** Default ****/

VIEW SETTINGS
------------------------------------
Tag: publications

BASIC SETTINGS
------------------------------------
Name: Defaults
Title: None
Style: Unformatted
Row style: Fields
Use AJAX: No
Use pager: No
Items to display: 10
More link: No
Distinct: No
Access: Unrestricted
Caching: None
Exposed form in block: No
Header: None
Footer: None
Empty text: None
Theme: Information

RELATIONSHIPS
------------------------------------
None defined

ARGUMENTS
------------------------------------
None defined

FIELDS
------------------------------------
Content: Author Default
Content: PubStatus 9999
Content: Price 9999
Node: Body Body
Node: Title Title

SORT CRITERIA
------------------------------------
None defined

FILTERS
------------------------------------
Taxonomy: Vocabulary = Publication Categories


/ ***** Page Display ***** /
BASIC SETTINGS
------------------------------------
Name: Page
Title: Publications
Style: Unformatted
Row style: Fields
Use AJAX: No
Use pager: No
Items to display: Unlimited
Distinct: No
Access: Unrestricted
Caching: None
Exposed form in block: No
Header: Filtered HTML
Footer: None
Empty text: None
Theme: Information
Page settings
Path: learn/publications
Menu: No menu

RELATIONSHIPS
------------------------------------
None defined

ARGUMENTS
------------------------------------
None defined

FIELDS
------------------------------------
Content: Author Default
Content: Out of 9999
Content: Price 9999
Node: Body Body
Node: Title Title

SORT CRITERIA
------------------------------------
None defined

FILTERS
------------------------------------
Taxonomy: Vocabulary = Publication Categories

Comments

n00b0101’s picture

I notice, by the way, that the fields that won't display are *all* custom CCK fields. So, basically, the fields prefaced with Content: are the ones that won't display in Safari...