Forum Replies Created
-
If you’re willing to support @Brajesh, he’s got a great (premium) solution for this:
http://buddydev.com/plugins/bp-auto-activate-auto-login/It bypasses email verification and logs the new user into the account immediately. The membership is worth the beer money you’d spend. He’s got a lot of valuable stuff I ended up using on my own site.
Confirmed. My temp fix from Boone was overwritten by the original erroneous code as well
Excellent. Thanks for the info guys.
So for now the existing BP adminbar stays? I think that’s what you’re saying… I’m hooking into the BP adminbar so I don’t want a simple WP upgrade to totally screw up my adminbar situation :-L
Thanks a ton @modemlooper. Much appreciated.
Nope. If you search for change home activity, all you get is people asking how to get the activity stream on the home page.
Ooops nevermind I got it working. Thanks again Paul
Lord, my typing I meant to say
…drop that into (say) a classes.php file and then require it in the core.php file…
Wow that’s exactly what I need. That much I know. So (following the skeleton plug-in) would I drop that into (say) a classes.php file and the required it in the core.php file? Is that enough to make it fire when a new custom type is created?
Fantastic. Thank you to you both for the confirmation and to @nahummadrid for the code! Nice
I think that’s an issue with the Sliding Login Panel plug-in guys. I noticed that when I tried it out. Disable that plug-in to prove it’s actually BP because I don’t think it is.
There was this thread with one solution: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/announcements-tab-like-cuny/
Guys did you notice I had logged a bug for this earlier in this thread? https://trac.buddypress.org/ticket/2779 It appears someone else checked-in a fix as well. Not sure if they’re going to step on each other so you may want to check.
It doesn’t matter if you have your UTC offset number picked or your time zone city picked in Settings/General. Either way, the date will still be one day earlier in public view than you set in edit view. Someone has already identified the problem source code. It does have to do with the time offset calculation, but that was about as much as I could understand.
It is a CSS issue Adam. I noticed that as well and had to adjust the adminbar styles to fix the 1px gap between the main list item and its child dropdown list. I don’t remember exactly what I tweaked but I think it was the padding of the top level links so that they filled the entire height of the adminbar. They were 1px too short and that’s what cause the sub-menus to disappear when hovering down to the child list.
Anyone got some info on this???
WP 3.0.3 and BP 1.2.6
I should add that regardless if I use bp_comment_author_avatar() or my custom version of it, the problem still exists. It doesn’t return an avatar for non-members with no gravatar account.
I created a bug ticket for this: https://trac.buddypress.org/ticket/2779
Peter I’ve used a JavaScript solution to auto-insert that class on input buttons. I can’t remember if this is the one… looks familiar. It’s an option.
By the way, Dan (Chouf1) has added I18N translation functionality to the plug-in so that will be a part of the next version as well.
You’re welcome. You just reminded me I was going to add the other features. Ugh – long to-do list
Are you asking whether a realtor community, storing and fetching realtor information is possible with BP? Or are you asking whether you could have that layout with additional member field data?
I agree with Peter in that, the data displayed here is coming out of a complex realty system. But the layout is nothing special. You could do that with BP. You’d just add the extra fields to the member directory layout (user meta) and the members themselves would have to supply that data in their profiles.
You’re welcome – I’ll probably update it to allow the user to specify they’re own excerpt truncation style after the holiday. Have to tear myself away from the keyboard and go do the family thing for a bit.
Do you have that blog set to public? It’s pulling them for me, but I notice it does not pull posts for blog that’s hidden. That’s part of the original plug-in (which is all I did, copy the original).