Is there a way to customize Post settings per node type?

Ex:
Blogs: post length unlimited, 10 per page
Stories: post length 200, 20 per page

thanks
peace

Comments

pwolanin’s picture

No- this option is not built into the Drupal core.

Yes- a small custom module could easily set different post length limits per type by implementing validation code per node type. I'm not sure which pages you are referring to in the per-page. Possibly the Views module could do what you want, or use the front_page module (or custom module or PHP code in a page) to make a front page (listing stories, for example) that shows a different number per page than the system wide setting which will control the blogs.

---
Work: BioRAFT

justin3’s picture

the views module did it. should have thought of that myself. doh!

John Norich’s picture

No, I don't think so, in blogs Post settings often bloking and if you don't want so you can post so;
Blogs: post length unlimited, 5 per page
Stories: post length 200, 10 per page

MakeOnlineShop’s picture

Can you tell me how to use views to do this ?

Thanks.