Search Results for 'buddypress'
-
AuthorSearch Results
-
December 9, 2014 at 5:49 pm #230339
In reply to: [Resolved] Add forum option in "Post in" in activity
danbp
ParticipantMost users goes to what seems them the easiest.
3 solutions:
– remove the What’s new form
– add a message above or below the form
– use a giant FORUM button ! 😉You can use this snippet to show them a message (add it to your child-theme functions.php or to bp-custom.php
function bpfr_post_in_msg() { echo 'your message to users goes here'; } add_action( 'bp_before_activity_post_form', 'bpfr_post_in_msg' ); // above what's new form add_action( 'bp_after_activity_post_form', 'bpfr_post_in_msg' ); // below what's new formTo remove the form, use an empty post-form.php containing only the opening & closin php tags
and add it to /child-theme/activity/post-form.phpThe original file is in bp-templates/bp-legacy/buddypress/activity/post-form.php
December 9, 2014 at 1:04 pm #230335valuser
ParticipantFirst file absent though there is no buddypress folder in twentyfourteen (i think????)
second file present
it begins /*! buddypress – v2.1.0 – 2014-10-06 9:39:07 PM UTC – https://wordpress.org/plugins/buddypress/ */
December 9, 2014 at 12:42 pm #230331shanebp
ModeratorThe console says that it’s trying to load this file but it’s 404:
http://dogdrill.com/wp-content/themes/twentyfourteen/buddypress/js/buddypress.min.js?ver=4.0.1Ditto for this file:
http://dogdrill.com/wp-content/plugins/buddypress/bp-core/depreciated/js/jquery-scroll-to.min.js?ver=4.0.1Can you confirm that those files are in those locations on your server?
December 9, 2014 at 12:42 pm #230330Mariette
ParticipantI’m not sure if I should start a new thread about this. All was going well with the translation but I don’t seem to be having any luck with this phrase (line 5561 onwards in the orignal buddpress.pot file):
#: bp-templates/bp-legacy/buddypress/members/activate.php:16
msgid “”
“Your account was activated successfully! You can now log ”
“in with the username and password you provided when you signed up.”
msgstr “”If I add my own phrase in the msgstr “” line, nothing changes.
I’m just wondering if it is OK that the original phrase is underneath the msgid “” line rather than within the quote marks?
Or is there something else I am doing wrong?
many thanks again for your time.
MarietteDecember 9, 2014 at 8:52 am #230320In reply to: Buddypress emails not working
danbp
ParticipantSorry for the link. It’s repaired. The plugin is Buddypress Notifications Manager
December 9, 2014 at 8:49 am #230319danbp
Participanttitling a support topic with Help please – How to…. is gentle, but ouf of need on a help forum. And for sure not a waranty to get help.
As you have an understanding problem of php, and a supposed theme issue, it would be very helpfull to give its name and some details where to show the avatar.
Apparently your theme use a custom function à la WordPress to get avatars. And this should work, in theory.
Have you synced wp users with bp in bp’s settings ?
Have you tested with one of wp’s default twenty theme ?Depending where to show a user avatar, BuddyPress use different code. You can see this on most of the template files stored in /bp-templates/bp-legacy/buddypress/
On the member header for example; you have
bp_displayed_user_avatar( 'type=full' );
There is also a filter:bp_get_member_avatar;
So it really depends where and how you want your avatar… In a loop, outside of a loop, etcAh, and when you give a topic example, don’t forget to mention the link.
December 9, 2014 at 8:06 am #230317In reply to: Comment to Updates not triggering notification
Sebastian
ParticipantHi Style960, Yep as far as I can remember it worked! It definitely is NOT a new feature to be implemented. I don’t have much time now but I think the best thing to do is to download an old version of BuddyPress and… test it.
If it works I’ll try to make a diff and see what changed. Let’s keep in touch 🙂
December 8, 2014 at 8:52 pm #230308In reply to: Comment to Updates not triggering notification
Paul Bursnall
Participant@sebacar @mercime Hi Sebastien, from looking at replies to your Trac ticket, I think something is being lost in translation between ourselves and the devs.
To quote the official documentation :
Notifications are a central aspect of the user experience on a BuddyPress site. By default new notifications are displayed in the admin bar profile menu, right next to the navigation menus, some themes even integrate the notification counter in other places (like in the header or sidebar of a page).
Notifications are sent out to your community members as soon as one of the following things happen:
Activity
A member mentions you in an update @username”
A member replies to an update or comment you’ve postedThe activity in bold above definitely stopped triggering notifications on 3 different sites I was testing, where it had previously generated a notification (probably 4 months+ consistently). Quite simply, that notification trigger stopped working. This should not be a new feature, it was already there.
December 8, 2014 at 6:31 pm #230300In reply to: BuddyPress use
danbp
ParticipantExcept if you want to built an expert community, BuddyPress is not appropriate. This can be done with WordPress and some CPT’s…
December 8, 2014 at 6:24 pm #230299In reply to: Need Ning to WordPress help
danbp
ParticipantRead here:
https://wordpress.org/support/topic/how-i-got-import-from-ning-to-work-for-me?replies=1
Or if you want paid service see here:
https://json-csv.com/migrate-ning-data-to-buddypressDecember 8, 2014 at 6:09 pm #230298In reply to: Buddypress emails not working
danbp
ParticipantSee if this plugin can help you ! Old but working.
If your smtp is sending mails, read this topic, may be helpfull too !
https://buddypress.org/support/topic/notify-by-email-when-xprofile-updated/December 8, 2014 at 4:52 pm #230294In reply to: How to Register to contests via BuddyPress profile
JMDP
ParticipantThanks Dan, I will and let you know.
But as far as me or a competitor is logged, we know about its personal details.
Can’t he sign with its personnal BuddyPress details as done for a group or a forum for example, where all of its details appear ??Just to make sure: I don’t want the plugin to organize the event with schedule or anything else, simply to be able to sign an inscription form with its BP account.
Am I correct?December 8, 2014 at 4:15 pm #230292In reply to: How to Register to contests via BuddyPress profile
danbp
ParticipantCan I do that via BuddyPress? BP is not a contest plugin, so you have to find another way to achieve this. Maybe using a plugin or create your own.
So far i know, there is this older plugin who may be do the job. No idea if it works with 2.1.1 and how, but give it a try and let hear from you.
December 8, 2014 at 4:07 pm #230291In reply to: buddypress -WHATS-NEW-wont let me post
December 8, 2014 at 12:36 pm #230281In reply to: Registration Not Working
danbp
Participant@rohitkatke, @rathodsuraj1
sorry to answer this, but here are 25 pages of topics from people having “the same problem”.If you don’t use X theme, if you don’t use woocommerce and if you don’t use BP 2.0.1, you have NOT the same problem as @jlent14 ! 😉
It seems to be, looks like, but most probably isn’t. And generally, jumping in others topic or old topics is not a good idea on this support forum.
To all readers
When encountering a registration problem, first thing to do is to test your install without any plugins and one of WP’s Twenty default theme. Ensure that your site send correctly emails. Before activating any plugin, your base WP install must work.
Once WP is OK – you can install BuddyPress and check your permalinks. Pretty permalinks must be activated to get the plugin working correctly.
This point is important, especially if you have redirection issues after BP is activated.
Second point to check is your theme installation.
Proceeding like this will help you to isolate easely the culprit. If:
– WP install: OK
– BP install: OK
– theme activation: problemSo you know here the problem comes from.
While testing your install, you can activate wp_debug (set to TRUE) in the wp-config file. This can give you a lot of information about conflict and/or errors.
Just keep in mind that these information have 2 levels of importance: notice and warning.
While notice are generally harmless, warnings should be taken seriously in account and solved.If WP is the problem, see first the wordPress support
If it’s BuddyPress, see the BP support
If it’s the theme, see the theme support
If it’s any other plugin, see first the plugin support.Thank you for you attention. 😉
December 8, 2014 at 8:18 am #230276In reply to: Comment to Updates not triggering notification
Sebastian
ParticipantWow, I’m not the only one then!! I posted this on Trac about 10 minutes ago.
December 7, 2014 at 4:38 pm #230266In reply to: extend editor toolbar bbcodes
shanebp
ModeratorThese are the BuddyPress forums.
You might want to try the bbPress forums.December 7, 2014 at 5:17 am #230257In reply to: [Resolved] Mode "wall" in buddypress groups ?
@mercime
Participant@vfreefly check out http://buddydev.com/buddypress/buddypress-activity-wire-updated-buddypress-1-8-buddypress-1-9/ and read instructions plus the comments where there are additional instructions
December 6, 2014 at 6:09 pm #230254In reply to: group member names push into array not working
Kiciana
ParticipantBtw from the log
[06-Dec-2014 18:02:54] PHP Fatal error: Call to a member function members() on a non-object in /home/public_html/wordpress/wp-content/plugins/buddypress/bp-groups/bp-groups-template.php on line 2815
December 6, 2014 at 5:02 pm #230251In reply to: Need to know the nav-sub pages directory.
ahd904
ParticipantYes, i have just requested them for a help.
They were telling me previously to override those templates from buddypress/bp-legacy to their appbuddy plugin which allows the integration of buddypress with apptheme but only to find out that those sub-menus are not shown…
It looks like non-working day for them today so i will get answer tomorrow.
Can i at least learn or study from you what are the basic requirements or necessary files that ‘must be’ copied from the buddypress/bp-legacy files??
Thank you so much for the help!
December 6, 2014 at 4:16 pm #230247In reply to: PO not working on registration page
car1979
ParticipantHi @danbp
Thanks a lot for your help. I tried to follow your recommendations, but I did not get rid of my problem. I kept trying, and I think i found it, at least for my case. But it can also help a lot of people with the same issue.
The thing is that the english text in the register.php file and the english text in the .po file do not match.
The register.php file says:
“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.”
The text in the .po file says:
“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.”Once you edit the text in the register.php file (change the dot after the word “easy” for a coma and erase the coma after “below”) the translation with the .po file works perfect.
If anyone that take a look at this post can notify Buddypress people, or people responsable for the translations, to fix this little issue, will take away a lot of headaches of non english web devolepers and designers.
December 6, 2014 at 3:44 pm #230245In reply to: Need to know the nav-sub pages directory.
shanebp
ModeratorUse this structure:
[theme or child theme]/buddypress/For example:
[theme]/buddypress/members/single/member-header.phpCopy this file:
buddypress\bp-templates\bp-legacy\buddypress\members\single\member-header.phpDecember 6, 2014 at 12:03 pm #230240In reply to: change string FRIENDS to CONTACT
wenetwork
ParticipantHi there,
I know and I love the idea of flexibility. I already adjusted it to my needs. It was just a thought I had (I came across). I wanted to share this thought with all, since BuddyPress looks very professional by now 🙂
December 6, 2014 at 9:51 am #230237danbp
ParticipantHave you tested this one ?
https://wordpress.org/plugins/buddypress-like/December 6, 2014 at 12:05 am #230230In reply to: PO not working on registration page
danbp
ParticipantSpanish po/mo is only translated to 87% on glotpress and this phrase is actually not translated in the avaible version.
It seems you use wordpress-language plugin, who automatically upload the mo file for you and who probably overides your work.
Deactivate this plugin first, do your translation with poEdit, and add manually by FTP the po/mo files to wp-content/languages/plugins/buddypress-es_ES.moFor more details and answers, read the longest BP topic about language:
https://buddypress.org/support/topic/buddypress-2-1-bp-language/ -
AuthorSearch Results