-
ABomb1977 started the forum topic Birthdays in the group How-To and Troubleshooting: 13 years, 9 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?
-
ABomb1977 joined the group How-To and Troubleshooting 13 years, 9 months ago
-
ABomb1977 posted on the forum topic A Webinar tool for Buddypress? in the group Creating & Extending: 13 years, 9 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. 🙂
-
ABomb1977 joined the group Creating & Extending 13 years, 9 months ago
-
ABomb1977 posted on the forum topic Adminbar is like a poltergeist … it returned! in the group How-To and Troubleshooting: 13 years, 9 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! -
ABomb1977 started the forum topic Adminbar is like a poltergeist … it returned! in the group How-To and Troubleshooting: 13 years, 9 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’, […]
-
ABomb1977 posted an update 13 years, 9 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! -
ABomb1977 posted on the forum topic Need custom header to display only on home in the group How-To and Troubleshooting: 13 years, 9 months ago
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.)
-
ABomb1977 posted on the forum topic Where is the members upload page? in the group BuddyPress Media: 13 years, 9 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. […]
-
ABomb1977 posted on the forum topic Need custom header to display only on home in the group How-To and Troubleshooting: 13 years, 9 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] -
ABomb1977 posted on the forum topic How to make a private community? in the group How-To and Troubleshooting: 13 years, 9 months ago
LOL
Duh on me.
🙂
Thanks, again! -
ABomb1977 posted on the forum topic How to make a private community? in the group How-To and Troubleshooting: 13 years, 9 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] -
ABomb1977 posted on the forum topic How to make a private community? in the group How-To and Troubleshooting: 13 years, 9 months ago
Thanks heaps!
The only issue is that if I add
is_page(slug)
orbp_is_page(slug)
it makes everything visible again.Any ideas?
-
ABomb1977 posted on the forum topic How to make a private community? in the group How-To and Troubleshooting: 13 years, 9 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 […]
-
ABomb1977 joined the group How-To and Troubleshooting 13 years, 9 months ago
-
ABomb1977 posted on the forum topic Where is the members upload page? in the group BuddyPress Media: 13 years, 9 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.
-
ABomb1977 started the forum topic Where is the members upload page? in the group BuddyPress Media: 13 years, 9 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
-
ABomb1977 joined the group BuddyPress Media 13 years, 9 months ago
@abomb1977
Not recently active