Search Results for 'buddypress'
-
AuthorSearch Results
-
August 25, 2010 at 8:16 pm #90361
In reply to: Blogs on my BPsite
Paul Wong-Gibbs
Keymaster@rogercoathup
Especially when multisite is installed, I always recommend that people test their WordPress thoroughly; do custom permalinks work, can you comment, can you register new sites, and so on. Usually it’s a permalink or mod_rewrite
August 25, 2010 at 7:57 pm #90359In reply to: BuddyPress Spam
Pisanojm
ParticipantHave you tried the plugin “Humanity”? Also you can try to add an extra xprofile field that needs to be filled in. We validate e-mails on our site…
August 25, 2010 at 7:37 pm #90357In reply to: GivingSports.com
@mercime
Participant@crashutah – Congratulations and good luck with your ventures. btw, that’s a cool action shot with the frisbee. Question, what has BrainTree got that others don’t?

Cheers.August 25, 2010 at 7:28 pm #90356In reply to: Router for root components
jgwebdevelopment
Member@smurkas I’m not sure what exactly I’m doing wrong, but I’m not able to get this to work. Currently, I’m building a multisite recipe component and I need a root page for global searching (example: http://www.example.com/recipes). I’m assuming your router should help with this but I’m not able to get it to work. Any ideas?
August 25, 2010 at 7:09 pm #90355In reply to: BuddyPress Spam
Anton
Participantsi-captcha doesn’t work on my sites. I’m using https://wordpress.org/extend/plugins/wp-recaptcha/ and it seems to stop some of them. Still not a spam free solution.
August 25, 2010 at 6:25 pm #90354In reply to: GivingSports.com
techguy
ParticipantPretty cool. I just had a story which highlighted my 2 BuddyPress sites: http://www.lasvegasbusinesspress.com/articles/2010/08/24/news/iq_37502429.txt Not to mention a couple cool pictures of me laying out for a frisbee.
August 25, 2010 at 5:26 pm #90351In reply to: Sidebar Tabs
James
Participant@Roger Coathup @Modemlooper
It is tabbed sidebar and issue is that all available plugins (sidebartabs and so on) at wordpress.org do not work properly in BP…some show tabs + no widgets, some widgets + no tabs.
Manually it will be too hard for me, probably, will try to follow Jalien’s advice.thanks.
August 25, 2010 at 5:21 pm #90350In reply to: BuddyPress Spam
Roger Coathup
Participant@tedmann – and changed the default text on the register page?
August 25, 2010 at 5:19 pm #90349In reply to: BuddyPress Spam
Hugo Ashmore
Participant@tedmann have you added all the tricks mentioned? changed footer links? added referer rule to your .htaccess
August 25, 2010 at 4:57 pm #90348In reply to: BuddyPress Spam
Ted Mann
ParticipantI deleted the registration.php file (and have the alternate slug). Still getting slammed with spam signups and posts. Switching to the si-captcha plugin (though I suspect that won’t do anything since the spammers are bypassing the reg form). Any other ideas?
August 25, 2010 at 4:40 pm #90347In reply to: Changing target of ‘register’ link on login page
Roger Coathup
Participant@footybible Yes, good spot by @govpatel
Of course, that file is not going to be BuddyPress aware, so won’t know about BP_REGISTER_SLUG
It’s not really a good choice for the registration / login screen for a BP site. If you are stuck working with that, rather than the standard BP login area, then you will have to hack your wp-login.php as @govpatel suggests
August 25, 2010 at 4:28 pm #90346imjscn
Participantwhich one doesn’t work, s2members or the 301 redirects ?
August 25, 2010 at 4:20 pm #90345modemlooper
Moderatori don’t think that will work. All the forum links point to buddypress group forums.
August 25, 2010 at 3:50 pm #90343imjscn
ParticipantMy main blog is not with bp default theme, but I redirected bp links to 2nd blog which is on default bp theme. So, if a plug in fetch and display bp streams on root blog, when user click that title, it will be redirect to the 2nd blog.
s2member sounds great, I will try it, thanks!
August 25, 2010 at 3:32 pm #90341Bowe
ParticipantFor your first problem there is no plugin available.. If you want to display activity/group/forum stream on a different blog then your main blog, you might need to make custom templates for that blog.. You also might need to have some custom code written, but I’m not sure, maybe an expert could help on that point..
What do you mean exactly with managing memberships? If you want to charge your members and offer different member types, S2Member is a great solution to look into. http://www.s2member.com.
August 25, 2010 at 3:19 pm #90340jvoss
ParticipantSuccess! It turns out I was much closer than I thought. I had done some extensive rearranging and adding of divs to the editfield divs, and didn’t have the do_action( ‘bp_custom_profile_edit_fields’ ) in the correct place. I also used some code from @sbrajesh that he posted at http://bpdev.pastebin.com/RLreXE7X that was intended for displaying all profile fields on the profile page.
To see (and understand) what I was trying to do, you can see it at http://phrstudents.org/register/. For anyone interested in the complete code for my registration page, with all the appropriate php tags, I’ve posted it at http://pastebin.com/XA0Uii3A. Because of the multiple loops and divs I added for styling, it’s pretty long.
Essentially, for each profile field group I want to display I start each loop with:
php if ( function_exists( ‘bp_has_profile’ ) ) : if ( bp_has_profile( ‘profile_group_id=1’ ) ) : while ( bp_profile_groups() ) : bp_the_profile_group();I change “( ‘profile_group_id=1’ )” to “( ‘profile_group_id=3’ )” or “( ‘profile_group_id=4’ )”, etc.
I end each loop with:
php endwhile;
php $fields_ids[]= bp_get_the_profile_group_field_ids();
php endwhile; endif; endif;
input type=”hidden” name=”signup_profile_field_ids” id=”signup_profile_field_ids” value=”php echo implode(“,”,$fields_ids); “And somehow, it all works!
August 25, 2010 at 3:13 pm #90339govpatel
ParticipantAugust 25, 2010 at 2:59 pm #90338In reply to: Changing target of ‘register’ link on login page
S
Participant@LPH2005 the per group option was added into 0.1 release.
https://buddypress.org/community/groups/buddypress-courseware/
August 25, 2010 at 2:01 pm #90332In reply to: the_post_thumbnail & the activity stream
Roger Coathup
Participant@johnjamesjacoby – What are you thoughts on changing: bp_blogs_record_activity( ) to make use of the featured image if one has been set for the post, rather than trawling the content and thumbnailing images?
August 25, 2010 at 2:01 pm #90331In reply to: BuddyPress Spam
Mark
Participant@rogercoathup Thanks for the info. I’ll try the some other forums for the other issue.
August 25, 2010 at 1:28 pm #90328In reply to: Email FROM title problem
intimez
ParticipantTested diff file and it works! Another ticket closed for 1.2.6 milestone thanks to @boonebgorges
August 25, 2010 at 1:17 pm #90327In reply to: Changing target of ‘register’ link on login page
footybible
ParticipantCheers @Rogercoathup, I’ll have a look around
August 25, 2010 at 1:11 pm #90326In reply to: Changing target of ‘register’ link on login page
Roger Coathup
ParticipantOk, I don’t know the theme, but it looks like the designer has ‘gotten lazy’ and coded in a hard link to register.php rather than the register slug.
You’ll have to get in there and find which template file it’s using, and change the link code to the register slug. The code you’ll be inserting is something like: http://pastebin.com/4n20tpx9
Might be worth asking the theme designer to make the change.
August 25, 2010 at 12:57 pm #90325In reply to: Changing target of ‘register’ link on login page
footybible
Participant@rogercoathup – I’m using social theme. This is the page:
http://www.footybible.com/wp-login.php?redirect_to=http%3A%2F%2Fwww.footybible.com
The ‘register’ link, in the bottom of the box, redirects to the home page instead of ‘/getinvolved’ which is my new slug. Not a huge problem, but annoying enough to put some people off I supect.
Thanks
-
AuthorSearch Results