Nate,
Actually the spotlights are working fine in all versions of Reason.
Unlike the headline, the spotlight is not explicitly placed on the
admissions home page using the reason admin console rather is included
using related_publication_unique_names. The spotlight_archives
publication is on a different minisite, which has a page that runs the
publication module; it does not have a custom module but does have a
custom markup generator.
'pre_sidebar' => array( // Spotlights
'module' => 'publication',
'related_publication_unique_names' =>
array( 'spotlight_archives' ),
'related_mode' => 'true',
'related_title' => '',
'related_order' => 'random',
'max_num_items' => 1,
'markup_generator_info' => array(
'list_item' => array (
'classname' =>
'SpotlightListItemMarkupGenerator',
'filename' => 'minisite_templates/
modules/publication/list_item_markup_generators/
admissions_spotlight.php'
),
),
),
Back to headlines publication. There is no page of type publication on
the admissions site so that could explain why it's not showing on the
admissions home page. I'll try to create a publication page type.
Brian