Search Results for 'buddypress'
-
AuthorSearch Results
-
August 31, 2010 at 11:22 am #91091
James Smith
Participantrunning on WP 3.0.0 and BP 1.2.5.2. Only unusual thing is that I’m using a proxy for external http connections. Any idea how I can troubleshoot? (The debug mode is not much help because of this other problem: https://buddypress.org/community/groups/installing-buddypress/forum/topic/installed-and-activated-buddypress-wall-of-warnings/)
August 31, 2010 at 11:08 am #91089In reply to: BuddyPress Share It button live
Anton
Participant@modemlooper – I changed the naming in the js file and it’s working now. Didn’t seem to like jq
August 31, 2010 at 10:14 am #91086In reply to: W3 Total Cache on www.testbp.org
catchit
Participant@djpaul cool, thanks for info. is it ok to use CDN with amazon for plugin too, as long as i don’t cache pages for users?
August 31, 2010 at 10:10 am #91085In reply to: Clone Groups so I have ‘/groups’ and ‘/clubs’?
nit3watch
Participant@hempsworth what you could try is the group categories plug-in, havn’t had a look at it yet but maybe something to look into.
August 31, 2010 at 9:43 am #91081pcwriter
ParticipantIf you want the plugins to be activated on sub-blogs, then they must be network-activated. But if the plugin page itself is also available on each individual blog, then your users can still customize settings. If you want, as you say “full control”, deactivate the plugin page on user blogs in “Options” > “Enable administration menus” (bottom of the page).
August 31, 2010 at 9:02 am #91080Bowe
Participant@rogercoathup and @mercime : thanks guys.. I know now the correct ways of targeting divs inside divs.. learned something new instead of just trying random things.. cheers
August 31, 2010 at 7:01 am #91079In reply to: EventPress
Anointed
Participant@kunalb
My bad.. I knew about the plugins at wp, thought maybe you had an svn setup for nightly builds or something. For awhile there, I was downloading a new vs. almost every day from the gsoc svn. Sorry for the confusionAugust 31, 2010 at 6:55 am #91078In reply to: Avatar upload failed on www.buddypress.org
Stephen Ross
Participant@Terry Williams,
I am afraid it is already a jpeg image.August 31, 2010 at 6:40 am #91077In reply to: EventPress
kunalb
Participant@Anointed: Apart from EventPress, you’ll also need BPCP
https://wordpress.org/extend/plugins/buddypress-custom-posts/download/@Luccame: Thanks.
August 31, 2010 at 6:35 am #91076In reply to: Wrong time on sent messages
ericreynolds007
ParticipantI just made the revisions in accordance with https://trac.buddypress.org/changeset/3142 and I don’t have the time stamp issues anymore.
August 31, 2010 at 6:28 am #91075In reply to: Avatar upload failed on www.buddypress.org
Terry Williams
ParticipantConvert your picture in to JPG, GIF or PNG in order it can be accepted.
August 31, 2010 at 3:12 am #91068In reply to: How to make a private community?
Josh Frank
ParticipantWanted to say thank you and put in my endorsement for @Travel-Junkie ‘s great, simple privacy solution.
Re-posting that code below for simplicity’s sake, found at this comment link:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-make-a-private-community/?topic_page=2&num=15#post-44616Running WP 3.0.1 single-site with BuddyPress 1.2.5.2.
Add to functions.php (may be titled Theme Functions in your Dashboard Theme Editor):
function sh_walled_garden()
{
global $bp;if( bp_is_register_page() || bp_is_activation_page() )
return;if( ! bp_is_blog_page() && ! is_user_logged_in() )
bp_core_redirect( $bp->root_domain .’/’. BP_REGISTER_SLUG );
}
add_action( ‘get_header’, ‘sh_walled_garden’ );August 31, 2010 at 2:02 am #91067In reply to: EventPress
August 31, 2010 at 12:51 am #91066In reply to: Losing child pages in the header
@mercime
ParticipantFirst of all, create a child theme of bp-default theme.
To clean up header section, copy header.php from bp-default theme and paste into your bp child theme folder.Open header.php and delete this “ from where it is in default. Move what you deleted to after the closing div#header or moving it just after `
` which is still in header.php file. Then add horizontal styling in style.cssAugust 31, 2010 at 12:45 am #91065In reply to: Buddypress on Sansation
mgelblum
MemberThanks Mercime, can you elaborate on what features are available now and what are not?
Any direction as to how to get inexpensive support/wordpress developers or easy to use guides would also be appreciated.
Thanks
August 31, 2010 at 12:45 am #91064In reply to: events plugin?
paulhastings0
ParticipantOh, one last note, if you end up using the EventPress plugin you’ll also need to install the BP Custom Posts plugin as well.
August 31, 2010 at 12:42 am #91063rich! @ etiviti
Participantalright!
August 31, 2010 at 12:11 am #91056In reply to: EventPress
kunalb
Participant@PJ: If you haven’t yet, try getting a new version of EP and BPCP from the plugin repos. That should solve the problems.
August 30, 2010 at 11:56 pm #91053In reply to: How ca I disable nested replies in activity?
August 30, 2010 at 11:55 pm #91052rich! @ etiviti
ParticipantAugust 30, 2010 at 11:48 pm #91050In reply to: How ca I disable nested replies in activity?
@mercime
Participant@Gene53 I missed one more. Add this:
`div.activity-comments ul li { margin-left: 0px; }`August 30, 2010 at 11:39 pm #91048In reply to: events plugin?
@mercime
ParticipantIn the end, it’s all a matter of when you need to implement the calendar component. A matter of choice whether one is willing to wait one month or so as the plugin matures since there are still some bugs, compared to using a plugin that’s tested functional in live installs now.
So @tubruk if you have a deadline e.g. this Wednesday, you know which plugin would not cause members messaging you that this or that in the calendar is not working. But if you have the luxury of time on your side, you can wait a month or so to see how the other plugin develops.
August 30, 2010 at 11:28 pm #91047In reply to: How ca I disable nested replies in activity?
Gene53
ParticipantThanks @mercime
That lessened the indentation between nested replies but there’s still a +/- 10px indent after each one of them.
At least, it looks a lot better now.

Cheers1
August 30, 2010 at 11:16 pm #91041In reply to: Introducing JobBoardr
rossagrant
Participant@Travel-Junkie Just thought i’d touch base with you and see how you are getting on with the CV component?
If I can do any testing for you let me know!
August 30, 2010 at 11:15 pm #91040Boone Gorges
KeymasterPut a bp_has_forum_topics() loop inside of the groups loop, and feed in the argument max=1. See https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-forum-topics-loop/
-
AuthorSearch Results
