Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 5,126 through 5,150 (of 22,651 total)
  • Author
    Search Results
  • #247597
    Henry Wright
    Moderator

    Hi @hatherley

    security [at] wordpress.org is the place to contact about this kind of thing.

    #247579
    Alicia Fritz
    Participant

    Hi,

    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.

    #247568
    shanebp
    Moderator

    Re WP cron jobs – use this to see what is running and scheduled:
    https://wordpress.org/plugins/wp-crontrol/

    #247538
    Henry Wright
    Moderator

    If 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?

    #247537
    Henry Wright
    Moderator

    Those pages don’t actually use CPTs at all which means you might not be able to use the scripts_to_footer_post_types hook 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 of wp_enqueue_script() to true.

    Ref: https://codex.wordpress.org/Function_Reference/wp_enqueue_script

    #247532
    Henry Wright
    Moderator

    Some 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 😉

    Birgit Pauli-Haack
    Participant

    Testing 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/1NfTXxv

    #247529
    mcpeanut
    Participant

    Ty 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.

    #247517
    Venutius
    Moderator

    I think the new password restrictions were a WordPress feature, not BP

    #247515
    Henry Wright
    Moderator

    Agreed @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:

    https://wordpress.org/about/stats/

    #247514
    mcpeanut
    Participant

    there 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 Removal

    #247498
    Henry Wright
    Moderator

    BP uses the wp_mail() function to send email. Ref https://developer.wordpress.org/reference/functions/wp_mail/

    #247497
    operapreneur
    Participant

    Still 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!

    #247495
    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?

    #247485
    Henry Wright
    Moderator

    BuddyPress 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.

    #247483

    In reply to: hide bp toolbar

    Stacy (non coder)
    Participant

    Preferred 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

    #247463
    Joshua Blevins
    Participant

    Creating 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.

    #247457

    In reply to: Buddypress and IPV6

    Paul Wong-Gibbs
    Keymaster

    wp_bb_posts is 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.

    #247441
    @mercime
    Participant

    I 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
    settings for buddypress pages

    #247436
    Joshua Blevins
    Participant

    I 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.

    #247424
    shanebp
    Moderator

    There 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/6460

    #247419

    In reply to: I Cannot Create Groups

    JonathanKnight
    Participant

    Thanks 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/

    #247399
    alid88
    Participant

    Hey,

    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?

    #247392
    shanebp
    Moderator

    How do i Publish those pages?

    Let me google that for you:
    http://easywpguide.com/wordpress-manual/saving-and-publishing-content/

    #247378
    @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?

Viewing 25 results - 5,126 through 5,150 (of 22,651 total)
Skip to toolbar