Search Results for 'wordpress'
-
AuthorSearch Results
-
August 7, 2015 at 8:05 pm #242888
In reply to: how to translate this plugin
danbp
ParticipantSalaam !
Read here please
BuddyPress is actually translated to 31% to persian. You can complete it here:
https://translate.wordpress.org/projects/buddypress/2.2.x/fa/defaultAnd ask to became a validator or editor here.. Eeven if it’s a WordPress crew, somebody can perhaps give you more advice. https://make.wordpress.org/polyglots/teams/?locale=fa_IR
August 7, 2015 at 7:36 am #242869In reply to: Group upload
djsteveb
Participant@devbynature
kind of a mashup of these two I guess – https://wordpress.org/plugins/buddypress-groups-import/https://wordpress.org/plugins/invite-anyone/
with an extra email out instead of just within the bp internal mail thing I guess.
Interesting idea.
Not sure if anyone has made anything more along these lines..
August 6, 2015 at 9:20 pm #242865djsteveb
Participant@jrunfitpro – one more question for ya – in your original post are you saying that you have like “static wordpress “pages”” – and when people leave a comment on one of your pages that the info does not get pulled into your activity stream?
I think I have a similar thing going on with one of my wpmu err.. wordpress multi-site setups – and not sure that the main site’s “page” comments are pulled into the main activity stream either – I have a widget that displays the recent comments on the side, not sure if there is a way to pull newer comments on a page published two years ago into the current / top of the activity stream.
This may be an issue that is not just a theme thing but other setting somewhere.
August 6, 2015 at 9:03 pm #242863In reply to: Create new login widget
djsteveb
Participant@jld142 – I would think you would find more info about making widgets via the wordpress.org site – and basic bing searches for other resources on that. I would suggest that you look into the other login widget plugins that have already been created and are freely available and gpl in the wordpress plugin repo – (https://wordpress.org/plugins/search.php?type=term&q=login+sidebar ) you may find one that already does everything you are trying to create, or one that you can fork and enhance – just a click away.
August 6, 2015 at 8:53 pm #242862In reply to: getting 404’s after paging profile list via ajax
Paul Bearne
Participantthis ticket was the clue i needed
https://buddypress.trac.wordpress.org/ticket/6448August 6, 2015 at 6:30 pm #242855In reply to: getting 404’s after paging profile list via ajax
shanebp
ModeratorThe recommended method is to turn off other plugins and / or switch to a standard theme like WP 2015.
Due to permalinks aspect, I suspect another plugin.If that doesn’t narrow it down, you can submit a bug ticket here.
But you should provide better instructions on how to duplicate the issue.
This is unclear: “To break the site navigate to the profile and page to another page/set of users and the page does an ajax call to load the view”August 6, 2015 at 7:30 am #242833In reply to: page dashboard goe away
djsteveb
ParticipantWhen you “upload and extract buddypress,” – are you putting it domainroot(wordpressinstallroot)/wp-content/plugins/ folder?
August 6, 2015 at 7:08 am #242830cityfox
ParticipantThanks for the reply. I’m a newbie. I don’t understand what you mean. I put the code with php tags in the groups-loop-file but it doesn’t work correctly. The website shows this:
array(2) { ["members"]=> array(0) { } ["count"]=> string(1) "0" }In the meantime I got another idea: I put the Group Members Loop in the text editor of a wordpress page. I thought if that works I can put the code into a shortcode (with plugin My Shortcodes) and make shortcodes for each group. But the loop doesn’t get the group members. On the website there is the message “This group has no members”. Then I put the group ID into the loop like that:
bp_group_has_members('group_id=1')But still it doesn’t work. I’m lost…
August 6, 2015 at 1:34 am #242819In reply to: Is it possible to make a custom Home page?
djsteveb
Participantthere are several wp plugins that can redirect a user upon login to specific pages.
I can’t put more than two links in a reply without getting moderation held / akistmet spammed.not sure if / how this works – seen it – never played with it:
https://wordpress.org/plugins/bp-my-home/might also take a peek if these can updated / adapted..
https://wordpress.org/plugins/bp-profile-widgets/BuddyPress Cover
Content Aware Sidebarsseveral others – now do any of these work with the current version of wp / bp ? I don’t know.
Do they work with the default theme and then cause issues if a different theme was used? don’t know.Do they cause conflicts with other plugins? have not tested.
August 5, 2015 at 2:00 pm #242800In reply to: BuddyPress Message Attachment
hich-em
Participanti asked them but no answer
https://wordpress.org/support/topic/how-to-allow-adding-more-than-one-attachment?replies=1
August 4, 2015 at 7:53 pm #242780In reply to: Feature Request: Filterable xProfile Field Labels
Garrett Hyder
ParticipantPosted Enhancement Request – https://buddypress.trac.wordpress.org/ticket/6575#ticket
If you have any suggestions or changes @shanebp your input is appreciated.
ThanksAugust 4, 2015 at 7:05 pm #242778In reply to: Feature Request: Filterable xProfile Field Labels
shanebp
ModeratorDid you try using:
apply_filters( 'bp_get_the_profile_field_name', $field->name );
and / or
apply_filters( 'bp_get_the_profile_field_is_required', (bool) $retval );
from bp-xprofile\bp-xprofile-template.php ?August 4, 2015 at 1:21 pm #242774In reply to: Edit Meta title member profile
vuko
Participantmaybe can help us this post:
i stil have to read it, but i hope this is the right track.
Thanks again
August 3, 2015 at 11:55 pm #242746In reply to: How to change font color for group description?
djsteveb
Participant@swansonchristopherm – with firefox, and I think it’s similar with chrome and others.. when you right click on your group description then click “inspect element” or something like that, it should bring up a list of rules that are affecting the color, font, etc for group description.
find that (most likely) in your style.css under appearance (themes), edit.
there are some easy to use wordpress plugins that will create a child theme for you with a click.. but it’s not 100% for such a small change – easy to get back in and change it back when cryout pushes an update.
August 3, 2015 at 10:53 pm #242744In reply to: Problem with blog post image alignment
Pete Hudson
ParticipantI opened a ticket at https://buddypress.trac.wordpress.org/ticket/6573
Per @hnla “It’s due to recent changes to how media is handled in BP activity streams, the problem is the removal of image attr such as class tokens and the image name references the WP image size.”
For some reason, I’m not able to comment on the ticket.
Does anyone have any idea how to fix this? Is it going to be fixed on an upgrade?
August 3, 2015 at 9:45 pm #242743mycru.io
Participant– I disabled buddypress-social-icons & mycred
But it is still not working. Debug Log still shows this:
(happening on a desktop computer). I checked: the media that was attached ends up in the media library, but why is it not showing in the activity feed ?[03-Aug-2015 21:40:49 UTC] PHP Notice: bp_core_get_notifications_for_user is deprecated since version 1.9! Use bp_notifications_get_notifications_for_user() instead. in /homepages/26/d553229553/htdocs/clickandbuilds/kawaii/wp-includes/functions.php on line 3391
[03-Aug-2015 21:40:50 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /homepages/26/d553229553/htdocs/clickandbuilds/kawaii/wp-includes/functions.php on line 3560
[03-Aug-2015 21:40:51 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /homepages/26/d553229553/htdocs/clickandbuilds/kawaii/wp-includes/functions.php on line 3560August 3, 2015 at 9:41 pm #242741In reply to: Edit Meta title member profile
Henry Wright
ModeratorYou can filter the title with the wp_title hook.
You will need to set some conditions to be sure you’re filtering the title of the right page. See the Template Tags Reference for more info.
August 3, 2015 at 8:00 pm #242735mycru.io
ParticipantI am using the latest wordpress and buddypress- with kleo from seventhqueen
August 3, 2015 at 7:54 pm #242734mycru.io
Participantcan someone please help me and explain me what this means:
[03-Aug-2015 19:47:05 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /homepages/26/d553229553/htdocs/clickandbuilds/kawaii/wp-includes/functions.php on line 3560
[03-Aug-2015 19:47:06 UTC] PHP Notice: bp_core_get_notifications_for_user is deprecated since version 1.9! Use bp_notifications_get_notifications_for_user() instead. in /homepages/26/d553229553/htdocs/clickandbuilds/kawaii/wp-includes/functions.php on line 3391
August 3, 2015 at 2:21 pm #242722In reply to: running competitions with Buddypress
danbp
Participanthave you found this post ?
Several plugins are mentionned; also note that myCred is awesome with BP.August 3, 2015 at 12:11 pm #242713In reply to: Authentication
computergenius
ParticipantThe other CMS is bespoke, so I know that it won’t be just plug and go.
Automatically signing up makes sense… although I thought that I had seen somewhere in the forums that using an API to sign new members up was “a bad thing”. But I can’t remember why!
Can you point me to where I should be adding a the member (in the code) – I am assuming that I need to create the member / user in WordPress, and allow BuddyPress to use that authentication. Or should I be adding the user in BuddyPress? As you can tell, I haven’t downloaded it yet, until I check if I can use it.
August 3, 2015 at 11:49 am #242711In reply to: Authentication
Henry Wright
ModeratorThe third-party CMS users would need to be registered with BuddyPress (WordPress). Registration will allocate each person with an ID, username and so on. Without these, authentication won’t be possible.
You’ll probably need to import existing users, and then going forward, each time someone registers with the third-party CMS, you’d need to automatically sign them up with BuddyPress (WordPress).
August 3, 2015 at 11:25 am #242709In reply to: Authentication
danbp
ParticipantGlobally, you could consider what’s talken here as a common point of view
https://wordpress.org/support/topic/install-wp-beside-another-cmsSearching/asking for a plugin may be a good idea, but if you don’t give the name of the other CMS, it’s quite impossible to give an answer, or simply an advice.
Guess you assume it right for now, at least.
August 3, 2015 at 11:20 am #242708In reply to: Extended Profile Character input limit
danbp
ParticipantCustom code goes to child-theme functions.php
Customizing BuddyPress needs a certain level of competence with PHP and the inner workings of BuddyPress & WordPress.
Please read https://codex.buddypress.org/developer/
and see also https://codex.wordpress.org/Functions_File_Explained
August 3, 2015 at 1:15 am #242702In reply to: Styling BuddyPress Login Widget
@mercime
Participant@jld142 Based on title of this topic, you only want to change the styling aka CSS. If that’s the case, you do not need to add any BP folders/files in your child theme. Just override the style in your theme’s style.css file or whatever stylesheet is enqueued in your premium theme.
If however, you want to change the markup or functionality in some form or the other, then you’d have to look at https://buddypress.trac.wordpress.org/browser/tags/2.3.2/src/bp-core/bp-core-widgets.php#L22 and make the fix in your child theme’s functions.php – no need to copy over any BP folder.
-
AuthorSearch Results