Search Results for 'buddypress'
-
AuthorSearch Results
-
November 19, 2009 at 11:16 pm #57063
In reply to: What do your spam signups look like?
Andrea Rennick
ParticipantWe modded D’Arcy Norman’s solution above so it would work on BuddyPress. At least it did a while back. Someone wanna give this a whirl again?
# BEGIN ANTISPAMBLOG REGISTRATION
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .yourbpsignupslug*
RewriteCond %{HTTP_REFERER} !.*yourhomedomain.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://die-spammers.com/ [R=301,L]
# END ANTISPAMBLOG REGISTRATION
November 19, 2009 at 11:06 pm #57059In reply to: Social Network Integration
Jeff Sayre
Participantmadyogi-
Have you ever heard of the Open Stack? It is on the BP roadmap for version 1.4. This will address your concerns.
November 19, 2009 at 10:38 pm #57054In reply to: Upgrading procedures
thorosii
ParticipantHere are the contents of my buddypress theme root within bp-themes:
http://avarayr.com/wp-content/themes/avarayr/images/bpthemeroot.jpg
Here are the contents of my wordpress theme root:
http://avarayr.com/wp-content/themes/avarayr/images/wpthemeroot.jpg
Please advise.
If I leave everything as is (without moving the contents from my bp theme to wp theme) and just upgrade automatically I had up with the messed up activity stream and other problems.
November 19, 2009 at 10:33 pm #57053Jeff Sayre
ParticipantKevin-
I just noticed that there’s an error in the way each function call is coded. Try this instead:
<?php __( next_posts_link( '« Previous Entries' ), 'buddypress' ) ?>
<?php __( previous_posts_link( 'Next Entries »' ), 'buddypress' ) ?>Let me know if that works.
November 19, 2009 at 10:22 pm #57052Jeff Sayre
ParticipantYou can read more about this here:
November 19, 2009 at 10:14 pm #57051mlovelock
ParticipantTry the custom filters for BP plugin – https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/
Allows you / your users to be more prescriptive about what BP ‘auto-links’. Don’t think it will completely stop BP auto-linking some things – though you could, if you wished, tell the plugin to exclude ALL fields from being auto-linked.
You / users can also use the square brackets ‘[ ]’ in profile fields to specify words or phrases they do want linking.
The plugin’s pretty handy for specifying fields like web site / twitter that shouldn’t be auto-linked.
November 19, 2009 at 10:11 pm #57050In reply to: Custom logo in Buddypress 1.1
Anonymous User 96400
InactiveIt means more code in buddypress-core. It might not be a lot, but even small things add up after a while. All I’m saying is that it should be a theme option and not bp-core.
November 19, 2009 at 8:48 pm #57047In reply to: Trouble with @ -sign in the username
ersavla
ParticipantFor anyone concerned, I encountered the same problem reported by outolumo and can’t happen to use the workaround. I submitted to TRAC…https://trac.buddypress.org/ticket/1356. Will see what happens!
November 19, 2009 at 8:33 pm #57046In reply to: Loss main site buddypress error – need help
Brajesh Singh
Participantyou are most welcome

