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

How expose more than one table in hook_views_tables()?

Hi guys,

What's the syntax for exposing more than one table in hook_views_tables() of Views Module Developer API? Are there other things I should know, e.g., additional declarations in the other two hooks -- hook_views_arguments() and hook_views_default_views() -- if I'm exposing more than one table?

Thanks in advance! :)

How do I create a content type for a content type?

What i mean is this:

I need to create a new content type called: meetings.

Meetings will have several things attributed to it, like location, topic, list of emails to notify, etc.

Each meeting will be different - nothing repeated.

How would I accomplish this?

I looked at flexinode but I could not *nest* a content type inside another?

Any ideas would help!

Thanks,
Dave

Stop insert into node table

I am new to drupal, and I am attempting to make my first module. I created a form that inserts data into a table that I created, but it also creates a record in the node table. How can I tell it to not create a record in the node table?

Replacement for addLoadEvent in jQuery?

Is the new drupal 5.0 technique to use this for onload events?

$(document).ready(somefunctionjsfunction);

to replace this in 4.7

addLoadEvent(somefunctionjsfunction);

I haven't seen a drupal developers quide to jQuery yet, and they've
begin removing functions out of drupal.js

Can the forum module be customized to present a "filtered" view of posts?

I'd like to use the forum module as an "issue tracking" tool, whereby a site visitor posts a message (with images). The Site Admin could respond to the message and perhaps post images as well. This "dialog" would remain private between the original sender and the admin.

Is this possible via the forum module?

New poster here

Hello everyone this is my first posting here hope you dont mind. My question is how to I get my new
board to look like this one? What I mean the tabled look.

Pages

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