Hello my friends
thanks for all drupal developers and contributers :)
I am new in the drupal, so sorry about this newbie question
I install the Ubercart module, and want to make the user able to add Ubercart "product" content type in it home page (mysite) but the "mysite" modules cant see the product content type!!!
are there a suggestion about this situation?
thank you very much
best regards

Comments

agentrickard’s picture

Assigned: math_1048 » Unassigned
Status: Active » Closed (works as designed)

Please read the documentation. MySite supports adding additional content types, but the maintainer (me) only supports core content types. I simply do not have the time to do otherwise.

The 'post.inc' file allows users to add individual stories to their page; 'node.inc' allows entire content types to be added -- perhaps that wioll work for you.

See http://drupal.org/node/119583 for a tutorial on adding new content types.

See http://therickards.com/api for the API documentation. Take a look at blog.inc for a good model.

[Note: only assign issues to yourself if you are actively working on code to correct the issue.]

math_1048’s picture

dear agentrickard
thank you very much, I do add the new content type by "node" option -thanks and best regards.