Search Results for 'buddypress'
-
AuthorSearch Results
-
July 4, 2011 at 11:01 am #115660
In reply to: BuddyPress + Child Theme + Events Manager
redhat24
MemberThanks, exactly what I was looking for!!!
July 4, 2011 at 10:17 am #115656In reply to: HELP WITH HEADER
@mercime
ParticipantI assumed you wanted to use the bp-default theme. But it’s bad practice to make the changes there because those will be overwritten when you upgrade BP. So it’s prudent to create a child theme of bp-default theme – https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
July 4, 2011 at 8:52 am #115650In reply to: Group forums in creation
@mercime
Participanthttps://wordpress.org/extend/plugins/buddypress-restrict-group-creation/
Note: Unless a developer takes over this plugin, it won’t be updated for BP 1.3http://bp-tricks.com/coding/manage-group-creation-by-creating-a-group-request-form/
Note: Haven’t tried it myself but looks good.July 4, 2011 at 8:43 am #115649Anointed
ParticipantWow, thanks for the primer!
I fully plan on digging into ajax this week and you have given me a great start. It actually looks a lot easier than I would have thought from the snippets you provided, it actually now makes sense to me. I can tell this is going to be fun.July 4, 2011 at 8:35 am #115647In reply to: buddypress layout
@mercime
ParticipantJuly 4, 2011 at 8:33 am #115646In reply to: fyi: WP-reCAPTCHA works fine with BuddyPress
Jose Conti
ParticipantHi @satishkn
WangGuard load on 0.07 seconds http://www.iwebtool.com/speed_test?domain=http%3A%2F%2Fwww.wangguard.com
Do you really think wangguard is very slow?
July 4, 2011 at 7:27 am #115642@mercime
Participant@spreadinglove since your forums are generated via bbPress plugin, I suggest asking this question at https://bbpress.org/forums/
July 4, 2011 at 7:23 am #115641In reply to: Difference between Buddypress v.1.2.8 and v.1.3 ?
Any progress on this @DJPaul Paul? Can’t wait!
July 4, 2011 at 3:29 am #115636In reply to: Existing WordPress data
igeekout
MemberYes, its all the same install.
right now, the only loop I was able to get to work is:
`<?php
$debut = 0; //The first article to be displayed
?>-
<?php
- : <a href="”>
$myposts = get_posts(‘numberposts=-1&offset=$debut’);
foreach ($myposts as $post) :
?>`
Ive tried other loops from https://codex.wordpress.org/The_Loop and have had no luck.
I just get date, title.
Any ideas.
July 3, 2011 at 11:41 pm #115631ARHistoryHub
ParticipantAssuming you’re already loading jQuery in your header with something like this ` ` just add the following before the “ tag…
`
jQuery(document).ready(function(){jQuery(‘#object-nav a, #subnav a’).live(‘click’, function(e){
e.preventDefault();
var link = jQuery(this).attr(‘href’);
jQuery(‘#nav-ajax’).html(‘Loading
‘);
jQuery(‘#nav-ajax’).load(link+’ #nav-ajax’);});
});
`
To write this script, I chose what links I wanted to make the call – for profile navigation that’s those in #object-nav and #subnav.
Then you have to wrap the elements you want to get loaded in a div – in this case I used `` and wrapped it around the entire item-body div in my theme’s members/single/home.php…. Like so
`<?php
/* If nothing sticks, just load a member front template if one exists. */
locate_template( array( ‘members/single/front.php’ ), true );
?>
`You also have to do the same thing for the members/single/plugins.php with the same div. Just style the p class=”ajaxing” however you want in your default stylesheet. The process works the same for groups as well. I had problems getting a:active css attributes to show, but besides that it’s worked just fine.
Oh, and thanks for the compliments!
July 3, 2011 at 11:25 pm #115629In reply to: Another “Users Can’t Register” Question (*Sorry*)
Boone Gorges
KeymasterConfirmed. This is a bug in trunk, for multisite. I tracked down the problem and am about to commit a fix. https://buddypress.trac.wordpress.org/ticket/3313 svn up your BP installation to get the fix.
Thanks for letting us know, and for running trunk!!
July 3, 2011 at 8:44 pm #115626In reply to: buddypress for non-bloggers, take 2?
Tina
Participantgreat! thanks! ok so first you say that all that can be done with the current versions…then lastly you say that i need to dive into the code…so do you mean that the things that i mentioned are only available if i dive into the code? or are they possible without doing any coding?
i’m not a coder, and i cannot afford to hire a coder…but i have been able to fiddle a little with some very simiple code here and there…so if its simple enough, i may be able to figure it out if there are explicit instructions somewhere…
i will check out the buddypress doc you linked to but i’ve found that the wordpress docs are not always easy for me to understand…make my eyes glaze over, LOL! i much prefer the interpretations that people blog about or post on forums that explains things in simple terms that i understand. so i hope that document is user friendly in that sense. we’ll see.
thanks again! and please let me know if to do the things i listed above if i will have to get someone to help me with coding or if they are possible out-of-the-box or with a plugin? that wasn’t clear to me in your response. thank you!
July 3, 2011 at 8:05 pm #115623Anointed
ParticipantLove the ajax addition. Do you happen to have any code snippets you could share?
I’m only just beginning to work with ajax but have a lot of experience with bp.Nice site btw, very very clean layout, and easy to follow
July 3, 2011 at 8:03 pm #115622Bristol CI
ParticipantGreat, that plugin is perfect thank you!
All I need to work out now is how to change what template the buddypress pages (groups, forum, etc) use – any ideas?
SaskiaJuly 3, 2011 at 7:50 pm #115621igeekout
MemberThanks for the tip!
I followed the steps provided in the url and the text still does not change. I am using the latest version of buddypress.
July 3, 2011 at 7:13 pm #115616pcwriter
ParticipantCheck out this page of the codex to learn how to change any and all messages/labels in BP so they stay changed, even when you update your install (which won’t happen if you simply edit the text in the templates):
https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/July 3, 2011 at 7:10 pm #115615In reply to: Restrict site activity post viewing..
July 3, 2011 at 6:32 pm #115612In reply to: Users classified as spammers
@mercime
ParticipantDid you check registration if you deactivate Typepad spam blocker as well as all other plugins except BuddyPress and change to bp-default theme?
July 3, 2011 at 6:10 pm #115611In reply to: Event manager with Citizen Kane Theme
@mercime
ParticipantCould be that it’s the Event Manager plugin which is not working with BuddyPress. Does the event manager plugin you’re using work on the bp-default theme?
July 3, 2011 at 6:06 pm #115610In reply to: Duplicate content issue: pagination
@mercime
ParticipantYou have to more specific like WP/BP versions? Which theme are you using? If you deactivate all plugins except BuddyPress and change to bp-default theme, does the same behavior show up or is it fixed?
–July 3, 2011 at 6:02 pm #115609In reply to: Customizing BuddyPress Sign-In Header
@mercime
Participant@hawkd215 Since BP Social is a premium theme, you should be able to get free support from theme author who knows all the nuances of the theme — which is not available to those of us who didn’t purchase the theme.
July 3, 2011 at 5:37 pm #115608Joseph G.
ParticipantI think I have figure this out. This will solve every one’s problem. I’ll post the code here shortly.
July 3, 2011 at 5:35 pm #115606In reply to: buddypress for non-bloggers, take 2?
@mercime
ParticipantAll that can be done with current WP/BP versions. If you’re new to WP/BP, you’d have to:
– do some reading https://codex.buddypress.org/home/ and
– testing on an installation already set up at http://testbp.org/ or set up your own installation and
– diving into code yourself or hiring someone to do it.As for plugins, it is good practice to install plugins which are compatible with your WP/BP version – you’d see it noted in plugin information https://buddypress.org/extend/plugins/.
July 3, 2011 at 5:18 pm #115605Joseph G.
Participantwhen I installed the buddypress it works fine. But the register and upload avatar seems not to work. i think they are related. Please kindly visit my site http://www.ltdexperience.com/register. I haven’t yet updated theme’s structure to fit the buddypress. Please try to register, you’ll just get a page as if it was just got refresh only not really submitting the form, I’m bump.
July 3, 2011 at 5:11 pm #115604aces
ParticipantBy the looks of it the theme isn’t compatible with buddypress. A link would have helped but I suspect it might be http://themeforest.net/item/traject-wordpress-portfolio-and-business-theme/116671 ?
You may be able to convert it yourself using the buddypress template pack ….
See also: https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/ -
AuthorSearch Results