@lph2005
Thanks for All the suggestions Cube Points seems to have all I need for now but I have a couple of questions about it, if anyone knows how to solve it:
Anyway here is a couple of questions:
1. Is there anyway to add a text popup or something that says “Congratulations you just earned x points!” (like Yahoo Answers)
2. I want to format ever users profile page like this: http://avatarthelastairbenderonline.com/wp-content/uploads/2010/10/Profile.jpg As you can see I’m probably going to need a list of Template Tags, Like the points which should be like you mentioned, and I’ll also need to find the code to display their rank and possibly rank image.
3. This might be off topic, but how would I detect whether or not the user is a moderator on any forum on the profile page so I can display an image identifying them as a moderator?
4. I also want to display the users stats in the Forum Posts, and on the sidebar in their User Control Panel (A Custom area I made once a user logs in:) see here for an example of how I am trying to get the forum topic to look: http://avatarthelastairbenderonline.com/wp-content/uploads/2010/10/Forum-Topic.jpg
Has anyone tried that kind of thing.
Any suggestions or tips would be appreciated.
Anonymous User 96400Inactive
@sulley
I’ve changed the js for the datepicker. The end date has to be the same or at a later date as the start date now. It still doesn’t account for the time, though, and if someone adds a date manually it still relies on the server check, but it’s a good start.
Can anyone point me in the right direction please?
@netweblogic tbh I find that post unbelievable, it’s not only hijacking but downright rude and spammy, I’ll be deleting it from this thread shortly just so that you know when you look for it.
@netweblogic
Yeah, kinda not cool dude.
Besides, if you’re going to start discussion about a different subject, start a new thread. Otherwise, things get real confusing, real fast!
Hi Everyone,
I’ve mentioned this before so some of the regulars here may remember this, but I’m currently collaborating with Davide Benini on the Events Manager plugin (http://wordpress.org/extend/plugins/events-manager/) and we’ve just finished a major rewrite of the code, which will allow us now to make some seriously needed upgrades. The plugin is pretty stable now and we’re planning on extending it further. One thing we’re going to do over the next few weeks is make this work with buddypress so that users can manage their own events. If people have any ideas on specific features in the buddypress department, we’re open to suggestions!
Hey @21cdb, did you have any luck with this issue of resizing avatars? I’m also looking for a solution to the same issue.
Thanks!
Anonymous User 96400Inactive
@svenl77
The loop uses the same access logic as the calendar now, so the plugin is now fully compatible with any combination of group status/event status.
Anonymous User 96400Inactive
@pcwriter
Cheers! Many many hours of coding. Even longer to come up with that “Powered by…” line 
@travel-junkie
Love the “Powered by…” in the footer – cool site!
Anonymous User 96400Inactive
@guigoz
Autosuggest is already working, but just for friends, so if you have no friends, then you won’t see anything 
Upcoming events will come in a later version
@Enrico
The next major release will be quite ajaxified.
Just 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 ?
Also 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.
Well, 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.
I wrote a plugin to add google map functionality for buddypress groups. Its still quite basic but its getting there. Iv’e just started playing around with google map api but would greatly appreciate some help.
Still to do:
1. Add content to the info window ( address, street view and maybe some other requests ).
2. Add geolocation ( address’s and gps co-ordinates )
3. Return the directions as apposed to being directed to google.com/maps..
Create a folder called google-group-map in wp-content>plugins and save the below files in the newly created folder.
Save as google-group-map.php
http://pastebin.com/YLH93WCH
Save as google-group-map.css
http://pastebin.com/v3LbfTT0
@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 .
@rogercoathup
Thanks ! I will ask travel-junkie.
I 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.
Found 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.
@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..
Love 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
I just installed buddypress. All seems to be working well except when I try to post a topic in forums I get this error message on the page in red.
‘There was an error when creating the topic.’
So I cannot enter topics?
Any Ideas? Am I missing a setting. I’ve tried all of the Permalinks with the same result.