Search Results for 'buddypress'
-
AuthorSearch Results
-
December 2, 2012 at 8:24 pm #146362
modemlooper
ModeratorYou need a BuddyPress compatible theme or to use the BuddyPress template pack plugin to convert your theme to a BuddyPress theme. https://codex.buddypress.org/legacy/
December 2, 2012 at 7:55 pm #146360In reply to: How can I get the activity like facebooks?
peterjhead
Participant@chrisclayton So the code above doesn’t work then. Can I get a little more guidance because I am knew to writing code and to buddypress and I obviously am not sure how to do this. Scrap the code above, I wish there was an expert that would kindly show me how to do this I will be grateful. Sorry for being a noob. Thank you again!
December 2, 2012 at 7:43 pm #146359In reply to: Sharing files in a group
@mercime
ParticipantWhat kind of files? Documents https://wordpress.org/extend/plugins/buddypress-docs/
December 2, 2012 at 5:44 pm #146351In reply to: Activation emails not reaching users
Denis Ciumbargi
Participant@charlietech – thank you but that still does not work for me. Help. Too bad to see you are having this problem for such a long time.
December 2, 2012 at 5:10 pm #146350In reply to: creating buddypress as uch twitter
modemlooper
ModeratorYes, I created an example to show how you can create a twitter type status update only site. http://status.taptappress.com
Also there is a theme focused ona twitter like experience http://buddypress-themers.github.com/status
December 2, 2012 at 3:54 pm #146344In reply to: Activation emails not reaching users
charlietech
Participantlook for this plugin,it somewhat helps BuddyPress Pending Activations
December 2, 2012 at 3:16 pm #146342Terry J
ParticipantHard to understand why so many people are having this issue over a simple missing file and nothing being resolved.
The adminbar.css is missing. Not server issue or .htaccess. Just not in the directory.
I have made a black file to at least stop the 404 error logs and site load time.
So, where can I get a copy of adminbar.css?ver=3.4.2
December 2, 2012 at 1:09 pm #146339In reply to: Activation emails not reaching users
aces
ParticipantDecember 2, 2012 at 12:01 pm #146336In reply to: child buddypress
alen9788
ParticipantThanks for your help.I has builded the child theme of bp child with 2 folders as the instruction.
And add the codes to style.css/*
Theme Name: BP Child
Tags: buddypress
Template: bp-default
*/And add the code to functional.php
if ( !function_exists( ‘bp_dtheme_enqueue_styles’ ) ) :
function bp_dtheme_enqueue_styles() {// You should bump this version when changes are made to bust cache
$version = ‘20111109’;// Register stylesheet of bp-dusk child theme
wp_register_style( ‘bp-dusk’, get_stylesheet_directory_uri() . ‘/style.css’, array(), $version );// Enqueue stylesheet of bp-dusk chid theme
wp_enqueue_style( ‘bp-dusk’ );
}
add_action( ‘wp_enqueue_scripts’, ‘bp_dtheme_enqueue_styles’ );Then i appended the changing css codes to child theme style.css
.content-wrapper-inner {
background-color: black;
}
BUT nothing has changed.And
where should i do to show the post&topic time and date use the code of https://codex.wordpress.org/Function_Reference/the_time
December 2, 2012 at 11:20 am #146333knaveenchand
Participant@mercime Thanks for your reply. I actually meant random avatar for the “members” of my buddypress site (not for those who leave comments!)
The option in Discussion Settings that you mentioned in your post is for posting comments. Ain’t they? Or please correct me if I am wrong.
My idea is to create different random ‘default’ avatars to new members who sign-up. Some members of our site do not change their avatars and because of that we have several mystery ‘men’ getting populated in Members Directory, Group Directory and widgets or wherever we are showing off members’ avatars. The site looks so odd with so many mystery’men’ avatars.
I hope you understood the problem. Do you still recommend me to try your ideas or the plugin? Thanks for your help.
December 2, 2012 at 8:22 am #146330In reply to: [Resolved] Guest Redirect
trailmix5
ParticipantThanks a lot, that looks like it should work! I have a couple questions for you if you don’t mind…although they might be silly. Do I just throw that code in my functions.php file? Also, will I still be able to log in as admin at http://www.site.com/wp-admin without being redirected?
Thanks so much for your help.
December 2, 2012 at 6:03 am #146326In reply to: child buddypress
@ChrisClayton
ParticipantI’m a slow Typer.:D
December 2, 2012 at 6:01 am #146324In reply to: child buddypress
@ChrisClayton
Participant1. It could be an issue with the redirects, does this link work for you? https://codex.buddypress.org/legacy/building-a-buddypress-child-theme/
2. The site here is using Bbpress 2 with the topic type as a super-sticky (or sticky. I still don’t know the difference between the two). You may want to see the codex at bbpress.org.
December 2, 2012 at 5:54 am #146323In reply to: child buddypress
@mercime
ParticipantThere’s some reorganizing going on the BP Codex. Try this link https://codex.buddypress.org/legacy/building-a-buddypress-child-theme/
December 2, 2012 at 5:49 am #146322In reply to: Forum/FAQ search? Tab hiding?
clemensrettich
ParticipantHi thank you for this.
When I click on the first link (the codex) I get a 500 error.
The buddypress profile menu looks very promising. I will be installing that.
The other question I had is if there is a search function for the FAQ/Support? I can’t find one.
Thank you again.
December 2, 2012 at 3:49 am #146317In reply to: Buddypress 1.7
@mercime
ParticipantYou can already check it out in test install. Just download trunk version
svn co https://buddypress.svn.wordpress.org/trunk/
or zip file from link at bottom of the page at https://buddypress.trac.wordpress.org/browser/trunkRe timeline, check the BP roadmap at https://buddypress.trac.wordpress.org/roadmap
BP 17 has 71 tickets to go. Patches welcome.December 2, 2012 at 1:43 am #146314In reply to: Edit Profile Link Leads to Blank Page
Richie KS
Participantfirst check if the buddypress setting ‘members’ page slug were saved correctly.
December 2, 2012 at 1:41 am #146313In reply to: Help me please
Richie KS
Participantyou need to make sure the template/theme ‘SmallBiz’ are buddypress compatible.
you can use the ‘template-pack’ plugin if its not bp compatible theme.December 2, 2012 at 12:55 am #146310In reply to: [Resolved] Profile page show "page not found"
danbpfr
ParticipantThank you @hiboy for your constructive and detailled closing answer.

