I have a content type institute. It has two fields courses, reviews which are custom content type. Courses have fields as Name, Description, eligibility, Seats.
I have a byte[] containing data for a file. Array can contain data for several different filetypes like xml, jpg, html, csv, etc.
I have created a custom content-type (Resume) and I wish to provide a custom \'edit\' view. My use-case is very simple, I simply want to show an HTML \"disclaimer\" box before the edit form.
We have a web application written in PHP that exports MySQL query results to an Excel file using PEAR Spread开发者_StackOverflowsheet Excel Writer. I\'m initiating the download via the following heade
I am unable to INSERT or UPDATE an item in my external list created from an external content type Here is the error:
I am calling an ajax.action link on a page. This will display the name of the document. While i click on the document, an ajax request is fired tot he controller, which will ret开发者_StackOverflow社区
I want to make a view that shows the most visited article from each content type, so I want 开发者_如何转开发to group by content type, and sort by node statistics views, desc
I just started working with drupal 7 a week ago, and I have figured out the basics (and the huge differences between drupal 6 vs. 7)
When a user clicks my link it brings up the save as dialog, but it wants to save it 开发者_如何学编程as a ashx file in any other browser than IE. The file is standard jpeg that is being taken from a d
I\'m using Apache Tika, and I have files (without ext开发者_如何学Goension) of particular content type that need to be renamed to have extension that reflect the content type.