Posted by wired_yout on July 18, 2012 at 6:11am
Good day all, I hope you are doing well. Does anyone know of a module that can set the appearance of content types? Example if I create 3 content types: eggs, milk, butter, and want them to appear in the order butter > milk > eggs when posts are made. So that if there are 2 posts in each for instance, they will appear in the following order: butter1, butter2 then > milk1, milk2 then > eggs1, eggs2 etc? Never mind, I figured it out with the weight module: http://drupal.org/project/weight
Comments
Group By
That sounds like a view, you could "group by" type
Thanks for the suggestion
Thanks for the suggestion frazras. I'll try implementing with views as well.
I was thinking drupal views
I was thinking drupal views module as well with grouped by. I am not sure if that will handle the order consistency.
Views would work best
I agree with frazas and Francia. Views would work best and it also allows you to do more customization to the content types which you will probably want to do as you get futher along with your project.
Views would work best
I agree with frazas and Francia. Views would work best and it also allows you to do more customization to the content types which you will probably want to do as you get further along with your project.
The order can be fixed with a
The order can be fixed with a few sorting modifications