Hi there,
I have to create a custom compound field that holds two formatted Textfields (Filtered-HTML or Full-HTML). I managed to create a fieldtype with a widget that contains two form elements of type 'textarea'. So I tried to convert these to form elements to the type text_format. I added the settings, so that the admin can choose the Filter. I also altered the .install file, so that the database table can store the filter value for each text_format element. My database table looks like this:
Actually a noob with Drupal, i try to play with the Views module, and output the result into a flash swf launched by swfobject.
I succeed to make a views the way i want, but when i try to rewitre a field with some javascript code launch swfobject, i see the javascript code is filtered and then doesn't react as javascript code.
Maybe i'm wrong, but i need to send my views output to flashvars of my flash file, so for that i need to write some javascript code to call my flash file, but maybe there is an other and better way to output a view into flashvars?
I'm a newby with Drupal, but I have written my own module in Drupal 7.
The module is written for private use and you can insert a URL with the logo of that webpage. It works fine :)
Now i need a 'edit' page zo I make in mymodule.module the following code in the function mymodule_menu():
1) I created a custom content type consisting of a few fields and now i'm trying to theme it using tpl. It consist of an image and a few text fields with the tax labels. That is just one part.
2) The next is, i wanna create a drop down menu which site visitors can just choose which category they are looking for from Taxonomy.
we are a public institution who would like to build a new Intranet using Drupal 7.
We are around 250 people in the organisation who will use daily the new intranet. People will have to log-on using their Active Directory credentials for accessing the Intranet. Depending on which department a person belongs to, the content will vary on the pages. Also everyone will have the right to make new content and edit content.