Search Results for 'buddypress'
-
AuthorSearch Results
-
September 5, 2016 at 3:50 pm #258401
In reply to: Activity embeds in activity stream
Stacy (non coder)
ParticipantThe vid explains that adding a bp activity link to a post embeds. Is embedding in the activity native yet?
What the embed scripts? like of the provider.
Would love to make this compatible , especially in the groups https://wordpress.org/plugins/iframely/
Here was my old combo to achieve this. https://wordpress.org/support/topic/plugin-oembed-for-buddypress-embedly-oembed-4-bp-all-embedly-content-in-bp-forum-yaaay/
September 5, 2016 at 1:13 pm #258393In reply to: problem with confirmation code
israelle
Participantthank you Paul @djpaul for your replay
i’m using host – http://www.hostinger.co.il its a free host for php and wordpress websites
those are the plugins in my siteClef
Limit Login Attempts
Mailgun integration for WordPress
Regenerate Thumbnails
WooCommerce
Akismet
buddypress
bbpress
wipi Hebrew theme page editor
hello doliSeptember 5, 2016 at 12:02 pm #258390In reply to: Private messaging with friend auto complete style
buddycore
ParticipantThanks, I’ve never got hold of working with core functionalities and thus I have failed miserably with some technical matters. Given there’s a lot of undocumented but feature rich functionality in BuddyPress this puts me in no mans land.
I’m looking forward to BP-Nouveau for now I will work with what’s available and what you have written here.
September 5, 2016 at 11:46 am #258387In reply to: No Fields On Registration Page After Installing
Paul Wong-Gibbs
KeymasterRight, good spot — not sure where got the
.htmlon the end of the URL from. If it’s form a menu or template that BuddyPress generates, let us know which one and I’ll try to figure out this crazyiness. 🙂September 5, 2016 at 11:43 am #258385In reply to: Private messaging with friend auto complete style
Paul Wong-Gibbs
KeymasterIf you’re referring to this https://cloudup.com/cmbgottNhQf — yes, that particular autocomplete script is awful (the other at-mention auto-complete used elsewhere throughout a site are better). Sorry. 🙁
I am not sure what you want, however. This autocomplete script is added to the screen via the
messages_autocomplete_init_jsblockfunction. If you look at jquery.autocomplete.js, maybe there’s an option you could use, or initialize it differently.A different, maybe better approach than the hell that is this 2007-era jquery.autocomplete.js script, is to replace it with the other autocomplete script we use throughout BuddyPress. I forget why we haven’t done it yet; it may just be a lack of time, or perhaps there’s some complexity I’m forgetting as I write this message.
— If this sounds interesting, let me introduce you to what we’re calling BP Nouveau — a replacement for the BP Classic set of templates. It’s not done yet for production use, but take a look at this specific function: https://github.com/buddypress/next-template-packs/blob/master/bp-templates/bp-nouveau/js/buddypress-messages.js#L524
I am 99% sure that unhooking
messages_autocomplete_init_jsblockand instead adding a copy of that JS function from BP Nouveau will switch over the auto-complete for the “Send Messages To” field. There may be further tweaks needed to make this work out-of-the-box, but it seems to work well in BP Nouveau, so dig arounds its CSS if something looks off.Hope this helps
September 5, 2016 at 11:20 am #258381In reply to: Widget doesn’t show up on Home Profile
Paul Wong-Gibbs
KeymasterDo widgets work on non-BuddyPress specific pages? Such as, a site footer or sidebar. I am trying to understand if they are broken everywhere or only broken on BuddyPress screens.
If widgets generally do work, have you confirmed that a widget that does work, does NOT show up on the BuddyPress page? If so, what widget is that? (Just need one example).
Please also let us know the names of all active plugins on your site, thanks.
September 4, 2016 at 5:59 pm #258368In reply to: Registration and activate page
isavarg
ParticipantThanks. It’s working now. I wouldn’t have thought of looking under that as it’s not in the BuddyPress settings.
September 4, 2016 at 2:55 pm #258364Henry Wright
Moderatorwp_insert_post()takes an array as its first param.post_dateis set to the current time by default so something is setting it to 0000-00-00 00:00:00.If you’re talking about BuddyPress activity items (not WordPress posts) then
recorded_timealso defaults to the current time. Again, in this case there must be something in your plugin that is setting it to 0000-00-00 00:00:00.Ref: https://codex.buddypress.org/developer/function-examples/bp_activity_add/
September 4, 2016 at 2:17 pm #258363David Cavins
KeymasterHi r083r7-
Within the same site, you could write a short code that would render the profile. Outputting profile data is pretty straightforward: https://codex.buddypress.org/themes/guides/displaying-extended-profile-fields-on-member-profiles/
One another site, I’m less sure. You’d need BP API or similar, which we’re just now writing.
Check our Bowe Codes for some other useful short codes and examples for your own: https://wordpress.org/plugins/bowe-codes/screenshots/
September 4, 2016 at 2:12 pm #258361In reply to: These field options are invalid error
David Cavins
KeymasterI really have no idea, but checking the code base, that error is thrown when a field type supports options (like a dropdown or checkbox set) and the data posted at save is unpopulated or is not an array. If you’re familiar with the developer tools in Firefox or Chrome, visit that page and submit the form, then see what the
$_POSTpayload looks like.Code reference: https://buddypress.trac.wordpress.org/browser/trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php#L1074
I can’t see what moving hosts would change here, but the internet is a fragile thing. 🙂
September 4, 2016 at 2:05 pm #258359In reply to: Remove header images
David Cavins
KeymasterSince it’s theme specific, your best choice is to create a child theme and override that template part when you don’t want to see the image. (There are lots of conditional you can use, like
is_buddypress()which returns true on a BP page.)It’s extremely unlikely that there will be a plugin that changes one aspect of a specific theme.
Child themes: https://codex.wordpress.org/Child_Themes
September 3, 2016 at 10:05 pm #258356In reply to: 2nd Registration form
danbp
ParticipantWhich plugin did you use for the 2nd register page ?
WP need for any user, a username, an email and a password. That’s mandatory even if you have 2 or 50 register page.
If you use only BP’s default register page and add a select box where you can choose Teacher or Student, you can afterwards give teachers a role of editor. That’s do able with built-in member_type
Also, depending the role with help of conditionnal field plugin, you can show fields for teachers only, for students only or both.
Another solution would be to add manually the teachers directly from within the admin. Usually, a school has less teachers as students. This shouldn’t be to difficult to add 10 or 20 teachers. This can also be handy as you can give them a lower capability (ie author) and attribute “editor” to only one or two of them, which will be in charge of students registering and dispatching. So in fact, only students have to register from front-end.
Another alternative would be to use what’s described here.
September 3, 2016 at 3:10 pm #258340In reply to: Conflict between memberships paid pro and plugins
danbp
ParticipantHi !
BPB was made for BuddyPress, not to fit all existing membership plugins, especilly for premium plugins whose code is not public. If you need a feature related to paid membership pro, you have to ask this plugin author how to do this. I’m the author of BPB, but can’t help you for this. Sorry !
September 3, 2016 at 12:24 pm #258336In reply to: [Resolved] Front-End Visual Editor Options
danbp
ParticipantHi,
this question is not related to BuddyPress as it seems you use Events Manager to let your members add events. Accordingly to plugin’s demo, you’ll probably have such a page.
From what i see on demo, the visual editor is the one used by WordPress. Read on WP Codex how to customize TinyMCE and use wp-editor function.
Maybe you could use this plugin to your advantage ?
September 3, 2016 at 8:34 am #258330In reply to: Activities
danbp
ParticipantHi @mei-ling,
you have to filter the activity content. See here how to do that:
https://buddypress.org/support/topic/filtering-bp_get_activity_content_body-bp_get_activity_secondary_item_id/September 3, 2016 at 4:52 am #258328In reply to: buddypress settings no save option
EMar
ParticipantI just diactivated all plugins, then installed BP again, still no save button.
Using chrome to inspect elements for BuddyPress Settings page:
http://www.site.com/main/wp-content/themes/music/musicband/events/css/jquery-ui-timepicker-addon.css Failed to load resource: the server responded with a status of 404 (Not Found)
load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core&ver=4.6:9 JQMIGRATE: Migrate is installed, version 1.4.1
http://www.site.com/main/wp-content/themes/music/musicband/events/css/jquery-ui-timepicker-addon.css Failed to load resource: the server responded with a status of 404 (Not Found)September 3, 2016 at 12:32 am #258325In reply to: Registration and activate page
September 3, 2016 at 12:24 am #258323In reply to: No Fields On Registration Page After Installing
danbp
ParticipantHi,
On your Toolbar you have the correct link to the correct register page !
http://www.nyfertility.org/register/ (which is not blank at all !) 😉Note that WP/BP use mostly php files. Searching for
file-name.htmlbrings generally nothing else as blank pages.When you create a page or use one of BP pages, edit the page and get the permalink (underneath the page title), so you be sure to have the correct path to it.
Other advice ? 🙂 Hum… read the documentation!
September 3, 2016 at 12:13 am #258322In reply to: How to Change the From Email for Activation
danbp
ParticipantHi,
i would use a cleaner code like what is indicated here.
WP function references
wp_mail_from
wp_mail_from_nameBP function references
bp_core_email_from_name_filter
bp_core_email_from_address_filterNB: please use the
codebutton when you insert code on this forum.September 2, 2016 at 3:48 pm #258315ico33
ParticipantI changed the theme as suggested. Nothing to do. If I create a discussion (bbpress), it is shown in buddypress activity. If I delete the discussion from the forum, it is still present in activity, but oviously clicking on it it shows 404 error page not found.
Any Idea?
September 2, 2016 at 3:17 pm #258313In reply to: How to edit the text in registration page
danbp
ParticipantHi @shughesd,
for clarification, the first topic author mentionned Trying to find where to edit the text above the fields.
Are you looking for the exact same thing ?
Is register.php in the right folder ?/child/buddypress/members/register.php?The only text above the fields when registration is allowed is
Registering for this site is easy. Just fill in the fields below, and we\’ll get a new account set up for you in no time.You have 2 options to edit/modify this string:
– using the language file if you only want to change the text.
– modify it in register.php if you want to change the HTML tag (by default it’s<p>)Other text above fields is the field title.
This can be changed in fields admin. Dashboard > Users > Profile Fields. Edit the field and change the title to your need.And finally, which doesn’t need any alteration of a template or language file, you can use one of the 30 action hooks existing in register.php
You can write a function and hook it to the placeholder of your choice. To do this, you add the below functions to
bp-custom.phpExample
Add a welcome message at the top of the registration page, above Registering for this site.
And another one below it.function my_custom_register_msg_title() { echo '<h2>Welcome on my site !</h2>'; } add_action( 'bp_before_register_page', 'my_custom_register_msg_title' ); function my_custom_register_message() { echo '<p>Thank you for registering.</p>'; } add_action( 'bp_before_account_details_fields', 'my_custom_register_message' );In hope it helps you to understand the principle of operation on templates.
September 2, 2016 at 2:56 pm #258312ico33
Participant@danbp thanks for your reply. I am not so expert, so it’s good that somebody helps.
I use Dynamic News Pro (the theme), now I checked all the repair in FORUM and also Buddypress, but this doesn’t work. In my activity I still have a discussion that was deleted, and if I click on the activity – obviously – it gets the error 404 page not found.
Do you think I have to change the theme? Or something else to suggest?
September 2, 2016 at 12:32 pm #258310In reply to: How to edit the text in registration page
shughesd
ParticipantHello,
I have the same query and did as instructed- created a buddypress folder in my child them, pasted the registration.php file, and made the changes there. However the changes do not render.
Do I have to do something else with the original register.php page in order for this to work?
Thank you!
September 2, 2016 at 7:36 am #258306In reply to: Unable to invite friends
danbp
ParticipantHi,
usually it is because you haven’t established any friendship. Go on a profile or Members Directory, click on Add as Friend.
Back to the group and see if this profile appears on the Invite tab.
If you are in a BP dicovery phase, i recommand you to use BP Default Data plugin. Once activated you will have fake content in all BP active components (users, groups, friendships and so on). So you can see where and who see what.
September 2, 2016 at 7:28 am #258305In reply to: identify code
danbp
ParticipantThank you for clarification. The screenshot you linked to shows the Followers item with an ID of
members-following-personal-liThis belongs to a follower plugin or to a built-in addon of your theme.As explained, on profile pages it will end with “-personal-li” and on group pages it will end with “-groups-li”. The notification component add “notification”, so you have
notifications-personal-li.The question now is: do you want to change the CSS rule or something in the html (ie. change li to div) ?
If it is the css rule, you do that in your child theme file style.css
#notifications-personal-li { // do something }If it is the html, you have to work on the notification template, also from within the child.
And if it is a core functionnality – like moving or renaming the item: it’s explained on Codex: -
AuthorSearch Results