Search Results for 'buddypress'
-
AuthorSearch Results
-
April 20, 2015 at 8:46 am #238086
In reply to: BP Reshare button in Single Post views
danbp
ParticipantBP Reshare is a BuddyPress plugin to allow members to reshare their activities !
It wasn’t made to reshare views.
@imath is working on many other porjects, including BuddyPress. So he’s very busy and this plugin is now “old” and need probably some refactoring.
Sorry for you, but don’t expect much at this time.April 20, 2015 at 8:35 am #238085In reply to: How to add sidebar to single update/comment page
danbp
ParticipantFirst off, all active BP components should have a assigned page. (mandatory)
This page must be blank, without any template model or parent page.As you use Twenty Eleven via a child theme, read here:
https://codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/twenty-eleven-theme/ How to get the sidebar is explained there.Where is WP installed ?
Site url is vatpt1.thevillageblog.com/
Blog seems to be in /villageatthepark/April 20, 2015 at 8:30 am #238083In reply to: Share Post to Activity Feed
gremelle
ParticipantI’m looking for the same functionality.
This is what I’ve found so far: https://github.com/imath/bp-reshare
It’s from this post: https://buddypress.org/support/topic/user-activity-share-plugin-for-wordpress-buddypress/
Let’s hope this functionality will get more attention, and implemented.
April 19, 2015 at 9:31 pm #238070In reply to: Made custom register page, now honeypot doesn’t work
danbp
ParticipantBP use wp_safe_redirect.
See documentation in bp-core-functions.php:830April 19, 2015 at 8:12 pm #238065danbp
ParticipantGlad you got it !
And feel free to edit the codex page and add your experience and how-to story.April 19, 2015 at 8:03 pm #238063danbp
ParticipantSome solutions here:
https://buddypress.org/support/topic/updated-solution-to-removing-mentions/April 19, 2015 at 6:32 pm #238058In reply to: Unable to create a group
ICTaanbieding
ParticipantLost in the forest indeed whaha, exiting tho!
When debugging the only error I get is:
Warning: base64_decode() has been disabled for security reasons in /home/admin/domains/ictaanbieding-webdesign.nl/public_html/FEN/wp-content/plugins/buddypress/bp-groups/bp-groups-actions.php on line 137Any idea?
I had this site with buddypress running on another server and it worked fine, so im starting to believe it might me a user right issue.
April 19, 2015 at 6:22 pm #238056Prometheus Fire
ParticipantRight, so the advice from @shanebp worked.
As I mentioned above, when originally did the translation, I didn’t use Poedit, I used an online editor (after using Codestyling first). Turns out the they simply aren’t as advanced as Poedit and those source keywords were really important here. As I was going through the strings in Poedit, I was seeing strings I had never seen before in the other software since the other editing softwares probably couldn’t read the strings in the first place.
I’ve seen various threads where other people have struggled with translating the same thing. Perhaps an update to the documentation including information about these specifics might be helpful for other in the future. The documentation https://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/ does talk about using Poedit, but leaves out those rather important details needed to get a complete label and message change.
Either way, this issue is resolved.
April 19, 2015 at 6:11 pm #238055In reply to: Unable to create a group
danbp
ParticipantActivate wp_debug in wp-config and do a test with Twenty Twelve, Thirteen or Fifteen theme.
Deactivate all plugins except BP and bbPress.Then report given errors here (without server path details if possible – just begin of error message and file name ).
Other issues with same theme: https://buddypress.org/support/search/onecommunity+theme/
OMG, lost in the forest… wouh hou !
April 19, 2015 at 6:01 pm #238053danbp
Participantwhy do you use the trunk version ? Use the stable version, when you start with BuddyPress.
Album doesn’t exist in BuddyPress.
For the button issue, maybe you have a problem with your theme ?Please give more details after reading here.
April 19, 2015 at 5:52 pm #238051In reply to: Unable to create a group
danbp
ParticipantHave you setup a page for groups ?
Have you setup pretty permalinks ?Edit: modifed your topic title to something more accurant as Creating group doesnt work. Because it definetly works. 😉
April 19, 2015 at 5:48 pm #238050danbp
Participant– keep in mind that I’m not doing a full on translation, just this BuddyPress translation to change Friends to Connections.
you put only those strings into your custom po. If the concerned string is on a template file, you can also hardcode it there, and use a template overload to get in from your child-theme in that case. So you haven’t to struggle with poEdit. In this case also, you have to take care of the details given by @shanebp.
– does the language define statement in wp-config.php need to be set for this to work?
This is no more used since WP 4.0. You can remove it.
– buddypress-en_US.po and buddpress-en_US.mo files need to be in which folder?
/wp-content/languages/plugins/ (the po file is not used by gettext, it’s only a human readable work file – you can store it elsewhere if you want. You just have to remind where in that case 😉 ).
if you put it in /language/ (of course you can), you will see buddypress-en_US as a language setting. Which is of course not the site language.
But in any case, keep a copy of your work in a safe place outside of WP.
April 19, 2015 at 5:29 pm #238046Prometheus Fire
Participant@shanebp and @danbp thank you for the replies on this. I did my change of this using Codestyling Localization. That didn’t work (it worked everywhere but in the subnav). Then I manually created po/mo files and it also worked everywhere but in the subnav. When I did that translation, I created the po using an online po edit (I don’t remember which one, and it certainly didn’t say anything about source keywords).
I’ve now installed a copy of PoEdit on my pc and am working through the file now, with the keyword information mentioned in the link above.
I have a couple additional question though, because I’ve found conflicting information on the internet and following the instructions from the BP documentation doesn’t seem to work right.
The buddypress-en_US.po and buddpress-en_US.mo files need to be in which folder?
The documentation says to put them in /wp-content/languages/plugins/ however, sources I’ve seen elsewhere say to put them in /wp-content/languages/ – currently neither of them work for me, but I’m starting this translation from scratch now and I want to get it right.
Also, does the language define statement in wp-config.php need to be set for this to work? Keep in mind that I’m not doing a full on translation, just this BuddyPress translation to change Friends to Connections.
April 19, 2015 at 4:47 pm #238044In reply to: Calling a post authors activity stream
danbp
ParticipantHave you tried to use the shortcode plugin i mentionned previously ?
April 19, 2015 at 4:44 pm #238043danbp
Participanthi @horroruk
read a bit from here:
https://buddypress.org/support/search/mention+display+name+instead+of+username/and specially this topic 😉
https://buddypress.org/support/topic/conflict-sort-of-with-social-login-mentions/April 19, 2015 at 3:56 pm #238036In reply to: Warning of Buddypress
rohi222
ParticipantWarning: usort() expects parameter 1 to be array, string given in /wp-content/plugins/buddypress/bp-activity/bp-activity-akismet.php on line 643
April 19, 2015 at 2:42 pm #238034In reply to: Add a blog tab in profile page
danbp
ParticipantApril 19, 2015 at 1:38 pm #238029In reply to: Bp register page
shanebp
ModeratorThe @ symbol is added in this file:
buddypress\bp-templates\bp-legacy\buddypress\members\single\member-header.phpCreate a template overload of that file and remove the symbol.
April 19, 2015 at 1:22 pm #238027In reply to: Hide forum post content in activity streams?
Henry Wright
ModeratorSure!
See here for where your filter will be applied. Here is documentation on
apply_filters_ref_array()(it’s almost identical toapply_filters()). And you’ll need to use add_filter() to hook your filter function to the hook.If you’re new to filter hooks, try searching for some tutorials, there’s so much info available already. Hope this info helps!
April 19, 2015 at 1:12 pm #238026In reply to: Hide forum post content in activity streams?
andrew55
Participant@henrywright – thanks for the reply. I’m new to BuddyPress and not exactly a “master coder.”
Do you have any suggested resources on where I might find out more about your recommendation? Thanks for any help.
April 19, 2015 at 9:51 am #238023In reply to: Bp register page
jayd94
Participant*Update
All my problem solved, except one by adding some codes(i changed Name field to First name-and that being a must to give is okay):
//Removes mentions pane from profile activity (doesn’t remove mention functionality)
function ray_remove_mention_nav() {
global $bp;
bp_core_remove_subnav_item( $bp->activity->slug, ‘mentions’ );
}
add_action( ‘bp_setup_nav’, ‘ray_remove_mention_nav’, 15 );add_filter( ‘bp_activity_do_mentions’, ‘__return_false’ );
define( ‘BP_SHOW_DISPLAYNAME_ON_PROFILE’, false );
+ buddypress usernames only plugin
One problem remains only: It now shows the username correctly, but there still is the @ before the name so : @Ortelius
Please help me remove that @ somehow.
Thanks,
DanielApril 18, 2015 at 11:17 pm #238019In reply to: Hide forum post content in activity streams?
andrew55
ParticipantActually, this isn’t working right. I prevents any bbPress topic/replies from being posting on activity walls at all (even just the titles). I guess it’s back to the drawing board.
I’m wondering if this might do it – putting a div class around the topic/reply content in the template files of bbPress, and then only hiding this div in BuddyPress. But then I’m thinking it might result in the same issue – nothing topic/replies show in activity wall at all.
Any suggestions greatly appreciated.
April 18, 2015 at 9:44 pm #238018In reply to: [Resolved] Redirecting Register link
Antipole
ParticipantI have a solution for this – although not particularly neat.
I took a copy of the BuddyPress Core Component Widgets and changed all occurrences of bp_core_register_widgets to, in my case, bp_ovni_core_register_widgets, and placed it in the bp-custom.php file. This gave me a new widget that I could place in the side bar instead of the standard (BuddyPress) Log In. This change seems necessary to avoid a re-registration error.
I then edited the action after <?php if ( bp_get_signup_allowed() ) : ?> to go to my information page instead of the register page. From that page I link to my actual registration page, where the register form is displayed.
It all seems to work for me.
April 18, 2015 at 8:53 pm #238017In reply to: Hide forum post content in activity streams?
andrew55
ParticipantI’m still testing, but I think this does it:
.activity-list li.bbp_topic_create .activity-content .activity-inner, .activity-list li.bbp_reply_create .activity-content .activity-inner { display: none !important; }It shows bbPress forum titles in BuddyPress activity streams, but not content of the bbPress reply/post. I’m still checking to see if it might cause problems somewhere else, but so far, I don’t see any.
Hope this helps anyone who might need it.
April 18, 2015 at 7:53 pm #238015In reply to: Hide forum post content in activity streams?
andrew55
ParticipantIs there a function that can be used to simply hide a div class, just within BuddyPress?
I think I can easily add an extra div to the content area of all posts in bbPress, and this would allow me to hide the content area of bbPress posts in BuddyPress.
I’ve been searching for such a funtion, and can’t seem to find anything. Thanks for any help.
-
AuthorSearch Results