Title: frostdawn's Replies | WordPress.org

---

# frostdawn

  [  ](https://wordpress.org/support/users/frostdawn/)

 *   [Profile](https://wordpress.org/support/users/frostdawn/)
 *   [Topics Started](https://wordpress.org/support/users/frostdawn/topics/)
 *   [Replies Created](https://wordpress.org/support/users/frostdawn/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/frostdawn/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/frostdawn/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/frostdawn/engagements/)
 *   [Favorites](https://wordpress.org/support/users/frostdawn/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Private BuddyPress] [Plugin: Private BuddyPress] Only exclude SOME pages (how-to)](https://wordpress.org/support/topic/plugin-private-buddypress-only-exclude-some-pages-how-to/)
 *  [frostdawn](https://wordpress.org/support/users/frostdawn/)
 * (@frostdawn)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-private-buddypress-only-exclude-some-pages-how-to/#post-2655714)
 * I also attempted to add an exception to the LoginRedirect before the loggedin
   check is performed. I didn’t get the syntax just right, but it could prove to
   be an alternative way to get something past the privacy filter. Provide the URL
   to a page you don’t want protected to the exception rule and if that URL is hit,
   it should exit out of the if loop in the LoginRedirect function.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Private BuddyPress] [Plugin: Private BuddyPress] Only exclude SOME pages (how-to)](https://wordpress.org/support/topic/plugin-private-buddypress-only-exclude-some-pages-how-to/)
 *  [frostdawn](https://wordpress.org/support/users/frostdawn/)
 * (@frostdawn)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-private-buddypress-only-exclude-some-pages-how-to/#post-2655713)
 * I’ve since discovered that documents added to the media gallery are NOT protected
   by this plugin. So if you have information that can be imparted by an attachment,
   hardcode that link, and it will not be covered by the privacy plugin. Just an
   FYI for anyone that comes along and tries to customize this plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Private BuddyPress] [Plugin: Private BuddyPress] Only exclude SOME pages (how-to)](https://wordpress.org/support/topic/plugin-private-buddypress-only-exclude-some-pages-how-to/)
 *  [frostdawn](https://wordpress.org/support/users/frostdawn/)
 * (@frostdawn)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-private-buddypress-only-exclude-some-pages-how-to/#post-2655712)
 * Thanks for the post, however trying the above, I got the following error:
    Parse
   error: syntax error, unexpected T_STRING, expecting T_FUNCTION in C:\xampp\htdocs\
   wordpress\wp-content\plugins\private-buddypress\private-buddypress.php on line
   88
 * I then tried to add the option of a page filter to the exception rules already
   defined in the source such as:
 *  function LoginRequired() {
    // No login required if homepage is excluded if (
   true == $this->options->exclude->homepage && is_front_page() ) return false;
 *  // No login required if terms is excluded
    if ( true == $this->options->exclude-
   >terms) return false;
 *  // No login required if registration is excluded
    if ( true == $this->options-
   >exclude->registration && ( bp_is_register_page() || bp_is_activation_page() ))
   return false;
 *  // No login required if blog pages are excluded
    if ( true == $this->options-
   >exclude->blogpages && bp_is_blog_page() ) return false;
 *  // No login required if blog pages are excluded
    if ( true == $this->options-
   >exclude->page && bp_is_page(‘mypage’) ) return false;
 *  // Login required
    return apply_filters(‘pbp_login_required_check’, true); }
 * While that block of code didn’t throw any errors, it didn’t exclude the page 
   as expected either.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Calendar] [Plugin: Ajax Event Calendar] Calendar on site and eventlist not working](https://wordpress.org/support/topic/plugin-ajax-event-calendar-calendar-on-site-and-eventlist-not-working/)
 *  Thread Starter [frostdawn](https://wordpress.org/support/users/frostdawn/)
 * (@frostdawn)
 * [14 years ago](https://wordpress.org/support/topic/plugin-ajax-event-calendar-calendar-on-site-and-eventlist-not-working/#post-2652611)
 * Another update:
 * **Firefox**
    http traffic blocks the loading of events, but https allows them(
   where I get good behavior).
 * **IE (7 & 8)**
    http traffic renders the calendar, but not the events (loading
   prompt that never resolves itself) https traffic- the calendar itself won’t render
   at all.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Calendar] [Plugin: Ajax Event Calendar] Calendar on site and eventlist not working](https://wordpress.org/support/topic/plugin-ajax-event-calendar-calendar-on-site-and-eventlist-not-working/)
 *  Thread Starter [frostdawn](https://wordpress.org/support/users/frostdawn/)
 * (@frostdawn)
 * [14 years ago](https://wordpress.org/support/topic/plugin-ajax-event-calendar-calendar-on-site-and-eventlist-not-working/#post-2652511)
 * Forgot to mention, I also have the header and footer tags in place- the only 
   thing that seemed to affect is keeping the Firefox load prompt from sticking 
   indefinitely. Now, it just appears briefly then disappears again (but no events
   will render on the front end calendar). Header/footer tags did not seem to affect
   IE one way or another.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WordPress/BuddyPress eblast?](https://wordpress.org/support/topic/wordpressbuddypress-eblast/)
 *  Thread Starter [frostdawn](https://wordpress.org/support/users/frostdawn/)
 * (@frostdawn)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/wordpressbuddypress-eblast/#post-2544017)
 * Anything? I need a capability of sending out newsletter/announcements to my users.
   Needs to be compatible with BuddyPress.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [A widget based page template](https://wordpress.org/support/topic/a-widget-based-page-template/)
 *  Thread Starter [frostdawn](https://wordpress.org/support/users/frostdawn/)
 * (@frostdawn)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/a-widget-based-page-template/#post-2447180)
 * How about the forums question? 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [A widget based page template](https://wordpress.org/support/topic/a-widget-based-page-template/)
 *  Thread Starter [frostdawn](https://wordpress.org/support/users/frostdawn/)
 * (@frostdawn)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/a-widget-based-page-template/#post-2447178)
 * Ahh, the widgetize link looks at first glance to be exactly what I was after.
   I’ll have to try it and let you know. Thanks very much!

Viewing 8 replies - 1 through 8 (of 8 total)