Sure that this tread will help many people here.
December 1, 2012 at 11:57 pm #146309In reply to: Buddypress users – buy and sell
John Frusciante
ParticipantThat kind of wordpress plugin it is very much wanted! Any ideas if theres is something out there?
December 1, 2012 at 10:58 pm #146300Calen Fretts
Participantadd this to your theme’s functions.php file:
remove_filter('bp_get_the_profile_field_value', 'convert_smilies', 2);
add_filter('bp_get_the_profile_field_value', 'convert_smilies', 99);December 1, 2012 at 10:48 pm #146299In reply to: Convert Groups into Custom Taxonomies
December 1, 2012 at 10:05 pm #146298In reply to: [Resolved] Logged-In User Profile Link URL
ihiustler
Participant@paintermommy did you ever get this to work with the wishlist plugin? Are your forums private and only for paid members?
December 1, 2012 at 9:41 pm #146297In reply to: Forums not working
Kevin.Bowser
ParticipantI just tried a completely fresh install with the default WordPress theme and then the default BuddyPress theme. It is still not working. In this install, I can’t even get the Forums menu to show up on the menu bar.
This is getting more than a little frustrating. I am really trying to understand this process, but it is thus far not intuitive, nor do the menus and setup options look like they do in the documentation.
December 1, 2012 at 9:33 pm #146296In reply to: Buddypress 1.7
brayjason
ParticipantMan I hope soon! I’ve been checking back every single day. I’m really looking forward to 1.7. I don’t care if it has bugs lol. I just wanna test it out! : )
-
AuthorSearch Results