This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* remove "what's new" form from activity pages in groups and main */ | |
form#whats-new-form { | |
display: none; | |
} | |
a.acomment-reply { | |
display: none; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// template used to display shortcode lists e.g., [eab_archive template="event-list-with-thumbnails"] also works with [eab_expired] // | |
?> | |
<?php | |
if ($events) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- *** GROUPS INDEX TEMPLATE: THE FIRST PART COMES FROM COMMUNITY.PHP, WHICH IS A CUSTOMIZED VERSION OF THE PARENT THEME'S PAGE.PHP *** --> | |
<?php | |
/** | |
* The template for displaying all BuddyPress pages (NROC Community). | |
* This template can be overridden by more specific templates using the BuddyPress template hierarchy. (See the "community" directory.) |