Search Results for 'wordpress'
-
AuthorSearch Results
-
December 9, 2015 at 6:57 pm #247597
In reply to: Security issue: Need to contact devs
Henry Wright
ModeratorHi @hatherley
security [at] wordpress.org is the place to contact about this kind of thing.
December 9, 2015 at 12:58 pm #247579In reply to: Using wordpress registration
Alicia Fritz
ParticipantHi,
I use buddypress for my site but its login override default wordpress login box. I don’t want it because visitors will have to sign up twice.
Can I retrieve default wordpress login back and use buddypress login in my custom page (I want to put a CTA button in my homepage directing to a login page)?
Please let me know if I have submitted a question in the wrong thread.
Thank you.
Alicia Fritz Herman.
December 9, 2015 at 1:33 am #247568In reply to: Notification emails after import
shanebp
ModeratorRe WP cron jobs – use this to see what is running and scheduled:
https://wordpress.org/plugins/wp-crontrol/December 8, 2015 at 5:52 pm #247538In reply to: Notification emails after import
Henry Wright
ModeratorIf you’re running vanilla WordPress, with BuddyPress as the only plugin installed and you’re sure you have no custom code in place, it may mean your install has been compromised. You should check to be sure this isn’t the case.
Just a thought, have you tried using a standard theme such as Twenty Fifteen?
December 8, 2015 at 5:47 pm #247537Henry Wright
ModeratorThose pages don’t actually use CPTs at all which means you might not be able to use the
scripts_to_footer_post_typeshook in this case. Which scripts are you trying to move to the footer? It’s easy to move them manually (without the need for a plugin). When enqueuing the script, you set the 5th param ofwp_enqueue_script()totrue.Ref: https://codex.wordpress.org/Function_Reference/wp_enqueue_script
December 8, 2015 at 4:23 pm #247532Henry Wright
ModeratorSome plugin developers do require more recent versions of PHP but by doing that they limit their potential number of users. The solution could be for WordPress to add an admin notice “You are using an insecure version of PHP, please bug your host to upgrade”. Then once the stats indicate a small number of are users left on 5.2, they can stop supporting it. Note though, even a 1% figure for 5.2 could amount to millions of websites (considering the huge number of WP users overall).
Also, WordPress is doing lots already by working closely with hosts to make sure they’re all aware of the PHP version they’re offering and in cases where it is very outdated, urging the host to upgrade.
All that said, JavaScript is now coming into the game 😉
December 8, 2015 at 3:56 pm #247530Birgit Pauli-Haack
ParticipantTesting it with all plugins turned off and activating them one at a time it turns out WP-SpamShield was causing this persistent screen notification.
Posted it on WordPress.org support forum for plugin: http://bit.ly/1NfTXxvDecember 8, 2015 at 3:47 pm #247529In reply to: New Plugin: BP Simple Private
mcpeanut
ParticipantTy for this great plugin @shanebp i will try this later and leave a review on wordpress repo.
I may even be swayed to purchasing the premium version soon as the redirect would come in handy for me when restricting them.
December 8, 2015 at 1:54 pm #247517In reply to: Change password strength requirement
Venutius
ModeratorI think the new password restrictions were a WordPress feature, not BP
December 8, 2015 at 1:18 pm #247515Henry Wright
ModeratorAgreed @mcpeanut, the speed improvements alone are worth the upgrade. PHP 7 also has some useful features that us developers would love to use. Problem is, most cheap hosts will still be on something like 5.4 so we can’t use any of the new features in our plugins.
To get an idea what version of PHP WordPress users are on, take a look at these stats:
December 8, 2015 at 11:29 am #247514mcpeanut
Participantthere are various wordpress plugins that remove it completely or via useroles etc, do a search on the wordpress repository
do a search for this plugin maybe? Disable WP Admin Bar RemovalDecember 7, 2015 at 7:21 pm #247498In reply to: Notification emails after import
Henry Wright
ModeratorBP uses the
wp_mail()function to send email. Ref https://developer.wordpress.org/reference/functions/wp_mail/December 7, 2015 at 6:41 pm #247497In reply to: Custom Avatar Upload Page
operapreneur
ParticipantStill looking for any direction or examples where I can create a separate page (outside of the BP member registration or member profile) where members can upload and crop there avatar using the new BP_Attachment_Avatar introduced in 2.3.
The most help/up-to-date info seems to stem from this post.
@imath Would you be able to point me in the right direction? What is restricting the avatar from being uploaded on a page outside of the member profile?Thanks!
December 7, 2015 at 6:10 pm #247495In reply to: Notification emails after import
reedy
Participant@henrywright – My web host said there were only 164 messages in the queue last night when they looked. However, I know for a fact more than that are going out and that they’re going out every day for mentions that happened years ago. Does wordpress process this in batches or as a cron?
December 7, 2015 at 2:56 am #247485Henry Wright
ModeratorBuddyPress now includes PHP 7 in its tests so sites running PHP 7 should be covered:
Ref: https://twitter.com/JJJ/status/673520650624061441
Regarding taking advantage of PHP 7 features, the plugin won’t do that. Any feature introduced after PHP 5.2 won’t be in BuddyPress yet because 5.2 is the minimum requirement to run WordPress.
December 7, 2015 at 1:18 am #247483In reply to: hide bp toolbar
Stacy (non coder)
ParticipantPreferred not to hack each site’s theme or the bp plugin.
https://wordpress.org/plugins/admin-bar-disabler/
Removes the bp section as well. Can set by role or capability
December 6, 2015 at 9:00 pm #247463In reply to: I don’t understand the template files
Joshua Blevins
ParticipantCreating a child theme is not necessary. I figured out that if you create template files using the //Template Name you can go to the pages that BuddyPress makes and assign template pages to those pages. So you can create a file named activity.php and make it a template file and add the activity loop inside of that file. Once you have assigned that template to the Activity page in the WordPress dashboard you can then go to the BuddyPress settings and make sure that your Activity page is set up under the Activity drop down and save changes and it will work. I didn’t want to add unnecesary steps to making a single theme that did everything I needed. I will work on compiling a tutorial series on how to work with BuddyPress and then contribute it to the codex. Thank you for the response. Also if you look at the code in the BuddyPress plugin on the codebase you will see that bp-legacy is completely deprecated. There is compatibility code to not break old themes, but it is not the best way to do things.
December 6, 2015 at 2:40 pm #247457In reply to: Buddypress and IPV6
Paul Wong-Gibbs
Keymasterwp_bb_postsis bbPress 1, *not* BuddyPress. 🙂I don’t know if there’s anyone interesting in working on that old versions of bbPress any more. If you haven’t already, I’d suggest posting on https://bbpress.trac.wordpress.org/ so that at least the issue is logged.
December 5, 2015 at 1:03 pm #247441In reply to: Save Button Not Showing?
@mercime
ParticipantI have published blank Register and Activate page on my site but I keep getting the error message?
@beginner3 If you have enabled registration again, then go wp-admin menu Settings > BuddyPress and click on the “Pages” tab, and in the Registration and Activate section, choose the blank pages you created and associate each with respective functions per
December 5, 2015 at 9:16 am #247436In reply to: I don’t understand the template files
Joshua Blevins
ParticipantI just figured that out. I have the activity folder added to the twentyfifteen theme. I am trying to modify the file, but it really doesn’t look like it should. I am logged in and I dont see any activity nor do i see the message Sorry, there was no activity found, Please try a different folder.
I am so confused and frustrated. I am pretty competent with wordpress as well as php, and i don’t feel like this should be so difficult.
December 4, 2015 at 10:51 pm #247424In reply to: Change Message Email Subject
shanebp
ModeratorThere is no such filter hook as
messages_notification_new_message.There is an email_subject filter hook:
$email_subject = apply_filters( 'messages_notification_new_message_subject', $email_subject, $sender_name, $ud );
But as you can see, the variables passed do not include the message subject.So, I don’t see a way to do what you want.
There is an enhancement ticket in the works
https://buddypress.trac.wordpress.org/ticket/6460
It might expose the fields you need.You aren’t alone in asking for a different filtering system:
https://buddypress.trac.wordpress.org/ticket/6460December 4, 2015 at 4:44 pm #247419In reply to: I Cannot Create Groups
JonathanKnight
ParticipantThanks for the responses Shane. I have the same issue as the user.
I am unable to delete the index.php portion of the link
I want to create the following permalink: http://localhost/wordpress/groups/
However, only the bold area can be changed http://localhost/wordpress/index.php/groups/
December 4, 2015 at 12:48 am #247399In reply to: Assign Pages for new registration
alid88
ParticipantHey,
Thanks for the response, i am so silly i cant believe i didnt realise they were always there but because i am logged in i cant access them i can only see them using incognito window or when logged out.
Do you know how i can “log out” without logging out of my wordpress site?
December 3, 2015 at 11:09 pm #247392In reply to: Save Button Not Showing?
shanebp
ModeratorHow do i Publish those pages?
Let me google that for you:
http://easywpguide.com/wordpress-manual/saving-and-publishing-content/December 3, 2015 at 7:23 pm #247378In reply to: REGISTER PAGE, ACTIVATE PAGE, BOTH INVISIBLE
@mercime
Participant>> The”membership” option in the image on the link you posted.
@functionmunchkin The option to “allow users to register” in Network Admin > Settings is the same as the one in a single WP site’s option in Settings > General in that link.>> Register goes the the login page and clocking the register link on there goes to page not found.
You mentioned that “I’ve setup the bp register and activate pg”
– did you set up BP network-wide or in one subsite? Reference: https://codex.buddypress.org/getting-started/installation-in-wordpress-multisite/
– have you double-checked that you created the Register and Activate pages in the main site (if network-wide) or in the subsite, then associated the pages in Settings > BuddyPress > Pages? -
AuthorSearch Results