QDrupal Content Types

Login or register to post comments
1 reply [Last post]
Offline
Joined: 11/18/2008

I'm going to attempt to make sense here...

In my QDrupal Application, I have several QDrupal Form Links that use the same QForm code under my /pages folder. Is there a way to add a QDrupal Form Link into a Content Type, so that I can have multiple theme pages (e.g. page-qdrupal-content-type-a.tpl.php and page-qdrupal-content-type-b) for those two QDrupal Form Links?

Thanks,
phobulous

Offline
Joined: 11/18/2008

FYI - I spoke to Mike Hostetler about this issue and we determined that I would need to create a module to define a node type to include the QDrupal Application as well as my additional fields.

This is a helpful link:
http://api.drupal.org/api/file/developer/examples/node_example.module/6

Thanks Mike for your help!