The Modul works fine. I can configure a Matrix Field and I can enter data into the table.
But the user will never see the content because on the tab "Display Fields" for the "Teaser" as well as for the "Full" the only possible choice is "".

Comments

mh86’s picture

which version are you using?
yesterday I did some changes to the formatter function (how output is formatted). so please download the latest version, try again and tell me, if it works!

smitty’s picture

It is version 5.x-1.0, which was not updated since 2006-Dec-31.

mh86’s picture

sorry, I forgot to add an actual development snapshot for drupal 5 to the project page, download it and test it again.

smitty’s picture

Status: Active » Closed (fixed)

Now it works fine. Thank you!

nishitdas’s picture

Priority: Normal » Critical
Status: Closed (fixed) » Active

Hi

I am facing exactly the same problem and I had tried both the available versions.

emdalton’s picture

I am using 5.x-1.x-dev from 2007-Feb-24 and I still cannot see the matrix contents. I ran update.php after switching from the 5.x-1.0 version to 5.x-1.x-dev. In the field configuration, I can see "table view" as an option for teaser and body, but still no matrix entries show on the nodes.

mathieu’s picture

I have the same problem, I am testing with the dev version (Feb. 24).

aozuas’s picture

I am having the same problem, only hidden option here.

aozuas’s picture

I tried the 5.x-1.x-dev version. Now its working fine.

mathieu’s picture

Problem fixed on my side too, with a new version and some cleanup (can't give more details, it's been a while and I forgot...)

budda’s picture

Category: support » bug

I am still getting the "hidden" option only issue even with the most recent -dev build.
So what's the point in this module if you cannot display the values you've entered?

nishitdas’s picture

Ok I fixed it but not sure if its the right solution

After Removing
$form[$field['field_name']]['hidden'] = array(
'#type' => 'markup',
'#value' => '

',
);

from the module the Content is showing table view option with hidden but still there is one more problem
- even after selecting hidden in the Field the field value is showing on the node and i removed it using CSS which again might not be the perfect solution. But everything is working fine now

eggthing’s picture

Nope I don'think it is the right solution. I tried removing that code and it messed up my edit page.

nishitdas’s picture

Sure you deleted the right portion
It is working perfectly for me with out any error. You can check the following link
http://cat4mba.com/bschool/iima

joemaine’s picture

still shows as hidden (drupal 5) - seems like a wonderfully useful module if it can show in a page view - not sure of the value if it can't.

mh86’s picture

does this problem still exists?

aaron1234nz’s picture

Status: Active » Fixed

As there has been no comment on this issue since November 2007, I'm marking it as fixed. If this issue still exits, please open an a new issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.