Search Results for 'buddypress'
-
AuthorSearch Results
-
October 9, 2010 at 12:34 pm #94675
In reply to: Membermap for Buddypress
Anonymous User 96400
Inactive@pcwriter
Cheers! Many many hours of coding. Even longer to come up with that “Powered by…” line
October 9, 2010 at 12:19 pm #94674In reply to: Membermap for Buddypress
pcwriter
ParticipantLove the “Powered by…” in the footer – cool site!
October 9, 2010 at 9:58 am #94672In reply to: Buddyvents – New Events Plugin
Anonymous User 96400
InactiveOctober 9, 2010 at 9:35 am #84114In reply to: Buddyvents – New Events Plugin
guigoz
MemberJust tested an event’s creation too.
Great ! Would be awesome to be able to invite contact with display name autosuggest, as messaging system of buddypress. Or : a link wich open java popup with current friends list (avatar + display name), as facebook invites.
EDIT : I think invite system should be in a specific page, not on the editing event screen.
Have you plan remind upcoming events by email function ?October 9, 2010 at 8:38 am #94668Matt Edminster
ParticipantAlso just checked on the buddypress registration page and – since this is a replacement for the wp registration page – there’s no sign of the ST/FC account link buttons.
ST/FC seems like such a complete system, some one ought to see if they can get it to port over to buddypress use. That’d be a pretty sweet setup.
October 9, 2010 at 8:30 am #94667Matt Edminster
ParticipantWell, I think I got the locations figured out … buttons are showing up on the General Settings section of the profile. Here’s what I did:
For Facebook
`add_action(‘bp_template_content’,’sfc_login_profile_page’,50); //Simple Facebook Connect account link function`For Twitter
`add_action(‘bp_template_content’,’stc_login_profile_page’,51); //Simple Twitter Connect account link function`I’d have to work with style a bit but, hey, they’re where they ought to be! That’s not the end of the story though. On the wordpress profile, you’ll see options to disconnect from the remote account (Facebook or Twitter) but these options don’t show up on the bp profile.
Seems like running both the Twitter and Facebook connect simultaneously gets a bit buggy. If linked to twitter for example, the facebook link button won’t click through.
Also, after linking accounts you have to sign out of buddypress multiple times (if you initially signed in with your buddypress login, then again with eg. your facebook account).
All this is making me think twice about putting SFC and STC to use in my system even though it looks like a sweet and full featured integration. I’m sure some one with a little more skill could make it work. Let me know if you have any suggestions.
October 9, 2010 at 8:27 am #94666In reply to: showing all the user locations on single map
asshu
Member@RogerCoathup
Thanks!October 9, 2010 at 7:24 am #94665In reply to: showing all the user locations on single map
Roger Coathup
ParticipantOctober 9, 2010 at 7:15 am #94663In reply to: Forum Topics won’t post?
Hugo Ashmore
ParticipantMight be a possible solution, always try a quick search of a forums threads.
October 9, 2010 at 6:59 am #94662In reply to: showing all the user locations on single map
asshu
Member@rogercoathup
May I have know your client’s URL .So I will have some idea that how it looks on buddypress . Some other social networks are implementing that with advanced features .October 9, 2010 at 6:50 am #94661In reply to: showing all the user locations on single map
asshu
Member@rogercoathup
Thanks ! I will ask travel-junkie.October 9, 2010 at 6:25 am #94659In reply to: BuddyPress Share It button live
modemlooper
ModeratorI think another plugin is causing this. Do you have any other sharing plugins? Try turning them off until you find the culprit so I can fix it. Thanks.
October 9, 2010 at 4:06 am #94655In reply to: buddypress + wp-multi-network issues
Mitch
ParticipantFound that removing the following:
‘define( ‘DOMAIN_CURRENT_SITE’, ‘memoirsite.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );’from wp-config.php corrects the registration issue.
October 9, 2010 at 4:01 am #94654In reply to: BuddyPress Share It button live
Pisanojm
Participant@stang5_0 I had that problem too (and posted a month ago here)… it might have been another plugin conflict, but I’ve since not used the plugin, so I never have taken the time to find out which one was possibly conflicting…try disabling your other plugins and see if it works..
October 9, 2010 at 3:34 am #94651In reply to: BuddyPress Share It button live
stang5_0
MemberLove the plugin, works great. However, I too seem to have the problem of the “Load More” button not working when it is active. I am using Atahualpa for what it’s worth. If I knew enough about this coding, I’d gladly bring something to the table, but alas, I support IVR’s
Stang
October 9, 2010 at 1:45 am #94647In reply to: Sort Groups Alphabetically by default (BP 1.2)
Pisanojm
ParticipantImportant to note if you want to use @boonebgorges code with “GROUPS” and not “MEMBERS” sorting -you will have to change to the GROUPS slug… use this:
`function groups_alpha_by_default( $query_string ) {
global $bp;if ( $bp->current_component == BP_GROUPS_SLUG && !$bp->current_action)
$query_string = ‘type=alphabetical&action=alphabetical’;return $query_string;
}
add_filter( ‘bp_dtheme_ajax_querystring’, ‘groups_alpha_by_default’ );`October 9, 2010 at 1:14 am #94645Peter Kirn
ParticipantYeah, I’m giving Humanity a try — seems to be quite effective.
There’s a big thread here:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-spam/?topic_page=6&num=15Also trying to get this group active again:
https://buddypress.org/community/groups/spam-eater/home/Nice name.
Needs some spam-related icon, though.October 9, 2010 at 12:50 am #94643In reply to: BuddyPress Spam
Peter Kirn
ParticipantIncidentally, I still like the idea of getting folks together in a BP Group to attack the issue. I had suggested starting such a group on an IRC chat a few weeks ago, but I see now that there *is* a (small) group someone had set up. If people are interested, we can use that. Or maybe it’s fine to just continue this thread for now, though not having to dig through a few dozen posts has some appeal.
October 9, 2010 at 12:19 am #94640In reply to: BuddyPress Spam
Peter Kirn
Participantjwack – since you had such trouble with this even after taking some measures, what was the final regimen you installed for blocking spam?
October 8, 2010 at 11:18 pm #94637In reply to: Buddyvents – New Events Plugin
Anonymous User 96400
Inactive@svenl77
The events calendar is now fully compatible with private/hidden groups. To see a public event for a private/hidden group the loggedin user needs to be a member of that group. If the event is private the user needs to be a group member and be invited to the event for the event to show up.That was the easy bit. Now I’ll have to do the same thing for the loop

I’ll have a look at restricting registration to a certain number of people over the weekend as well.
October 8, 2010 at 11:10 pm #94636In reply to: permalink /about instead of /index.php/about
October 8, 2010 at 8:27 pm #94631In reply to: showing all the user locations on single map
paulhastings0
Participant@rogercoathup Any chance your client will let you release your work as a GPL plugin?
October 8, 2010 at 8:17 pm #94630In reply to: showing all the user locations on single map
Roger Coathup
ParticipantIt’s not a default function.
But, yes it’s possible to integrate something like Google Maps and show all profiles on a map. We’ve recently commissioned this for one of our client websites.
Have a search on this forum for a post by @travel-junkie. He gives some tips on how to do this.
October 8, 2010 at 8:02 pm #94629In reply to: 404 Page not found
Vax
ParticipantOctober 8, 2010 at 7:06 pm #94626In reply to: Send message to all group members
guigoz
Member@Travel-Junkie
Thanks. -
AuthorSearch Results