Posted by mihksoft on March 8, 2008 at 3:35pm
Hy
I'm new in drupal and I start with drupal 6 to study. I want to make a content type for tables where I can add, remove, or modify fields in a table Can anybody help me with this problem. Any help will be good. Thank's
Comments
At first glance, it sounds
At first glance, it sounds like CCK and Views will satisfy your needs.
Can you give more information on your exact use case?
Cheers,
Bill
FunnyMonkey
Tools for Teachers
FunnyMonkey
more information
I have a table editor with editor_id, editor_name, editor_language_id, editor_country_id, editor_website, editor_email, editor_isDeleted. I want to make a content with a view where to show a table with all records from the student table. I want to have the possibility to add, remove or edit a student. The editor_country_id and editor_language_id will be given by another table so I must make a join some how.
I have done this work in php with a class TableEditor from http://www.phpguru.org/static/TableEditor.html but now I want to move the code to the drupal 6.
Tables
...Also, for simple tables within a node, like a page or story, regular html works fine. So does TinyMCE editor.
But, please do elaborate...
Sam Rose
Social Synergy
Blog
Sam Rose
Hollymead Capital Partners
P2P Foundation
Social Media Classroom
TinyMCE is for 5.x not for
TinyMCE is for 5.x not for 6.x. I can translate to 6.x version or they will do that?
To help out on the port to D6
see here: http://drupal.org/node/180436
Any help would be greatly appreciated.
FunnyMonkey
Tools for Teachers
FunnyMonkey
TinyMCE and CCK
I am fairly new to Drupal as well, but I agree with billfitzgerald...It sounds like CCK and Views is what you need. Currently these modules are written for Drupal 5.x. I know that CCK and Views are in development for Drupal 6.x. TinyMCE does not have a 6.x branch yet, so I don't know if it will be upgraded for 6.x or not. You can check each of the projects at the URLs below.
I am currently building a site in Drupal 5.7 and at some point in the future will upgrade to Drupal 6.x.
http://drupal.org/project/cck
http://drupal.org/project/views
http://drupal.org/project/tinymce
FCKeditor for Tables
I too am committed to only using Drupal 6 since I am just learning. I am looking forward to learning Views and CCK as soon as they come to Drupal 6. In the mean time, FCKeditor module provides a good WYSIWYG html editor so I can do tables in the old html way.
You also might want to take a look here
http://drupal.org/project/ajaxtable -- a more generalized solution
http://drupal.org/project/editablefields plus http://drupal.org/project/ajaxeditable --
While I have not tried either of these solutions, they seem to be moving in the general direction as what you need.
Cheers,
Bill
FunnyMonkey
Tools for Teachers
FunnyMonkey