The below function works as I got the feed to display on my netvibes. When you follow a the URL for the feed you get a download prompt and the xml/ rss page is not displayed example http://cyber.law.harvard.edu/blogs/gems/tech/rss2sample.xml.
I use a category simply to group some content for a particular app that i am designing - but don't want that category to show as "related" information when i visit one of those pages.
Have succesfully been using Drupal for all of 4 months, my current project is a website for a new building which houses several office opportunities for creative companies, we have been set a new requirement to have an 'availability calender' on the buildings website, where tennants (and outsiders) can check the availability of the conferencing rooms and make an enquiry to the centre management to book the rooms for a desired time. I have installed the Event module and set the calender. Trouble is it only displays when the rooms have a booking.
Hi,
I had a query in the forum module. Where in this module is the data (like the title and description that has been entered by user) saved to the database. I found a code segment like
function forum_insert($node) {
db_query('INSERT INTO {forum} (nid, vid, tid) VALUES (%d, %d, %d)', $node->nid, $node->vid, $node->tid);
}
It is here that the code ids like nid vid and tid are saved to the table forum.
But where is the code that takes the title and description to the table node.
hi,
I need a modification with the forum module. I am trying to add new form field for entering the contact number of the user who is starting the form. I have added a new field at the end like this