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 "".
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
Comment #1
mh86 commentedwhich 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!
Comment #2
smitty commentedIt is version 5.x-1.0, which was not updated since 2006-Dec-31.
Comment #3
mh86 commentedsorry, I forgot to add an actual development snapshot for drupal 5 to the project page, download it and test it again.
Comment #4
smitty commentedNow it works fine. Thank you!
Comment #5
nishitdas commentedHi
I am facing exactly the same problem and I had tried both the available versions.
Comment #6
emdalton commentedI 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.
Comment #7
mathieu commentedI have the same problem, I am testing with the dev version (Feb. 24).
Comment #8
aozuas commentedI am having the same problem, only hidden option here.
Comment #9
aozuas commentedI tried the 5.x-1.x-dev version. Now its working fine.
Comment #10
mathieu commentedProblem 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...)
Comment #11
buddaI 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?
Comment #12
nishitdas commentedOk 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
Comment #13
eggthing commentedNope I don'think it is the right solution. I tried removing that code and it messed up my edit page.
Comment #14
nishitdas commentedSure 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
Comment #15
joemaine commentedstill 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.
Comment #16
mh86 commenteddoes this problem still exists?
Comment #17
aaron1234nz commentedAs 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.