Search Results for 'buddypress'
-
AuthorSearch Results
-
July 28, 2014 at 9:35 pm #185682
danbp
ParticipantIf you’re talking about the extended xprofile datebox field, the builder class
BP_XProfile_Field_Type_Dateboxof the xprofile datebox field is in bp-xprofiles-class.php:1459(bp 2.0.1)You can overwite this class with your own for reflecting your needs. The technique (add your own class to…) to use is explained on the Codex
If you’re meaning another date, you have to be more precise !
You’ll find also a global date setting in your wordpress admin.
July 28, 2014 at 5:16 pm #185677danbp
ParticipantLoad more use the Heartbeat API who refresh the activities each 5 minutes.
In BP 2.0.1, if you search for heartbeat, the result is:Search “heartbeat” (57 hits in 6 files)
bp-activity/bp-activity-filters.php (25 hits)
bp-activity/bp-activity-functions.php (5 hits)
bp-core/admin/bp-core-settings.php (6 hits)
bp-core/bp-core-admin.php (4 hits)
bp-core/bp-core-options.php (9 hits)
bp-templates/bp-legacy/js/buddypress.js (8 hits)Read the code if you understand it and see what you can do.
If not or if you estimate that it is a bug or needs an enhancement, open a ticket.July 28, 2014 at 1:27 pm #185668bp-help
Participant@shashibhushan
https://buddypress.org/support/topic/only-friendsyou-in-activity-feed-has-solution-been-found/
Pay attention to this thread using @shanebp ‘s solution.July 28, 2014 at 12:56 pm #185666rocke
ParticipantSOLVED : solved my self :
its was because of BuddyPress Friends Only Activity Stream : Version 1.0 PLUGIN
July 28, 2014 at 10:03 am #185659rocke
Participantany admin ,,,pls help me … as ADMIN of website can see all and add to … But new user who getting register cant do any thing ..getting warning message
warning: Division by zero in /wp-content/plugins/buddypress/bp-activity/bp-activity-template.php on line 783
July 28, 2014 at 5:59 am #185654In reply to: Buddypress not compatible with theme
shibbymintay
ParticipantI did step through the javascript execution and it seems like the nav bar is hidden once line 1504 in buddypress.js in /wordpress/blog/wp-content/plugins/buddypress/bp-templates/bp-legacy/js executes. It looks like this:
jq(‘body’).attr(‘class’, jq(‘body’).attr(‘class’).replace( /no-js/,’js’ ) );
I’m honestly not sure what this line of code is doing and I cannot edit this file as I get a ‘permission denied’ otherwise I would just try commenting it out.
July 27, 2014 at 10:19 am #185625In reply to: Hide time-since with CSS
Gunu
ParticipantI found this:
in – plugins/buddypress/bp-themes/bp-templates/bp-legacy/css there is a file named buddypress.css
In that file I found the following three references:
#buddypress a.activity-time-since { color: #aaa; text-decoration: none; } #buddypress table.forum td.td-freshness span.time-since { font-size: 80%; color: #888; } #buddypress a.activity-time-since:hover { color: #888; text-decoration: underline; }I’ve copied this to the style sheet of my theme and in all three I tried the value display: none;
No effect.BUT with some experimentation I put this in the css of my theme:
#buddypress a.activity-time-since { color: #aaa; text-decoration: none; } span.time-since { display: none; } }OOPS, now it works!
It only works if it is in that order in the style sheet.
July 26, 2014 at 10:18 pm #185620In reply to: No Registration and Activation Page
Henry Wright
ModeratorRegarding point 2, take a look at this answer on Stack Overflow: http://stackoverflow.com/a/24763715/1709033
It tries to explain how the BuddyPress template hierarchy works… 🙂
July 26, 2014 at 4:47 pm #185612In reply to: BuddyPress not working
@mercime
Participant@webt89 Unfortunately, there are themes with proprietary templating systems that hijacks the loop which allows BP to be compatible with WP themes. There could still be a way around it.
1. https://codex.buddypress.org/themes/theme-compatibility-1-7/
2. Examples of creating a
buddypress.phpfile to customize BP pages -> https://codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/In your case though, you cannot copy over the page.php source code to your buddypress.php. What you would need to do is get the plain HTML structure of that section and replace some code with the WordPress Loop which includes the_title and the_content.
You could try asking the premium theme author for that simple
buddypress.phpfile which you need to upload to your theme folder in server or hire a developer to do so.July 26, 2014 at 4:27 pm #185609In reply to: buddypress.js not loading
GhostPool
ParticipantNothing as far as I know, the installations are identical.
There’s nothing in mu-plugins that relates to BuddyPress and bp-custom.php is not present.
This is a new install on a live server with a standard version of WordPress (3.9.1), not WordPress multisite.
July 26, 2014 at 2:37 pm #185606In reply to: No Registration and Activation Page
Pietro
ParticipantYes. Hi once again! ^_^
… Ok … Thank You …About point 1, I am trying UserPro …
I will see how it works, then I will decide …About point 2 …
Ohhh … well … yes … it seems to be a serious deal … … …I HAVE TO STUDY THAT …
I just had a first look … and I have to understand that …
If I need to make available PER EACH member, some PRIVATE CONTENT … What should I edit then ??? Not the page.php, because it would change all pages, right … If I need to customize JUST the “Single Member Pages”, then I could edit:
/buddypress/members/single/index.php – If this template file is used in your theme, all member pages will use this template. BP will look to use this if the other four templates mentioned above are not foundMmm …
I am not really sure I understood …
If I add there [my shortcode], it will be seen only in the member page, correct … ???Would it be something like a PRIVATE PORTAL ???
Sorry for giving so many questions!
PietroJuly 26, 2014 at 2:18 pm #185600In reply to: No Registration and Activation Page
Henry Wright
ModeratorHi again @pietro_sferrino,
1 – HOW TO ADD A FRONT-END LOGIN FORM. I do NOT want people see the wp-default form for login. I want to show it in a front-end page. Actually, is not a matter of what I want … that is ho it HAS to workTheme My Login is the plugin to handle that for you. Give it a try here: https://wordpress.org/plugins/theme-my-login/
Point 2 is a little more complicated, yes it can certainly be done but it will require you to create a template. For information on the BuddyPress template hierarchy, see here: https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/
July 26, 2014 at 9:18 am #185595In reply to: [Resolved] disable nickname/pseudonym
victord34
Participantha.. okey thanks @mercime 🙁
can you help me for another question very important for me ?
https://buddypress.org/support/topic/bphelpcode-field-member-page-display/
July 26, 2014 at 8:02 am #185591In reply to: No Registration and Activation Page
Pietro
ParticipantOhhh …
I found that !!!SORRY …
I was looking in the PAGE LIST! Stupid Me! Now I found the BuddyPressPANEL to add menu !!!THANK YOU @mercime …
Just 2 more things, please …1 – HOW TO ADD A FRONT-END LOGIN FORM. I do NOT want people see the wp-default form for login. I want to show it in a front-end page. Actually, is not a matter of what I want … that is ho it HAS to work … 🙁
2 – Would it be possible to build an own Profile Page, where I can add MY particular short codes ??? I would like to show in every profile page (so it would be password-protected) something like [gravityform…] or [appointments] or [select-teacher], etc …
Thank You one more time !!!
PIETRO ^_^July 26, 2014 at 7:48 am #185590In reply to: No Registration and Activation Page
@mercime
Participant@pietro_sferrino Go to Appearance > Menus and click on the “Screen Options” tab near the upper right hand corner of your screen. Then check BuddyPress to show on screen. You’ll find the new BP metabox with all BP links including the Register page which you can add directly to your main/secondary navigation menu/s. Only the Activate page is not included there.
July 25, 2014 at 10:55 pm #185579In reply to: No Registration and Activation Page
Henry Wright
ModeratorBuddyPress should automatically create registration and activation pages for you. You can check by going to your website. For example
example.com/registrationorexample.com/activate.To create a WordPress navigation menu and add the activation and registration pages to it, see the WordPress Menu User Guide.
July 25, 2014 at 7:14 pm #185576@mercime
ParticipantYou can either copy over https://buddypress.trac.wordpress.org/browser/tags/2.0.1/bp-templates/bp-legacy/buddypress/groups/create.php by adding buddypress/groups/ folders and add changes yo want to make after line #185 OR add info by hooking into
do_action( 'bp_before_group_invites_creation_step' );for the Group Invite section in your theme’s functions.php fileJuly 25, 2014 at 6:44 pm #185574In reply to: Registration Page Issue
@mercime
Participantchange the edit the boxed included by default
@osamanuman just copy over https://buddypress.trac.wordpress.org/browser/tags/2.0.1/bp-templates/bp-legacy/buddypress/members/register.php into wp-content/themes/your-theme-name/buddypress/members/ folder (create folders if you don’t have them yet) then edit that register.php and save.if I want to add mission and about us in the same registration page, how can it be done
Any field you create in the “Base” profile field group will show up in registration form. https://codex.buddypress.org/buddypress-components-and-features/extended-profiles/
July 25, 2014 at 6:32 pm #185572In reply to: Create custom notifications
shanebp
ModeratorThe bbpress example is a good one.
But just fyi – the BuddyPress codex page is here: bp_notifications_add_notification page.
July 25, 2014 at 5:50 pm #185570In reply to: [Resolved] disable nickname/pseudonym
@mercime
Participantwhen admin create a users he is forced to enter a pseudonym
@victord34 you mean a “username”. That is a WordPress requirement for registration, not BuddyPress. But since BP is a plugin for WP, we use those usernames in different instances.July 25, 2014 at 5:29 pm #185569In reply to: Create custom notifications
nicmare
Participantdid you read this example in the documentation? https://bbpress.trac.wordpress.org/browser/tags/2.5.3/includes/extend/buddypress/notifications.php
there is a function for that: bp_notifications_add_notification( $args )
July 25, 2014 at 12:45 pm #185559peter-hamilton
ParticipantHi
the buttons can be changed with some css, on line 717 of your buddypress.css you can change this, or add the following to your style.css file to change the buttons.
#buddypress button, #buddypress a.button, #buddypress input[type=submit], #buddypress input[type=button], #buddypress input[type=reset], #buddypress ul.button-nav li a, #buddypress div.generic-button a, #buddypress .comment-reply-link, a.bp-title-button {
background: #7088E9;
border: 1px solid #6D6D6D;
color: #FFF;
font-size: 12px;
cursor: pointer;
outline: none;
padding: 4px 10px;
text-align: center;
text-decoration: none;
}I also had the issue with padding of the activity textbox, this can be changed by adding this to style.css as far as I remember it right.
#buddypress #whats-new-options {
height: 45px !important;
}good luck
Peter hamiltonJuly 25, 2014 at 10:57 am #185554In reply to: strong passwords
Fabius219
ParticipantHi,
I’m quite new in Buddypress and I’m not an expert developer.
Can you tell me, please, how can I call a Policy MAnager Plugin to enforce users to have strong password?
In addition, can you tell, please, me where can i found this function ‘bp_core_general_settings_before_submit’?
Thanks very muchJuly 25, 2014 at 8:05 am #185549In reply to: Buddypress not compatible with theme
peter-hamilton
ParticipantIf you can not link to this site you should install the theme on another test site that we can access.
It is difficult to help you when we are having to guess.
I personally have no clue where the buddypres bar is loaded, but a simple google search showed a link to the buddypress codex.
July 25, 2014 at 7:02 am #185548In reply to: Buddypress not compatible with theme
shibbymintay
Participant@mercime I took a look through my functions and plugins but didn’t find anything working on the admin bar, in fact my site doesn’t even display the admin bar.
where in the buddypress plugin code is the buddypress bar loaded? Maybe I could hack it to keep it from loading and see if that makes a difference.
-
AuthorSearch Results