Posted by hmdnawaz on December 10, 2012 at 6:49am
I have a content type named "Event".
I want to add an option to make an event as featured event. I know I have to add a check box field to the content type to make the event featured but my requirement is that at a time only one event will be as a featured event.
Comments
Well i think when you are
Well i think when you are done with adding the field through CCK then you can play with its status using the rules http://drupal.org/project/rules module to set that only event can be featured or just set a time for which an event is featured then rules can help you change state automatically.
I have similar requirement
I have similar requirement like want to add a checkbox for featured option but this can be visible for some specified roles.Can you please suggest me to achive this..
r@mmi