This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

RSS feed - works but can't get page to display instead of download prompt

Hi,

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.

The link is http://nzhn.timebased.com/?q=timeline/rss ( sorry password protected)

I suspect this is because the URL needs to end in .xml ;-?

Have tried adding .xml to in the _menu function but no luck. Any ideas or suggestions greatly appreciated.

can i hide categories?

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.

is this possible?

Peter Lindstrom
www.LiquidCMS.ca

Need Help modifying Event Calender

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.

Upgrading module to 4.7

I'm upgrading a custom module to 4.7 from 4.6 and I have most issues taken care of, however, the following lines are a bit troublesome to convert:

Where is the data inout to the database?

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.

Need a modification with forum module

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


$form['phone_filter'] = array('#type' => 'textfield', '#title' => t('Contact No'), '#default_value' => $node->phone, '#required' => TRUE, '#weight' => 3);

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions