Search Results for 'wordpress'
-
AuthorSearch Results
-
July 9, 2016 at 2:01 am #256145
In reply to: Buddypress Post Comments on Activity Update
socialc
ParticipantActivity stream updates support oEmbed for popular sites you can see supported sites here https://codex.wordpress.org/Embeds#Okay.2C_So_What_Sites_Can_I_Embed_From.3F
If you want direct uploading on the activity stream there are a few plugin choices that exist. I think one is called RTMedia and there is also one from BuddyBoss.
With regard to activity posts going to the top on older items. I can’t help you with that at the moment, maybe someone else will come along.
July 8, 2016 at 11:37 pm #256142In reply to: BP Profile – Replacing USERNAME with NICKNAME
danbp
ParticipantHi,
if nothing made sense of what you already read, i doubt i can help you as i would certainly repeat the same things… 😉Nickname doesn’t exist in WordPress. On a WP install, a new user is only asked for a username(generally it’s a nickname like creatorsite), an email and a password. That’s all!
By convinience, a WP user can add his first and last name to his profile, but it is not an obligation.
When BP is added, he adds a mandatory field called Name which can by filled with first and last name or whatever else. Only the field is mandatory, not the content. And you can change his nale to what you want. Eg. Your dogs name. An other difference for this field is that it let you enter uppercase and space, what the WP username field doesn’t allow. BP use this field to synchronize members from WP and those registered once BP is activated.
Users are handled by WP, not by BP which is only a plugin, btw. both use the same DB user table.
Here a complete description of WP’s database, and read attentively the part related to wp_users.
Nickname = username. Your question is related to username vs. display_name.
Read here for a solution.
ps: your picture mention that nicknames can eliminate a security issue. Which one exactly ? i’m curious to learn how over 200 000 active BP sites are threatened by hackers seaking for usernames in 2016 !
sharmavishal
ParticipantJuly 7, 2016 at 9:10 pm #256070In reply to: PHP 7.0 compatibility
danbp
ParticipantJuly 7, 2016 at 5:58 pm #256064r-a-y
Keymaster@passiondigitalpublishing – We’ve confirmed this is a bug and have a fix ready for v2.6.2:
https://buddypress.trac.wordpress.org/ticket/7173In the meantime, you can manually fix this issue by patching
bp-members/bp-members-functions.php:
https://buddypress.trac.wordpress.org/changeset/10939July 7, 2016 at 4:43 pm #256061danbp
ParticipantHi,
please open a ticket for this on Trac if you expect a quick advice. Login by using same credentials as here.
July 6, 2016 at 2:12 pm #256040In reply to: Top posts on front page
danbp
ParticipantHi @gilbert2015,
what do you call top posts ? Blog posts or aupdates ?
You can add a widget area to your homepage template and use such a widget there.They’re many on the plugin repo, if those shiped with WP are not enough.
July 6, 2016 at 1:59 pm #256039In reply to: Use groups activity streams as comments
danbp
ParticipantIt does, of course. But you haven’t to convience me. 😉 Another option could be to use BP Group Blog.
July 6, 2016 at 10:43 am #256030In reply to: search within groups
July 6, 2016 at 10:36 am #256026July 6, 2016 at 10:35 am #256025In reply to: Couple Searching
July 6, 2016 at 3:09 am #256018In reply to: Mobile members page
cazooba
ParticipantHello,
Sorry I can’t work out how to start a new message!
I’m having problems with my website users changing their password via the frontend.
If a user changes their password via the frontend of the website, it still logs them out instantly and they are asked to re-enter username and password. When you enter these details (New ones or old ones) it comes up with “invalid username/password” error.
As administrator, I then have to login to the backend of WordPress and reset their password.
Does that make sense?
Do you have any solutions?
I have contacted the theme developer but that hasn’t provided anything helpful, so hope you can help! 🙂
Thank you
July 5, 2016 at 10:50 pm #255992danbp
ParticipantYou can use something like this (add to bp-custom.php or child theme’s functions.php)
BuddyPress usermenu usage: remove_node(‘$id-$nav-$subnav’)
/* remove items from Toolbar Usermenu (top-right) */ function bpex_admin_bar_remove_this(){ global $wp_admin_bar; $wp_admin_bar->remove_node('my-account-forums-favorites'); $wp_admin_bar->remove_node('my-account-messages-starred'); // etc... } add_action('wp_before_admin_bar_render','bpex_admin_bar_remove_this');July 5, 2016 at 3:47 pm #255980In reply to: Can’t Activate WP User Sync
danbp
ParticipantYou’re right, i never read what i send to users asking for help.
Haven’t you seen “Support” on the plugin page ? Can’t you click ? You definitely not read !
Let’s try this:
https://wordpress.org/support/plugin/bp-xprofile-wp-user-syncbefore closing this unrelated to BuddyPress topic.
July 5, 2016 at 3:25 pm #255974In reply to: change url path menu
danbp
ParticipantAt the moment, when I click on “Groups” he redirect to /members/(name)/groups
That is the path used for “Groups” button on a profile.
If you use the WP Menu builder, you can add “Groups” to your theme menu. In this case, it will lead to the Groups directory (which is what you want to do).
To see BuddyPress options for menus, you have to activate “buddypress” in the screen options first.
What else ?
July 5, 2016 at 3:22 pm #255973In reply to: Single IP Registration
digitalbd2015
ParticipantI see this one but its Last Updated: 1 year ago
https://wordpress.org/plugins/ip-based-login/Other i have to test ..
thanks for the linkJuly 5, 2016 at 3:18 pm #255972In reply to: Single IP Registration
danbp
ParticipantJuly 5, 2016 at 11:58 am #255955In reply to: Single IP Registration
sharmavishal
Participantcouple of wordpress plugins which would allow registration from a single IP…search them
July 4, 2016 at 9:26 pm #255930In reply to: [Resolved] link to member profile
danbp
ParticipantSorry for you!… When it is so easy to avoid such situation by reading BP’s Codex…
July 4, 2016 at 7:46 pm #255928Slava Abakumov
ModeratorYou can use BuddyPress Member Types Generator plugin to create members types.
Or use BuddyPress Member Types plugin, they have a bit different functionality. The 2nd one seems to have more features.
Different “Types of feeds” is not easily achievable, only with custom coding.
Custom login and registration pages – lots of solutions for custom login. Custom registration page is limited to BuddyPress, there is no plugin, that can do anything with it. You will need to dive into templating and custom styles.
July 4, 2016 at 7:28 pm #255926Slava Abakumov
ModeratorThe reason that it doesn’t work – it requires to be placed on a user BuddyPress profile page.
It usesbp_displayed_user_domain()function to generate the link, as there is no user on your custom page (it’s not BuddyPress or even WordPress) –bp_get_members_component_linkfunction produces nothing.There is no easy fix. You will need to create that link manually by retrieving somehow user domain (link to profile) of a desired user.
July 4, 2016 at 7:22 pm #255925In reply to: Private Messaging AJAX
Slava Abakumov
ModeratorSo far BuddyPress doesn’t support this out of the box and I don’t know such plugins.
But this is a good feature request, and I’m pretty sure that this will implemented eventually. Because we already have similar thing on Activity directory page.Here is the ticket that I created with this request.
PS Update to the latest BuddyPress 2.6.1.1 🙂
July 4, 2016 at 7:13 pm #255924Slava Abakumov
ModeratorI personally use Hueman theme on my site, and it has an ability to redefine or clean the footer credits: http://take.ms/8y2CP
And it looks good with BuddyPress, and has interesting settings for WordPress itself.July 4, 2016 at 2:46 pm #255770In reply to: bp_activity_add strips html
Paul Wong-Gibbs
KeymasterThe
contentproperty is run through KSES and the permitted HTML tags are set here: https://buddypress.trac.wordpress.org/browser/trunk/src/bp-activity/bp-activity-filters.php#L206You COULD unhook this function from the filter (see: lines 16-25, same file) but I would not recommend it, because other people will use this to inject malicious markup. Instead, consider using the
bp_activity_filter_ksesfilter and whitelist a few extra HTML funtions that you need (i.e. just the paragraph tag).July 4, 2016 at 10:43 am #255764In reply to: auto-refresh “load newest” not working
maxgx
Participantok, moved on a clone, disabled all plugins and tested it throughout and i found it out:
new activity notifications do work ok, what is missing are notifications of comments to activity – actually, it’s not a problem with my setup, it’s really a (very much needed, badly missed, imho) missing feature…
luckily, BP Live Notification does seem to do the job, but it’s yet another addition to the ever growing list of plugins needed for covering up the lack of (quite obvious, always imho) features…
you could mark this as resolved, i guess (tho it’s not quite, really)
-
AuthorSearch Results