Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • Plugins
  • Themes
  • Documentation
  • Blog
  • Support
  • Download

BuddyPress.org


  • Register
  • Lost Password
  • Log In

@abomb1977 active 2 years, 2 months ago
BIG ISSUE: Updated my buddypress install and now the adminbar is back. It’s an obsolete addition to my site, and I don’t want it there. Yes, I used `define (’BP_DISABLE_ADMIN_BAR’, true);` in my functions.php file. HELP! View
  • Personal
  • Mentions
  • Favorites
  • Profile picture

    ABomb1977 started the forum topic Birthdays in the group How-To and Troubleshooting: 2 years, 2 months ago

    When I set up my profile fields, I chose the “datepicker” type to have my users’ birthdays saved. (It’s also a required field for registration). But when I pick my correct birthdate, it displays on the public profile as one day prior to the actual date selected.

    Any idea how to fix this?

  • Profile picture

    ABomb1977 joined the group How-To and Troubleshooting 2 years, 2 months ago

  • Profile picture

    ABomb1977 posted on the forum topic A Webinar tool for Buddypress? in the group Creating & Extending: 2 years, 2 months ago

    I know this is an old topic, but I also heard about another plugin for WP called “teachpress.” You could take a look at that one. I’m in the process of working on “yet another blog,” that I intend to become an online learning environment – that’s why I posted. :)

  • Profile picture

    ABomb1977 joined the group Creating & Extending 2 years, 2 months ago

  • Profile picture

    ABomb1977 posted on the forum topic Adminbar is like a poltergeist … it returned! in the group How-To and Troubleshooting: 2 years, 2 months ago

    NEVER MIND!
    I jumped the gun. I had only updated WP, and hadn’t yet updated BP plugin to go along with it.
    Thanks, tho!

  • Profile picture

    ABomb1977 started the forum topic Adminbar is like a poltergeist … it returned! in the group How-To and Troubleshooting: 2 years, 2 months ago

    “They’re baaaaaaack!” I’m reminded of that sweet little girl in Poltergeist every time I see that adminbar at the top of my site. All my hard work scouring the forums for a fix is null and void now. (JK.) Anyhow … apparently, the new buddypress version has changed something, cause now my code `define (‘BP_DISABLE_ADMIN_BAR’, [...]

  • Profile picture

    ABomb1977 posted an update: 2 years, 2 months ago

    BIG ISSUE:
    Updated my buddypress install and now the adminbar is back. It’s an obsolete addition to my site, and I don’t want it there. Yes, I used
    define ('BP_DISABLE_ADMIN_BAR', true); in my functions.php file.
    HELP!

  • Profile picture

    ABomb1977 posted on the forum topic Need custom header to display only on home in the group How-To and Troubleshooting: 2 years, 2 months ago

    @glamgrif

    About that code you tweaked for your variable headers: are you using the custom header that comes bundled? Or did you have to disable that to get your code to work? (Just wondering before I try it ’cause I stress about the WSOD sometimes … LOL.)

  • Profile picture

    ABomb1977 posted on the forum topic Where is the members upload page? in the group BuddyPress Media: 2 years, 2 months ago

    @naijaping thanks so much. i know i was a little testy on my last post. hope it didn’t offend anyone. i did finally get bpalbum+ working, though. i didn’t figure out what was actually happening, but the third time i reinstalled it, it started working like a charm. maybe it was a slow server or something. [...]

  • Profile picture

    ABomb1977 posted on the forum topic Need custom header to display only on home in the group How-To and Troubleshooting: 2 years, 2 months ago

    @r-a-y I’m trying to figure exactly what might happen before I try it. I definitely don’t want the WSOD again. So my question is this: can the following code <!--If front page, it will display HTML pasted here--> <!-- If it's not the front page, it will display this HTML instead--> be run in the functions.php file? Or does it have to be run in…[Read more]

  • Profile picture

    ABomb1977 posted on the forum topic How to make a private community? in the group How-To and Troubleshooting: 2 years, 2 months ago

    LOL
    Duh on me. :)
    Thanks, again!

  • Profile picture

    ABomb1977 posted on the forum topic How to make a private community? in the group How-To and Troubleshooting: 2 years, 2 months ago

    Sure. Here’s the code: function sh_walled_garden() { global $bp; if( bp_is_register_page() || bp_is_activation_page() || is_page(terms-of-service) || is_page(privacy-policy) ) return; if( ! bp_is_blog_page() && ! is_user_logged_in() ) bp_core_redirect( $bp->root_domain .'/'. BP_REGISTER_SLUG ); } add_action( 'get_header', 'sh_walled_garden' ); The…[Read more]

  • Profile picture

    ABomb1977 posted on the forum topic How to make a private community? in the group How-To and Troubleshooting: 2 years, 2 months ago

    @travel-junkie

    Thanks heaps!
    The only issue is that if I add
    is_page(slug) or bp_is_page(slug)
    it makes everything visible again.

    Any ideas?

  • Profile picture

    ABomb1977 posted on the forum topic How to make a private community? in the group How-To and Troubleshooting: 2 years, 3 months ago

    @Travel-Junkie I absolutely adore this code you’ve posted. It’s clean and easy to install, and there’s no extraneous junk that needs to be done. A simple copy/paste does the trick amazingly well for me. But here’s a question: I know that `if( bp_is_register_page() || bp_is_activation_page() )’ is where I add slugs that make particular pages available [...]

  • Profile picture

    ABomb1977 joined the group How-To and Troubleshooting 2 years, 3 months ago

  • Profile picture

    ABomb1977 posted on the forum topic Where is the members upload page? in the group BuddyPress Media: 2 years, 3 months ago

    12 hours of waiting for anyone to answer. About to disable and delete this frackin plugin and either find something else or write it my damn self.

  • Profile picture

    ABomb1977 joined the group BuddyPress Media 2 years, 3 months ago

  • Profile picture

    ABomb1977 started the forum topic Where is the members upload page? in the group BuddyPress Media: 2 years, 3 months ago

    There’s absolutely nothing appearing in any of my members pages or on any of the members menus. This plugin is supposed to give members a way to add photos to their own albums and publish it on the site, correct? Do they have to access the backend for this? HELP

Profile picture of ABomb1977
  • Activity
    • Personal
    • Mentions
    • Favorites
  • Profile
    • View
  • Sites 0
    • My Sites
  • Forums
    • Topics Started
    • Replies Created
    • Favorites

See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS

Follow BuddyPress on Twitter • GPL • Contact Us • Terms of Service

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • BuddyPress.org
    • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Lost Password
    • Log In
Log Out