I am glad your site is working now.
I am not sure about facebuddy theme though.
November 19, 2009 at 8:23 pm #57045In reply to: Loss main site buddypress error – need help
5472924
InactiveThanks Brajesh, I got my site back using the default buddypress theme. The face buddytheme won’t activate, the default site says it doesn’t work with 1.1.2, but I found another site that says it does. If you have any ideas, great, but right now I’m going to look around to see if I can find anything else that might work.
Thanks again for all your help.
November 19, 2009 at 8:18 pm #57044In reply to: XML=RPC for iPhone App
jamesyeah
ParticipantThanks for your feedback, I have added this issue to Trac, so hopefully we will be able to find a resolution, I would like to get a beta preview out by the new year if possible.
November 19, 2009 at 7:36 pm #57041In reply to: Buddymatic theme framework
Ron Rennick
ParticipantPeople would need to be logged in to see the admin bar flydown navigation.
Try adding
#wp-admin-bar ul li ul ul { margin-top: -32px; }
to the buddypress.css I mentioned in the previous post
November 19, 2009 at 7:32 pm #57040In reply to: Buddymatic theme framework
Ron Rennick
ParticipantYou can create a buddypress.css in the child theme folder and it will automatically be included in the theme if BP is detected. In it, you can override any of the BP styling from the parent theme or BP.
November 19, 2009 at 6:54 pm #57037In reply to: Loss main site buddypress error – need help
Brajesh Singh
Participantwell,follow these steps
1.Get a backup of bp-themes(I hope you already did it) and delete it from wp-content,there should be no folder named bp-themes
2.Now copy the bp-sn-parent and bp-default from the buddypress/bp-themes(the new buddypress plugin you have downloaded) to wp-content/themes
3.Go to wp-dashboard->Site Admin->Themes and enable bp-default
4.Go to appearance and activate bp-default ,hopefully ,you site should return back to normal.
November 19, 2009 at 6:51 pm #57036In reply to: Buddymatic theme framework
Andrea Rennick
ParticipantYou may need to do some extra styling on the child theme to get them to look right with the buddypress elements. But the buddymatic framwork has most of the work done for you.
Not sure about the php errors – depends on what they are. Ron’s been testing the Early Morning child theme as well.
November 19, 2009 at 6:48 pm #57035In reply to: Loss main site buddypress error – need help
5472924
Inactiveno, but I just copied it off, site is still not coming back is the next step to run upgrade again or where do I step back into install instructions.
November 19, 2009 at 6:17 pm #57033In reply to: Loss main site buddypress error – need help
Brajesh Singh
Participanthave you removed bp-themes folder from the wp-content
November 19, 2009 at 4:47 pm #57027In reply to: Custom logo in Buddypress 1.1
Paul Wong-Gibbs
KeymasterThe original poster has since deleted ther account, and as there are several solutions in this thread, I’m marking it as resolved.
November 19, 2009 at 4:32 pm #57026In reply to: Buddymatic theme framework
capitalistdog
ParticipantFigured it out.
To anyone wondering, just change “Template: thematic” to “Template: buddymatic” in the style.css
I haven’t gotten any of the child themes from here http://themeshaper.com/thematic/ to work properly with buddypress. They all seem to have formatting errors, and sometimes php errors.
Should they all work fine? Am I doing something wrong?
Sorry for the triple post.
November 19, 2009 at 3:41 pm #57024In reply to: Custom logo in Buddypress 1.1
David Lewis
ParticipantDoes the Kubrick / K2 theme allow users to add a logo to it’s big blue header?
Also, how does letting an admin upload a logo (as a custom config option) mean more coding? The idea is that it would mean zero coding. You would go into the theme settings, click a button, upload a graphic, done.
And trust me… CSS is easy for me and you… but as a developer… I’m happy when a client can just figure out how to log in and write a post! Most people can’t handle anything more complicated than email and facebook.
November 19, 2009 at 2:58 pm #57022In reply to: Pb after install page not found
Brajesh Singh
Participanthi Olive
have you checked this thread.Hopefully this should help you as your buddypress is not on the root domain but on sub blog.
November 19, 2009 at 2:14 pm #57021In reply to: Registration Emails Lack Enough Information
wordpressfan
Participant@stwc: thanks for the useful reply. I’ll investigate the Roles. I keep forgetting BuddyPress is only a plugin sitting on top of WPMU.
November 19, 2009 at 12:58 pm #57013In reply to: can't make favorites and can't edit own posts
Samuel Aguilera
ParticipantBy the way… after posting this, I found that I can’t reply to that post… (to https://buddypress.org/forums/topic/the-page-isnt-redirecting-properly-when-user-not-logged-in )
November 19, 2009 at 12:23 pm #57008Brajesh Singh
Participantas It seems from your error description it is bp-genealogies theme.
try deactivating this theme ,and activating the default buddypress theme.Is the error still showing ?
November 19, 2009 at 12:17 pm #57007In reply to: Custom Password During Registration
Brajesh Singh
ParticipantWell,Just to let you people know,I had written this plugin for buddypress 1.0.X version and It works upto buddypress 1.0.3.I last tested it(on request of one of user) for buddypress 1.0.3+wpmu 2.8.4a and It was working.
So hopefully,It will solve your issue if you are using buddypress 1.0.3
But again,because of security reasons It is strongly recommended to upgrade to most recent version of wpmu+buddypress.
-
AuthorSearch Results