01/15/2013 at 1:16 pm
#249137
Keymaster
Open the template.php file found here:
../wp-content/connections_templates/cmap
Change lines 27 and 28 from this:
//$entry->getDateBlock();
//$entry->getLinkBlock();
To this:
$entry->getDateBlock();
$entry->getLinkBlock();
Save and upload overwriting the original version.
To add the Deadline option to the dates, open the class.options.php file found here:
../wp-content/plugins/connections/includes
Search for the getDateOptions() method, it’ll be towards the bottom. It’ll make sense on what to add when you see the rest of the date option.