Search Results for 'buddypress'
-
AuthorSearch Results
-
December 3, 2010 at 5:31 pm #99774
In reply to: Capital letters in Usernames
techguy
ParticipantIt’s still working for me. Although, the extra plugin makes it kind of a non-issue too.
The only other thing to look for is make sure that no other plugin is hooking onto “sanitize_user”
December 3, 2010 at 5:27 pm #99771In reply to: Another W3 Cache thread
techguy
ParticipantSomeone was going to blog a “definitive” guide to W3 with BuddyPress. I can’t remember who it was, but I would love to see it too.
Ahhh…here’s the thread: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/issues-with-w3-total-cache-and-buddypress-multisite/ @bowromir Looks like you commented on it a week ago too.
December 3, 2010 at 5:25 pm #99770In reply to: How to move BuddyPress installation?
techguy
ParticipantIf you want to move it to a new server. You can move it just like WordPress. If you mean that you want to move it from a subdomain to the main domain (or something like that), then you must be a very brave person to do that. I’m not saying it’s impossible, but I haven’t seen any easy ways to do it. BP relies heavily on the URL structure and changing that after the fact is problematic.
December 3, 2010 at 5:05 pm #99769rolandvparidon
MemberOtto, the creator of SFC and STC was active on this WordPress Support Ticket, https://wordpress.org/support/topic/plugin-simple-facebook-connect-buddypress-integration-1?replies=7#post-1818911
I also added my 2 cents there.
December 3, 2010 at 4:18 pm #99767In reply to: RSS FEED, list external content
roman
Participanthi again! i found the following plugin, which indeed really does what i expected: it streams rss feed’s to a group, giving the group administrators the possibily to edit the list of streams. -> External Group Blogs
https://buddypress.org/community/groups/creating-extending/forum/topic/bp12-external-group-blogs/@anton: the mentioned plugin should do it perfect for me, but thanks anyway.
best
romanDecember 3, 2010 at 12:48 pm #99762Hugo Ashmore
ParticipantWhen I get the chance I’ll try and wrap it as a plugin – in the meantime there was a plugin being written by travel_junkie that may suit, not sure how far that’s come in development.
December 3, 2010 at 12:35 pm #99761Hugo Ashmore
ParticipantThis very same question was asked in another thread that I responded to yesterday, I’ll look for a link to it.
Quick search often comes up trumps
December 3, 2010 at 12:26 pm #99760In reply to: PHP code if I didn’t use widgets
Hugo Ashmore
ParticipantGood starting point would be the BP codex and custom loops:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/
December 3, 2010 at 11:39 am #99758In reply to: RSS FEED, list external content
roman
Participantyeah! thats exactly what i meant
sorry for being in a rush and writing encrypted. it would be great to have the possibilty (best would be on user’s side) to assign the rss-stream to a certain group-activity, rather than flushing (“spaming”) the main activity stream.
@bowromir: indeed nice job, my commendation! @pisanojm: what kinf of plugins di you found, are they fullfilling your needs?best regards
romanDecember 3, 2010 at 9:09 am #99751In reply to: Privacy Comes to BuddyPress (very soon)!
online
ParticipantYeah, like what happens if a thermonuclear war breaks out before either this plugin or 1.2.7 are released — just think of all the missed opportunities if we aren’t able to build on privacy before all of humanity is eradicated! 😯
December 3, 2010 at 6:02 am #99750In reply to: Capital letters in Usernames
pabloroboto
MemberSame problem here. Still cannot get past lower case requirement even after adding snippet above to functions.php. Aside from obvious fat-finger/typo issues to look out for, are there other things we should be careful of when adding the snippet above –e.g. template definitions sections etc?
Thanks!
December 3, 2010 at 4:27 am #99747In reply to: New BP Chat plugin for Buddypress
james.tamplin
MemberThere is another chat solution for your BuddyPress community called Envolve Chat. Here’s the plugin page:
https://wordpress.org/extend/plugins/envolve-chat/
Here’s the site: http://www.envolve.com
It’s clean, professional and works great. (I am one of the devs)
December 3, 2010 at 4:10 am #99744In reply to: How to block ip when visiting /register ? [SPAM]
teebes
Participant@modemlooper Check out this guy’s post regarding a blackhole setup for search bots that don’t respect robots.txt: http://perishablepress.com/press/2010/07/14/blackhole-bad-bots/ Could easily be modified to to do what your talking about regarding the default register slug.
December 3, 2010 at 3:38 am #99746In reply to: Privacy Comes to BuddyPress (very soon)!
shayne
Participantyeah? do you know when the next version of buddypress is coming out?
December 3, 2010 at 1:04 am #99739In reply to: multi image header
para
Memberthat code above is messed, buddypress forum keeps messing with my code?? not sure why? if you open the style.css in your theme directory you will see the code to import css files, but id suggest just add to the new code to your _inc/css/deafult.css file
December 3, 2010 at 1:01 am #99738In reply to: multi image header
para
MemberFirst off id suggest making a child theme, more info here https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
You can put the html code in the header.php found in your theme folder, im not sure where you want it placed exactly so you will have to trail and error untill you find the right position.
The corresponding css code should be put in the _inc/css/deafult.css file, OR you could make a new separate css file and include this in your main css file like so
` @import url( _inc/css/your_new_file.css );`
December 3, 2010 at 12:27 am #99733noizeburger
Participant@hnla: please, please, pretty, pretty!
December 2, 2010 at 9:44 pm #99726In reply to: Buddypress Memory Overload
cebliss
MemberI’m dealing with a very similar scenario. I have a similar amount of traffic, and will get some unexplained spikes in memory usage that take my server down.
It’s pretty much impossible to diagnose the problem in development, as it really seems to be tied to our peak traffic times.
Does anyone have any good direction they can point me for simulating load?
Good idea with the wp-cache concept. My database traffic doesn’t seem to be dreadful, but it couldn’t hurt to back-off on the queries.
Plugins are:
Akismet
AudioPlayer
BuddyPress
BuddyPress Profile Privacy
Featured Content Gallery
MagicFields
Gravity Forms
WP-FB-AutoconnectDecember 2, 2010 at 8:12 pm #99718In reply to: How to block ip when visiting /register ? [SPAM]
@mercime
Participant@functionmunchkin nice ones, didn’t notice them before .
December 2, 2010 at 7:50 pm #99713@mercime
Participant@cshrimpt blog creation is in the province of WordPress MS, not BuddyPress. Read through the codex https://codex.buddypress.org/getting-started/before-installing/#wp-configuration and resolve WordPress issues before installing BuddyPress at https://wordpress.org/support/forum/multisite
December 2, 2010 at 7:28 pm #99710chouxpastry2002
Participantawesommeee just found it too cool and exactly what i wanted hats off to Brajesh ji….
December 2, 2010 at 6:35 pm #99709In reply to: Privacy Comes to BuddyPress (very soon)!
guru06
ParticipantHe is still waiting on BP1.2.7
December 2, 2010 at 6:02 pm #99706In reply to: Privacy Comes to BuddyPress (very soon)!
shayne
ParticipantIs it ever going to be released??
December 2, 2010 at 5:34 pm #99704@mercime
Participanthttp://www.woothemes.com/2010/03/cityguide/ plus BP plus BP Template Pack plus One Quick Post or something similar.
-
AuthorSearch Results