简体   繁体   中英

Using Same Node ids for Different Content Type Drupal

Is it possible to use different node ids for different content types. Consider two content types Questions and Quizzes. I want each question and quiz has its own node id starting from one. Is there a module that can do this.?
Expected Result:
Question Table
Node Id,Question
1,Define Speed
2,Define Gravity
Quiz Table
Node Id,Quiz
1,Phy Quiz 1
2,Phy Quiz 2

You can't use Node Ids this way. Serial Field Module can help with this. Each content type will have its unique id starting form 1.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM