Search Results for 'buddypress'
-
AuthorSearch Results
-
October 24, 2010 at 3:00 am #96266
Charlie Gordon
ParticipantHi Paul, as far as permalinks are concerned, mine are configured to “/index.php/2010/10/24/sample-post/”
As far as I know, my server is running IIS and the wordpress and buddypress versions are 3.0.1 and 1.2.6 respectively
Thanks for the help!
October 24, 2010 at 2:36 am #96262In reply to: How do I get rid of “Buddypress is ready” message?
@mercime
ParticipantGlad you resolved it on your own. Btw, forgot to add, you should also install BP Template Pack to get BP components working in your WP theme – https://wordpress.org/extend/plugins/bp-template-pack/
October 24, 2010 at 2:22 am #96260Driftless
ParticipantGreat response –
I agree its up to the users to see what they are comfortable with… I’m running into the issue that the site I am developing is mainly for non-native English speakers so the subtleties of Blog Comment vs. Forum Topic, vs Status Update are maybe a little too subtle, yet I have to enable all of these in Buddypress to get all the features I need.
I wonder if Buddypress should take the plunge and REDEFINE the nature of online conversations… do away with these arbitrary titles. Maybe every post has an option: Start a conversation or Post an aside. The conversation have all the trappings of forum posts of threaded blog comments, and the asides get kicked the one-off area.
Hmmm… still working through this in my mind.
October 24, 2010 at 2:12 am #96258In reply to: How do I get rid of “Buddypress is ready” message?
Captain Queeg
ParticipantNevermind. Boy do I feel stupid. It was right in front of my eyes. I got it.
October 24, 2010 at 2:12 am #96257In reply to: Editing profile redirects to homepage?
@mercime
ParticipantBy default, BuddyPress is activated in the primary site. If you want to acitivate BP in secondary blog /buddy/
https://codex.buddypress.org/getting-started/install-buddypress-on-a-secondary-blog/October 24, 2010 at 1:47 am #96256In reply to: How do I get rid of “Buddypress is ready” message?
Captain Queeg
ParticipantCan’t find tags. The only thing find is a tag template, and this is what it shows, if it’s right, I still don’t know where to place buddypress:
<?php
/**
* The template for displaying Tag Archive pages.
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/get_header(); ?>
<?php
printf( __( ‘Tag Archives: %s’, ‘twentyten’ ), ‘‘ . single_tag_title( ”, false ) . ‘‘ );
?><?php
/* Run the loop for the tag archive to output the posts
* If you want to overload this in a child theme then include a file
* called loop-tag.php and that will be used instead.
*/
get_template_part( ‘loop’, ‘tag’ );
?>October 24, 2010 at 1:30 am #96255In reply to: How do I get rid of “Buddypress is ready” message?
@mercime
ParticipantOpen up active theme’s style.css and add buddypress to Tags:
October 24, 2010 at 1:16 am #96254In reply to: Time Offset still present in BP 1.2.6
Pisanojm
ParticipantOctober 23, 2010 at 11:59 pm #96253Roger Coathup
ParticipantDid you look in the documentation on this site before posting?
Look at BuddyPress template tags in the documentation section.
[Edit: having told you to look there, the function you actually need is missing. Try bp_is_my_profile()]
October 23, 2010 at 10:26 pm #96250In reply to: Getting Buddypress to look right on my theme
@mercime
ParticipantI prepared this BP Template Pack walkthrough using the free Motion Theme which may be able to help you. Depending on the HTML structure of your WordPress theme, it could take from an hour or so.
October 23, 2010 at 9:14 pm #96246r-a-y
Keymaster@tak5haka – If $profileTagClean returns an array, then you need to print out the variable as an array to debug further.
What happens when you use the following instead of echo?
`print_r($profileTagClean);`Roger Coathup
Participantif you are just changing text:
https://codex.buddypress.org/buddypress-site-administration/customizing-labels-messages-and-urls/
October 23, 2010 at 9:06 pm #96243Paul Wong-Gibbs
KeymasterAre permalinks configured on your WordPress? Do you know if your server is Apache, Nginx or IIS? What versions of WordPress/BuddyPress are you running?
danbpfr
Participantthe best way to modify the header.php is to copy it into a child theme, after what you can make your modification
https://codex.buddypress.org/extending-buddypress/building-a-buddypress-child-theme/October 23, 2010 at 7:53 pm #96236In reply to: Users are not receiving mail on registration
r-a-y
KeymasterOctober 23, 2010 at 7:52 pm #96235October 23, 2010 at 7:32 pm #96233gwu123
Participant@r-a-y : the code you have given above works except for ajax refresh. When we go to say activity / All Members yo do not see the secondary avatar. Now when you click activity / My groups these secondary avatars becomes visible and when you go back to activity / All Members you again see these avatars. However, refresh the page and the disappear again.
Any fix for this?
October 23, 2010 at 7:08 pm #96232In reply to: getting Oembed to work with P2 theme for buddypress
r-a-y
KeymasteroEmbed is not a video uploading plugin. It relies heavily on 3rd-party sites like YouTube, Vimeo et al.
SInce you’re using P2 to write a blog post, you should try enabling auto-embeds in WordPress:
https://codex.wordpress.org/Settings_Media_SubPanelMake sure “Auto-embeds” is checked.
Also read the codex page for more info:
https://codex.wordpress.org/EmbedsOctober 23, 2010 at 2:47 pm #96213In reply to: create theme
October 23, 2010 at 1:53 pm #96207In reply to: Setting redirect page for non-logged in users
Miko
ParticipantI don’t want a landing page for visitors, I want normal visitors to see all of the usual pages & posts on the public part of the site. This is happening fine. What I want is for them to arrive on a nice page if they search for something that is on a hidden private part of the site. I am using Private Buddypress to hide members area (private profiles, forums etc) from the main marketing pages of the site ( WP pages and posts). The Private Buddypress plugin annoyingly redirects to the standard WP login screen (as you can see in the code from that plugin posted in my original Q). I do not like this, because it gives no explanantion to the user why they searched for something and arrived at a login screen. This is why I want to redirect to my custom 404 page, which I have modified to say that the item they are looking for is not found, or it is only visible to logged in members. What I want to know is how EXACTLY to modify the above code to get the redirect to point to the 404 page.
The login screen is not helpful, and in fact it’s offputting/confusing because you have to be a member of our photo club to be allowed into the community – so we don’t accept public registrations. Showing a login screen makes it seem like people should be able to register somehow, when they can’t.
October 23, 2010 at 1:04 pm #96203In reply to: Users are not receiving mail on registration
Roger Coathup
Participantsearch these forums, this is discussed lots of times.
Can your site send standard WordPress admin emails, e.g. if you create a new user in the admin panel, does it send an email to you as site admin?
If not, you need to configure your WordPress mail correctly, before proceeding with BuddyPress
October 23, 2010 at 12:01 pm #96196In reply to: functions.php and bp-custom.php
ovizii
Participantdo I have to manually activate it or is buddypress looking for it and loads it by default?
cause otherwise I’d rather put it into mu-plugins if I need to activate it anyway…October 23, 2010 at 11:17 am #96193Frosty8o
ParticipantHere is a pic that shows the situation with firebug and where the crop should show-> http://img842.imageshack.us/img842/1807/avasw.png
And JS and JCrop is called in the header too:…/Buddypress/wp-includes/js/jcrop/jquery.Jcrop.js?ver=0.9.8 and …/Buddypress/wp-includes/js/jquery/jquery.js?ver=1.4.2
October 23, 2010 at 11:05 am #96192In reply to: Buddypress Memory Overload
Hugo Ashmore
ParticipantAs you said previously; to quote I think the problem is not the memory usage of php, but the usage of the mysql server.
you are probably correct, 10,000 visitors is quite high and you perhaps need to speak to a server tech about optimizing you DB / server for best performance, in the meantime you might perhaps check the WP & BP codex pages for any tips on optimisizing both BP & WP installs and also perhaps start using something like WP Super Cache to minimize DB hits
Other than that I don’t really think this is a BP isssue or at least much you can do from the perspective of the BP install.
October 23, 2010 at 11:03 am #96191In reply to: BP components no show in secondary blogs
-
AuthorSearch Results