Hello,
First, sorry for my poor english
Behind this title it's a very simple idea that I had.
It's for the user having a text presentation of a type of content without displaying a ton of parameters:
Example: I have a site for salling apartments, I can:
1 - Create as many fields as there are CCK parameters:
-- Type of apartment (T1, T2, T3 etc)
-- Balcony (yes, no)
-- Terrace (yes, no)
-- Elevator (yes, no)
Etc.
Well, it is good for searching through many apartments but it is not very good for the reading of the announcement.
2 - Leave a text field for the description of the apartment:
-- For rent, T1, with Balcony
Well, that's easy to read but there are no opportunities to make reliable research on this type of field.
So here is my idea of creating a module that would assist in drafting a text box by clicking on CCK fields:
-- If I click on T1 appears T1 in my text field, then I click Balcony, Balcony added in my text field ... Etc.
At the end, of course, the text field can be changed by the user if something is going wrong.
I have a few questions before I begin my module:
-- is there is another module that is doing nearly the same ??
-- I was looking to do something in Javascript, what do you think ?