Search Results for 'buddypress'
-
AuthorSearch Results
-
March 29, 2014 at 7:32 pm #180487
In reply to: notifications showing as blank.
r-a-y
KeymasterYou could be using an older theme, which needs the new notification templates.
Contact the theme developer and tell them to look at the following change:
https://buddypress.trac.wordpress.org/changeset/7688/Take note of the five additional files that need to be created and the change to
/members/single/home.phpMarch 29, 2014 at 12:24 am #180455In reply to: Set a default sidebar
Renato Alves
ModeratorYou could create sidebar-buddypress.php and change the BuddyPress page you are using to load this particular template:
<?php get_sidebar('buddypress'); ?>That would be one way of doing this.
March 28, 2014 at 6:18 pm #180446In reply to: Should I use BuddyPress for…
Henry Wright
ModeratorAll of those are good.
Also, the BuddyPress code is on GitHub if you need to reference quickly
March 28, 2014 at 4:31 pm #180444In reply to: Add Friend, javascript override
modemlooper
Moderatorajax.php is for bp-default theme. Theme compatibility uses buddypress-functions.php
March 28, 2014 at 2:39 pm #180442In reply to: Add Friend, javascript override
simonwillan
ParticipantOkay I’ve found the solution. However I’m confused as to why ajax.php isn’t where the functions are being called. It appears buddypress-functions.php is where the magic happens. This confuses me slightly, what is the point in ajax.php if its never being used? The function run is : “bp_legacy_theme_ajax_addremove_friend”
March 28, 2014 at 2:21 pm #180441In reply to: Add "My Profile" link to main nav
westdael
ParticipantIf you don’t see Buddypress in Dashboard > Appearance > Menus make sure you check your Screen Options at the top of the page.
March 28, 2014 at 1:58 am #180423In reply to: View Topic Post prior to posting
Renato Alves
ModeratorIt is not a BuddyPress related question, but here it goes. At CSS-Tricks, Chris Coyer is using this plugin (https://wordpress.org/plugins/live-comment-preview/) to allow the user to preview their answer in the bbPress.
It is not the topic, but I think you can make it work.
March 28, 2014 at 1:28 am #180421Renato Alves
Moderator@focallocal As far as I understood, you are trying to create a different layout for the Group Home Page.
If that’s the case, I’d recommend you check the Theme Development Documentation (https://codex.buddypress.org/themes/), you would create a custom template for the Group Home Page and let it the way you feel best.
Now about embedding a forum in a WP page, I know bbPress have the shortcodes (https://codex.bbpress.org/shortcodes/), you could check in the documentation how to make what you aim for.
March 28, 2014 at 12:10 am #180418In reply to: Looking for shared hosting for buddypress site
March 27, 2014 at 6:21 pm #180410In reply to: field visibility
March 27, 2014 at 2:59 pm #180401In reply to: Performance issues with the wp_bp_activities table
b a
Participant@boonebgorges I have a suggestion for this:
What about not using second query at all.
As long as I can see, this is only used to know if there is more pages and to decide if we need
<li class="load-more"> <a href="#more"><?php _e( 'Load More', 'buddypress' ); ?></a> </li>So instead of second query we can get
$per_page + 1activity but return$per_pageand instead of total, return $has_more which is function like this:if(count(activities) < $per_page) $has_more = false; } else { $has_more = true; }I have used such think with infinite scroll and it works. On the other side I’m not sure about performance but with all my logic, this should be better.
March 27, 2014 at 1:23 pm #180395In reply to: Registration Page not displaying in menu
tevil
ParticipantHi Im using the twenty thriteen theme and I have set up the BP plugin according to the tuts and created the register and activation pages but they WILL NOT show up on my main page. I saw them there for literally 3 second once but then they disappeared and I can not get them back.
Anyone have any ideas on this?
Thanksactually just found this
March 27, 2014 at 9:42 am #180390In reply to: View Topic Post prior to posting
batmanfan
ParticipantOk. I use bbPress and BuddyPress for my forum site and like to see if I can let user view their newly created topic post prior to actually submit the post to go live. Should I post this question here or at bbPress?
March 27, 2014 at 9:15 am #180389In reply to: View Topic Post prior to posting
Hugo Ashmore
Participant? Is this a BuddyPress related question, if so you’ll need to be clearer on what you want to do.
March 27, 2014 at 5:46 am #180376In reply to: [Resolved] Add activity meta
modemlooper
ModeratorBP 2.0 adds bp_activity_add_meta()
https://buddypress.trac.wordpress.org/browser/trunk/bp-activity/bp-activity-functions.php#L658
But I’m not sure you can have same key. There is $unique which seems to imply you may have multiple values.
// cc @boonebgorges
March 26, 2014 at 7:27 pm #180349In reply to: Buddypress tradução pt_BR 1.9.2
danbp
ParticipantPlease write in english on this forum ! 😉
Normally you can download pt_br.po/mo files from
https://translate.wordpress.org/projects/buddypress/1.9.xHave also look here:
https://make.wordpress.org/polyglots/Maybe read here too:
https://codex.wordpress.org/L10n:Localization_Teams#Portuguese_.28Portugal.29_-_Portugu.C3.AAs_.28Portugal.29Or see what you can find here
http://wp-translations.org/March 26, 2014 at 4:27 pm #180340In reply to: remove "all member tab" in members directory
Barnabas
ParticipantCode did not reflect change! There should be easy way to remove “all members” tab in buddypress stream without breaking the theme.
March 26, 2014 at 11:35 am #180321In reply to: Registration Page not displaying in menu
totallymoving
ParticipantI am having the same problem. I have created the buddypress pages but when I click on view page, whether logged in or not, I’m redirected to the homepage of my site, any assistance gratefully received.
Also, I’m trying to design a registration page, i.e. for users to register, but can’t seem to do so. Any guidance on that as well??
March 26, 2014 at 9:23 am #180316In reply to: Activity Stream Page Template Wont Change
Hugo Ashmore
ParticipantBefore asking questions of this nature it’s important to understand how theme compatibility in BP functions, reading the docs first would clarify this, it’s why we write them 🙂
March 26, 2014 at 6:23 am #180314In reply to: Display Profile
hepar
ParticipantHi,
unfortunately I still have the same problem.
I have buddy press just uninstalled and reinstalled. It changes nothing. I have disabled all plugins and activated BuddyPress. The problem arises immediately. So it can have nothing to do with the other plugins.The problems:
When I click on the navigation bar on profile, the error message 404 appears.
In the menus, no choice point for BuddyPress appears.Please help me as soon as possible. The site should go online these days.
Many thanks and best regards
March 25, 2014 at 4:31 pm #180290In reply to: How does buddypress rewrite urls?
Henry Wright
ModeratorThey’re currently slated for BP version 2.1. See here:
https://buddypress.trac.wordpress.org/ticket/4954March 25, 2014 at 4:17 am #180273In reply to: [Resolved] missing the style.css stylesheet.
aces
ParticipantBuddypress is a plugin not a theme. It is still bundled with a theme but that isn’t necessary any more and is hidden on new installs – it can be activated with a snippet.
Most normal themes ( that follow official wordpress guidelines ) should be compatible now. For more info see theme compatibility articles in the bp documentation.
March 25, 2014 at 4:15 am #180272In reply to: [Resolved] missing the style.css stylesheet.
Scott West
ParticipantI’m installing BP and am getting the following code.
“Installing Theme from uploaded file: buddypress.1.9.2.zip Unpacking the package… Installing the theme… The package could not be installed. The theme is missing the
<code>style.css</code>stylesheet. Theme install failed.”Am I the only on experiencing this problem. Ay help would be appreciated.
March 25, 2014 at 4:07 am #180270In reply to: Redirecting after login/reg
@mercime
ParticipantMarch 25, 2014 at 1:24 am #180260In reply to: buddypress register page not working just refresh
@mercime
Participant@aaronhester it would have been better to start your own topic instead of posting everywhere 🙂 Responded at https://buddypress.org/support/topic/impossible-to-registerbuddypress-registration-process-broken/
-
AuthorSearch Results