Search Results for 'wordpress'
-
AuthorSearch Results
-
June 29, 2015 at 11:13 am #241246
In reply to: Auto Join specific group
Henry Wright
ModeratorAre you interested in a plugin solution?
Try BuddyPress Auto Group Join. It looks as though it’ll do what you need.
June 29, 2015 at 10:21 am #241242In reply to: Displaying a custom string only changeable by admins
kjgbriggs
Participant1. WordPress 4.2.2
2. Main Directory Install
3. Root
4. No
5. Yes
6. 2.3.2.1
7. No
8. BBPress, WooCommerce
9. ? Divi
10. No
11. No
12. 2.5.7
13. My Host Does Not Provide Access To Error Logs
14. 1and1
15. Linux & Apache
————————————————–
I am unsure of how this would be able to help me add a feature but here are the answers you requested.
June 28, 2015 at 5:43 pm #241220In reply to: White Lines Displaying On Pages
danbp
ParticipantAccording to another of your topics, you are using WP Symposium, which is another social network plugin for WordPress.
https://buddypress.org/support/topic/wp-symposium-vs-buddypress/
You can’t use both on a same site.June 28, 2015 at 2:59 pm #241211In reply to: Wrong Member Count
RemonaStormborn
ParticipantI’m having sync problems too.
BP members: 146
WP members: 370Some are only in the BP list and not the WP list so I can’t edit their roles or pretty much anything. WordPress 4.2.2, BuddyPress 2.3.2.1, housestormborn.com
June 27, 2015 at 7:53 pm #241184In reply to: Allow Empty “What’s New” Activity Update
shanebp
ModeratorI believe that it uses the built-in wordpress βpostβ function.
Why would you think that? Even a quick look at the code would show that’s not the case.
Use this hook:
apply_filters( 'bp_activity_post_update_content', $_POST['whats-new'] );Try:
function allow_empty_whatsnew( $content ) { if ( empty( $content ) ) $content = ' '; // cannot be empty return $content; } add_filter('bp_activity_post_update_content', 'allow_empty_whatsnew');June 26, 2015 at 8:39 pm #241161In reply to: How to Center Avatar and Tabs on Profile Page
shanebp
Moderator>I still canβt seem to figure out where that @username went.
Look in this file, hopefully in [your-theme]\buddypress\members\single\member-header.php
Look near the top for
bp_displayed_user_mentionname();btw – you should not use ‘admin’ as a username.
https://codex.wordpress.org/Hardening_WordPress#Security_through_obscurityhttp://www.wpbeginner.com/wp-tutorials/how-to-change-your-wordpress-username/
June 26, 2015 at 5:34 pm #241151In reply to: Woocommerce profile and Buddypress profile merge
danbp
Participanthi @thepofo,
that’s a question for woocommerce support !
And have you seen this ?
http://themekraft.com/store/woocommerce-buddypress-integration-wordpress-plugin/June 26, 2015 at 12:22 pm #241135In reply to: BuddyPress REST API
danbp
ParticipantLatest news about this was dec. 2014
Summary of Dev Chats held November 26 & December 3, 2014or add an enhancement request on Trac. (login is same as here)
or ask dev on Slack
June 26, 2015 at 7:51 am #241121In reply to: Custom Post Type Support for Activity
Anonymous User
InactiveHi @milenushka,
I see you are also filtering
bp_blogs_record_comment_post_typesto track comments about the “projects” post type. I’ve changed my mind π I think we should wait to have this ticket fixed first.Since 2.3 your code should work fine.
June 25, 2015 at 10:21 pm #241115In reply to: Activation link doesn’t work
nnc24
Participant1. WordPress version: 4.2.2
6. Buddypress version: 2.3.2.1June 25, 2015 at 7:36 pm #241104In reply to: Wp Photo Album Plus – works 100% with Buddypress!
Henry Wright
ModeratorYou should consider leaving a review. It might help people in future if they are trying to decide whether to use the plugin.
June 25, 2015 at 6:21 pm #241100In reply to: Wp Photo Album Plus – works 100% with Buddypress!
danbp
ParticipantThan you for sharing, @enigma666666 !
For those interested, here the support topic with the correct echo code to work.
June 25, 2015 at 11:48 am #241085In reply to: Activation E-mail failing to send!
djsteveb
Participant@zewitchi
btw I tried to sign up an account with your site, and used one of my non-gmail non-yahoo addys, which usually lets everything through (no spm filters and such) and I never got an email β so I would check with your host first.your server support people will usually see something in the error log, or know that they have your account limited in some way that…
tell them you have a wordpress install that is trying to use php to send mail to new registered users, and it seems to not be sending.
either they will change for you, or tell you that you need a different hosting plan in order to use features like that βJune 25, 2015 at 11:02 am #241081In reply to: Activation E-mail failing to send!
djsteveb
Participantwith new servers, I try to use these two plugins:
Have you tried “contact form 7” or “si-contact form” plugins to see if your server allows wp to send emails?on some servers they both work to send an email to my admin email account – on some servers only one of those will work (without tweaking smtp settings and such)
in my limited experience – if neither of those work – then I would write my server people and ask them if some kind of mod sec or php limiting setting that the server company sets would be preventing your wordpress install from sending email via php.
There are other ways to get WP to send emails – but your server people will usually see something in the error log, or know that they have your account limited in some way that either they will change for you, or tell you that you need a different hosting plan in order to use features like that – since they are sometimes abused by the hosting account leasee, or spam / hack programs that hit unsecured php scripts.
(I’m no expert, just had some experiences. I’m sure others know more about this than I do)
btw I tried to sign up an account with your site, and used one of my non-gmail non-yahoo addys, which usually lets everything through (no spm filters and such) and I never got an email – so I would check with your host first.
June 25, 2015 at 8:54 am #241070In reply to: Buddypress & YOOtheme
danbp
Participanthi @electrolove,
mostly it’s the theme who doesn’t work with BuddyPress. Actually, BP is working with almost any avaible theme, under condition this thme is respecting WP’s coding standart.
Unfortunatly, your theme is a mix for joomla and wordpress… May work with a WP blog, but i doubt for BP as it doesn’t exactly use the basic page system. And if your theme wasn’t recently updated, it could be a mess to adapt.
They are so many theme that you can choose another one in case of trouble. Why loosing your time with one who doesn’t work, when you can find hundred’s of others in the same time ?
Anyway, ask on theme support, you paid for that. Here we can’t help you, as we have no access to the code.
June 25, 2015 at 8:33 am #241067In reply to: Chat Plugins with one-to-many messaging?
djsteveb
Participant@danbp –
those are interesting – I’d like to add that anyone considering integrating those should pay close attention to the terms of service, privacy policies, usage restrictions, etc – most that I have found that are “free” either crash ~ 20 users, or are hosted on third party servers that are not in your own control – so reliability, and privacy, third party ads out of your control – stuff like that I always found (aside from quick chat, which runs on own server using sql database I think)
to get a little fancier than quick chat, I have tried more then 50 free / freemium / and premium options out there.. but I had not seen that one pointed out at code canyon – I might buy it and try it to see how it works, unfortunately I have found that even most premium options fail with server load issues once about 20 people are chatting – especially if they use the same mysql that your wordpress is tapping into. I also need to find someone who can go over the code in that one to see how hackable it may or may not be – any suggestions for a security review person?
If you can budget a couple hundred bucks you could get into:
123flashchat, I can say that it is solid enough to keep running for months on end even with lots of chatters.. there is a wp integration kit avail for that premium program – but I have not tried it yet. The support is either really great, or no answer – but I think part of that is my email services auto-blocking stuff from a busy email server in hong kong – and some language barriers.
Another premium option with will require a red5 media server or something similar is av-chat by nusoft – it has buddypress integration that I use – will pull in bp avatars into the chat room and such – it’s pretty solid, and lots of customization options.
( https://wordpress.org/plugins/avchat-3/ )I use these as single page chat rooms, not something site-wide on every page.
@danbp or @moderators – I am pretty sure the comment two above which links “cards” is just purely seo link spam π –June 25, 2015 at 7:43 am #241066In reply to: Chat Plugins with one-to-many messaging?
danbp
ParticipantHi all,
the’re some specific chat plugins for BP ! Have you tested them ?
– BuddyPress Group Tinychat
– Buddypress Group Chat
.. and both are up to date !
https://wordpress.org/plugins/search.php?q=buddypress+chatFor a few bucks, i can buy BPChat
June 25, 2015 at 7:25 am #241064In reply to: Error in Bp-Blogs-loader.php
danbp
Participantplease use the code button when you post code.
Why do you think there is an error in BuddyPress ?
The warning only tells you that foreach doesn’t work correctly on YOUR install. No need to copy BP code, we have it all here. Mentionning the error – without server path- is enought.
(removed from your topic for security)If there would be a BP error, you would find many topics here about that problem. It’s not the case so far i can see.
First thing to do is to debug.
Deactivate all plugins but BP, and activate one of WP default’s theme.
Review BP settings and save your permalinks.
After that, you reactivate plugins one by one and test… If all is OK, reactivate the actual theme.If you see a probleme again, you can get sure it’s your theme. In that case you have to contact the forest support.
June 24, 2015 at 11:47 pm #241057In reply to: PDF Functionality
Henry Wright
ModeratorThis doesn’t answer your question but you say you’re including a file to open a mysql connection. Interacting with the WordPress database should be done though the wpdb class. Check it out, it’ll make your life easier and ensure your code is secure.
June 24, 2015 at 11:09 pm #241053In reply to: Buddypress to Aweber seamless integration
Christopher Churchill
Participantok It’ll be going here:
https://wordpress.org/plugins/buddypress-to-aweber-integration/June 24, 2015 at 9:03 am #241039In reply to: bp_verify_nonce_request() not working
r-a-y
KeymasterI’ve created a ticket about this bug here:
https://buddypress.trac.wordpress.org/ticket/6528This should be fixed for v2.4, which is tentatively scheduled for an autumn release.
In the meantime, you could use the
'bp_verify_nonce_request_url'filter to remove the double port number, which should temporarily fix the issue.June 24, 2015 at 9:01 am #241038danbp
ParticipantHi lionel @prabin04
no directly the solution, but you asked for code, here it is:
https://buddypress.org/support/topic/adding-favourite-posts-as-a-tab-in-buddypress/
No screenshot ? Anyway, on group activity page, some action to take could be:
$my_fav_count = bp_activity_get_meta( bp_get_activity_id(), 'favorite_count' );The important thing here is
bp_activity_get_meta()Most of favorite action are related in bp-activity-actions.php, like
$favs = bp_activity_get_user_favorites( bp_displayed_user_id() );
also some in bp-activity-functions.php:659For other favorite skills, see also
June 24, 2015 at 8:59 am #241037In reply to: WP does emoji, BP does not?
r-a-y
KeymasterThanks for the report.
I’ve created a ticket about this here:
https://buddypress.trac.wordpress.org/ticket/6529BP will better support emojis after we’ve upgraded our database schema to support utf8mb4.
https://buddypress.trac.wordpress.org/ticket/6346More info courtesy of WP here:
June 24, 2015 at 7:51 am #241034In reply to: Moderate Group Post in buddyPress
danbp
ParticipantThe nearest would be BP Moderation, but from back-end mostly.
Group updates are not topics or blog post, but activities. And these can’t be moderated like topics.
If you want group members discussion, use a group forum and in that case, deactivate update commenting. This will force members to discuss on forum and not on group activity wall.
June 24, 2015 at 7:37 am #241032In reply to: WP does emoji, BP does not?
danbp
Participantwas miffed too, and decided finally to not use emoji’s. IMO unnecessary built-in noise, coming from extarnal server and added to every page without warning the site admin ! I disabled them with this plugin. On another hand, 23% of websites use now emoticons and probably 90% ignore that… Marketing !!!
If you still want some pics (if childish public is the target), see WP MonaLisa, which is even tailored for BuddyPress.
Have a nice day ! π (emoticon ?)
-
AuthorSearch Results