By justin3 on
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
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
yes/no
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
Thanks
the views module did it. should have thought of that myself. doh!
No, I don't think so, in
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
Post settings per node types ? how to use views to do this ?
Can you tell me how to use views to do this ?
Thanks.