Search Results for 'buddypress'
-
AuthorSearch Results
-
January 23, 2014 at 4:08 pm #177413
In reply to: BBPress themes in BuddyPress theme
Hugo Ashmore
ParticipantThese are probably questions better asked on bbPress forum – remember although bbPress integrates with buddyPress it is a standalone plugin.
I doubt however you need to overload all the files as above.
January 23, 2014 at 4:05 pm #177412In reply to: Buddypress doesnt do anything
Hugo Ashmore
ParticipantI would strongly urge you to first have a good read through what articles we currently have in the codex to familiarise yourself with basic setup & operation:
Then if you have further questions post back with a full outline of your setup – check the forum stickies which tell you what information to provide in order to gain help here.
January 23, 2014 at 12:00 pm #177402In reply to: Notification and a blank page
betson
ParticipantHi,
I have the same problem. When we click the notifications link, a blank page is showing.
Wordpress version : 3.8
Buddypress : 1.9Pls help me
January 22, 2014 at 10:28 pm #177387jameat
ParticipantThanks shane.
I took a look at that doc you link but feel this is a little beyond my capabilities!
Looking around the bbpress documentation I found thisThey tell me to add
define( ‘BP_GROUPS_DEFAULT_EXTENSION’, ‘members’ );
to my wp-content/plugins/bp-custom.php file. But that doesn’t seem to work.This is what I wrote in the bp-custom.php file:
<?php
define( ‘BP_GROUPS_DEFAULT_EXTENSION’, ‘forum’ );
?>Is there anything obviously wrong with this which may explain it not working?
Thanks again.
January 22, 2014 at 10:12 pm #177386shanebp
ModeratorOver-ride this file:
buddypress\bp-templates\bp-legacy\buddypress\groups\single\home.phpAnd adjust it to make forums the default rather than activity.
Over-riding BP templates:
https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/January 22, 2014 at 4:26 pm #177377In reply to: Problem with Members/Single/Plugins Template
natb19
ParticipantOk, so it’s pretty easy if you’re not familiar to buddypress (as I am) to make bad assumptions here. (as I am, and did)
Your first problem is that in the example, the code is looking for a screen template (plugins.php) in this case that’s not in your template directory. It won’t look for or use any templates in the standard buddypress templates folder (as I assumed) and so you will need to make sure that any templates needed are within the [plugin]templates/[pathtotemplate] path.
I also assumed that any of these pages would automatically assume the standard buddypress layout and page template, using the supplied template as the content for the page – which was a mistake. What gets served is a vanilla page, using the standard wp header and footer tags (well, if you use the screen-one.php as a template).
If you want the buddypress profile header add
<?php locate_template( array( 'buddypress/members/single/member-header.php' ), true ) ?>
to your template. You can do this for all of the items on your standard bp page, have a look through the other templates in bp as a guide.This is not a bad thing, and you can do this stays completely flexible when combined with the standard wp templating. When overriding bp component templates remember to put the [templatepath] file into your theme templates folder, not the theme templates/buddypress folder.
For example, my ‘Achievements’ summary template (‘achievements/screen-summary’) goes into ‘achievements/screen-summary.php’ in my theme’s template folder.
Hope this helps, I was confused for a while, but it’s all good now 😉
January 22, 2014 at 12:12 pm #177373In reply to: Problem with Members/Single/Plugins Template
natb19
ParticipantThis seems to be a problem with how the skeleton component setup is handling the loading of screens:
bp_core_load_template( apply_filters( 'bp_core_template_plugin', 'members/single/plugins' ) );tries to load a template file within the plugin folder – not (as I think it’s meant to) from the standard BP template folder, or the current themes’ buddypress template (if overridden).
@modemlooper, any idea how to get the screen page to display in the standard wordpress/buddypress template system, or why it’s not working?It’s not something you take and then edit to create a new component.
It certainly reads like something you take and edit to create a new component!
January 22, 2014 at 3:25 am #177360In reply to: How to call the widget functions without a sidebar?
BuddyBoss
ParticipantI can’t seem to find the function name or php file in the buddypress directory.
You can find the login widget code in /buddypress/bp-core/bp-core-widgets.php
But mercime is correct, your best move is to add a widget area to your theme and then use the login widget (assuming you’re on BP 1.9+ which includes a login widget).
January 22, 2014 at 2:33 am #177356In reply to: BuddyPress Pages not displaying
Ben Hansen
Participanthave you checked to make sure the pages are associated correctly in the main buddypress preferences?
January 21, 2014 at 9:29 pm #177343In reply to: Page Not Found
@mercime
ParticipantSame questions as https://buddypress.org/support/topic/read-more-link-broken/#post-177342
January 21, 2014 at 7:58 pm #177339In reply to: BadgeOS Submissions in Buddypress Activity Stream
Prometheus Fire
ParticipantHave you tried this addon for the plugin?
http://badgeos.org/downloads/community/
I would also try to get support from the developers on the BadgeOS site. You are likely to get better help there than here since it is such a specific use. They do know and support BuddyPress so you may get your answer from them.
January 21, 2014 at 5:17 pm #177331In reply to: BP My-Home Creating Redirect Loop for Member Pages
adamjd
ParticipantSame issue is in this thread: https://buddypress.org/support/topic/redirect-loops-on-groups-and-profiles/
January 21, 2014 at 1:30 pm #177322m1000
ParticipantI’m using Buddypress and bbpress for group forums. You have 1 new reply to … is working fine on the admin bar but somehow my code can’t display this kind of notification.
January 21, 2014 at 1:09 pm #177321Henry Wright
ModeratorHey @m1000
I’m not sure using BuddyPress functions will work for bbPress? Could be wrong though!
January 21, 2014 at 9:09 am #177315In reply to: Urgent How can my fans join my blog?
@mercime
ParticipantMake sure you have Registration enabled in Settings > General.
January 21, 2014 at 5:06 am #177307In reply to: Notification and a blank page
BuddyBoss
ParticipantHey there, I’m the author of BuddyBoss. This is not the default behavior in the theme. Have you updated to the latest version? 3.0.6 put out a patch for notifications before BuddyPress 1.9 came out, and I have a feeling you’re using a version prior to that as that could cause a blank page without the patch. If you still have issues after updating head over to our support forums and TJ will happily help you out.
January 21, 2014 at 4:53 am #177304In reply to: How to make wp theme compatible with buddypress
BuddyBoss
ParticipantTook a look at your site. It looks nice. But I do see that all the BP pages are not outputting any content. It’s all blank. Even the “By” line is empty, where I assume it would show the page author.
When you are in your buddypress.php file is it including another inner template file to display content? If so, have you tried deleting all of that and just putting in <?php the_content();?> in the loop of buddypress.php? I’m wondering if this theme has some fancy default content loop that is filtering out BP stuff.
January 21, 2014 at 4:39 am #177303In reply to: 2.0 top features – ideas
BuddyBoss
Participant@mercime thanks for posting the link. Good stuff. My suggestion is based on the assumption that most WP themes do not have these solutions in them as most sites are not using tables. BuddyPress is feeding its content into theoretically any WP theme and most themes are (or will be) responsive and most web traffic is (or will be) mobile. So if BP is feeding in content that is not going to work for a large percent of users it seems like something worth at least considering to change, even if there are some tradeoffs.
Anyways, I’m sorry as I didn’t mean to hijack this thread with these table discussions. We’re a bit off topic now 🙂
January 21, 2014 at 3:27 am #177298In reply to: Temporary deactivating BuddyPress possible?
modemlooper
ModeratorBuddyPress has no deactivation script so you don’t accidentally delete your content
January 21, 2014 at 2:43 am #177294In reply to: How to make wp theme compatible with buddypress
quince85
ParticipantI asked developer of the theme, he just said the theme is not compatible with buddypress…
January 21, 2014 at 2:30 am #177290In reply to: How to make wp theme compatible with buddypress
quince85
Participant@ubernaut
I read this as well, but it still not working.
I’m using attitude theme
I created child theme and created buddypress.php and only create group works.
However, register page is blank and forums page is showing: ”
Search for: HOME › Forums Forum Topics Posts Freshness Group Forums Private: test (0, 0) 0 0 No Topics ”January 21, 2014 at 2:15 am #177289In reply to: How to make wp theme compatible with buddypress
Ben Hansen
ParticipantAs the header on that page says that component has been depreciated any theme should be basically compatible with buddypress “out of the box” more info can be found here:
January 20, 2014 at 10:51 pm #177283In reply to: Notification and a blank page
JeffE
ParticipantSame problem here, when any of my users go to their Notifications page it is blank. I’m on latest BuddyPress release with BuddyBoss theme with no customizations.
January 20, 2014 at 8:17 pm #177280In reply to: Use full content for custom post activity entry
shanebp
ModeratorUse this hook: do_action( ‘bp_activity_entry_content’ );
in the template: buddypress\bp-templates\bp-legacy\buddypress\activity\entry.php
And write a function to embed the video.
January 20, 2014 at 7:23 pm #177275In reply to: How to change group avatar?
JudithKlinger
ParticipantCiao! The current version of BuddyPress only has 3 tabs when you click on the group:
Visit|Edit|Delete.
No Admin.
Anywhere else I can look. -
AuthorSearch Results