Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,051 through 6,075 (of 32,678 total)
  • Author
    Search Results
  • #256950
    danbp
    Participant

    May be a forgotten custom function in child theme or bp-custom.php ? May be a role or a membership plugin ? Who knows ?
    You have to debug !

    kenshin23
    Participant

    Hi all. I’ve been using WordPress for quite a while now and thought it would be a good idea to migrate an existing site made using CakePHP 2.x to WP. To copy the old site’s look, a friend and I used underscores.me to create the theme, and so far it’s looking even better than the original site.

    I stumbled upon BuddyPress and thought it would be good to use its features on the new site, but upon plugin activation, none of BP’s pages work. I can confirm that it’s a theme issue, because if I switch to Twenty Sixteen the members, activity, etc. pages work, so I would like to know the proper, most current steps (as detailed/handheld as possible) to add compatibility to my theme. I’ve searched, but frankly, I don’t know where to begin.
    Thanks in advance for any help.

    #256926
    skitzpress
    Participant

    Thanks for the reply @danbp

    I have not built the site and I also have very little technical and coding knowledge (sorry!) I will update WordPress later but wasn’t sure how to back everything up?

    There is a lot of plugins installed:Admin Menu Editor, Advanced Custom Fields,Advanced Custom Fields PRO, bbPress,BuddyPress, DropBox Folder Share, Easy FancyBox, Gravity Forms, Gravity Forms + Custom Post Types, Gravity Forms CSS Ready Class Selector, Gravity Forms Remove Entries, jonradio Multiple Themes, Login Security, Members, No Page Comment, OPcache Dashboard,Page Specific Menu Items, PHP Code For Posts, Post Types Order, Social Media Feather, Styles with Shortcodes for WordPress,
    TAO Schedule Update, WordPress Importer, WP Google Maps, WP Google Maps – Pro Add-on, wp_mail return-path

    Are any of these know to conflict with BuddyPress?

    Not sure on the custom functions as far as I know… I’m not confident enough to debug and the site it is also live so not sure what to do?

    Think I will update WordPress then disable all plugins except BuddyPress and try on a twenty theme but if that doesn’t work, which seems like the case in other past posts, I’m not sure need help!

    Thanks again

    danbp
    Participant

    @intothemythica,

    guess you have to follow instructions belonging to the actual WP/BP version… Haven’t you seen this notice ?
    ***The following pertains to administrators using WordPress 3.0 in network mode)***

    BP should be on the same site where WP is installed.

    Follow Codex from here and note that:

    One site of the Network

    C. BuddyPress Activated in Main Site only
    D. BuddyPress Activated in Secondary Site only
    Posts, comments, or activities of the users in sites other than where you activated BuddyPress won’t be recorded in the Activity Streams when you install BuddyPress in only one site of the network.

    Installation in WordPress Multisite

    #256902

    In reply to: Poor Avatar quality

    3T_MJ
    Participant

    well, I did that already. The original pic is a jpg taken with a proper DSLR. But doing the same crop via buddypress and my image editing programme makes a notable difference, it’s set to 72 dpi when editing. Not sure what compression buddypress uses (0.9 or lower?) when storing the image but it seems bad. It seems worse compared to ste crop wordpress does when uploading pics. And to make it worse, the buddypress crop file size is larger compared to doing the same crop with the image editing programme – and that with lower quality. I’m devastated.

    #256897
    danbp
    Participant

    Add this snippet to bp-custom.php and comment/remove what you don’t need

    function bpex_admin_bar_remove() {
    global $wp_admin_bar;
    
    	// Remove the whole WP logo menu
    //	$wp_admin_bar->remove_node( 'wp-logo' ); 
    
    	// remove only About BuddyPress 
    	$wp_admin_bar->remove_node( 'bp-about' ); 
    
    	// remove only About bbPress
    //	$wp_admin_bar->remove_node( 'bbp-about' );
    
    }
    add_action( 'wp_before_admin_bar_render', 'bpex_admin_bar_remove' );

    Related BP 2.6.1.1 admin menu reference: bp-core/classes/class-bp-admin.php:485

    Related WP function: https://codex.wordpress.org/Plugin_API/Action_Reference/wp_before_admin_bar_render

    #256889
    skitzpress
    Participant

    I am having this issue with BuddyPress 2.6.1.1 & bbPress 2.5.10 plugins installed

    I have used the BuddyPress repair tool but it didn’t work?

    Running WordPress 4.4.4 and the Sparkling theme

    Any ideas as this seems to be a common issue looking back through older topics

    Irony is when I forgot my password to this forum it sent an email instantly!!!

    Thanks in advance

    #256876

    In reply to: Members display name

    danbp
    Participant

    Try this plugin:
    https://wordpress.org/plugins/buddypress-usernames-only/
    (old but still working)

    #256862
    shanebp
    Moderator

    1. Yes – If a site admin, on your profile > Messages > Compose… [checkbox] This is a notice to all users.

    2. Yes with https://wordpress.org/plugins/crowdmentions/

    3. No

    4. Yes – per user setting on whether they want such emails: Profile > Settings > Email

    LavishDhand
    Participant

    Hi!

    My WordPress version is : 4.5.3
    My BuddyPress version is : 2.6.1.1

    I have been trying to find a way to change the names / text of at least 2 BuddyPress member profile menu items.

    I want to change ‘Friends’ to ‘Connections’ and ‘Groups’ to ‘Clubs’.

    I tried using poedit with the latest pot file from BP 2.6 and translated all occurrences of ‘Friends’ and ‘Groups’ but it is still not working.

    translations

    All translations other than profile nav items are working fine. I also tried changing the language in WordPress settings, still no avail.

    Kindly help me

    Many thanks

    LavishDhand
    Participant

    Hello!

    My WordPress version is : 4.5.3
    My BuddyPress version is : 2.6.1.1
    Link where error is visible : https://goo.gl/yhrNBI

    I have notice the following error on my site’s single activity pages.

    Warning: reset() expects parameter 1 to be array, boolean given in /wp-content/plugins/buddypress/bp-core/bp-core-template.php on line 3048

    When I Googled for “/wp-content/plugins/buddypress/bp-core/bp-core-template.php on line 3048” I found lots of websites have this error.

    Kindly help resolving this issue

    Thank you

    #256844

    In reply to: SMS Verification

    danbp
    Participant
    #256836
    danbp
    Participant

    A bit different method is explained here.

    #256817
    buddycore
    Participant

    If you look at wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/index.php That’s the template you need to edit in order to change that text.

    Inside wp-content/themes/your-theme/ Make a file called buddypress.php. In that file add the following…

    <?php get_header(); ?>
    <?php the_post(); the_content(); ?>
    <?php get_footer(); ?>

    By default BuddyPress will use a file located in your theme that currently exists, something like page.php as you can read about here.

    By creating a buddypress.php we’re telling BuddyPress to use a custom template loader for all BuddyPress pages and components. Inside that file (buddypress.php) you can do anything you like for the “wrapper” around your BuddyPress stuff. In the code example above for buddypress.php we’re grabbing the content but not bringing in things like <?php the_title(); ?> like you will find in a typical page.php that most WordPress themes will have.

    This will remove ALL page titles from BuddyPress pages, as you now have a custom “wrapper” for those areas the plugin will use.

    If you wish to remove the title on a per page basis you may simply want to do a CSS solution and do target the body tag with CSS and then any suitable elements in the HTML. This means you could do something like…

    body.activity.directory div.page-inner h2 { display: none; }

    If you don’t want to do a CSS solution you can then look into component detection.

    Hope that helps.

    etavio
    Participant

    Hey guys, I just recently installed buddypress and I think it will be amazing for my community. I have set the activity page as the “front page” of my site and now I have two questions:

    1. How do I disable the title of the activity feed so it does not say “site-wide activity” or anything at all for that matter?

    2.How can I enable the post editor so I can add static content just above the activity feed? Right now any content that I add via the post editor appears to be overridden by the template, which is to be expected.

    I understand enough about WordPress to know that both of these issues are resolved through templates, but I would sincerely appreciate a response tailored for a wordpress beginner as I am new to php edits. I do have a child theme already created but don’t know where to go from there.

    Cheers

    #256806
    sundev
    Participant

    There’s a plugin for this but might need the pro version depend on what you’re trying to achieve.

    Here: https://wordpress.org/plugins/buddypress-custom-profile-menu/

    If you prefer using codes from discussions, might try the links below

    Creating sub nav
    https://buddypress.org/support/topic/create-sub-nav-menu-item-in-profile/

    BuddyPress Custom Nav and Page Template
    https://buddypress.org/support/topic/buddypress-custom-nav-and-page-template-2/

    #256805
    Earl_D
    Participant

    I sue this one which has options to limit all the BP components to registered users and has the added optional feature to approve all registrations. The only thing doesn’t lock pages just BP features.
    https://wordpress.org/plugins/bp-registration-options/

    #256801
    danbp
    Participant

    Spam is an endless discussion on the web over years. Search this forum, you’ll find many topics.

    Half of my users registrations are reported by buddypress like a spam.
    The question is why ? Aside, note that it is WP who controls the registration, not BuddyPress.

    Do you use Askimet or some other plugin who controls your registry ?

    So I think it’s sufficient? no?

    Simply ? NO !

    Captchas are helping to determine a human activity, but generally don’t spam users.

    Many spam bots go through captcha and many other goes directly to your db. And many many, if not all, can send emails !
    Spammers are even cleverer as most door keepers, it’s a sad fact and a great part of that “sport” to prove it continuously.

    Here some common tasks explained to avoid spam and other unwanted content on your site. Note that one of the first thing to do is to use another table prefix as the universal knowed wp_ !

    #256797
    shanebp
    Moderator
    #256784
    coffeywebdev
    Participant

    look for a ‘premium content’ plugin that can lock down pages based on user role, or user ID..

    there are probably several plugins that can do this for you, I’ll link one or two…

    User Access Manager seems to be your best bet, it seems a little better than restrict content. Both are still active and have recent updates.

    https://wordpress.org/plugins/user-access-manager/
    https://wordpress.org/plugins/restrict-content/

    If you are looking for more features than simple page locking:
    https://wordpress.org/plugins/s2member/

    There are other plugins available that do this as well, I just listed a few free solutions.

    I hope that helps you!

    Anthony Coffey

    jagarolik
    Participant

    Okay, that’s a good start – I’ve installed BP XProfile WordPress User Sync, but there are several critical wordpress account fields inaccessable from BP.

    – account email
    – account password

    These are critical, as people change their emails and passwords – and there is no way to do this right now through BP as is.

    kvnqprezo
    Participant

    Am Usinq A Plugin That Changes My Login Font But The Register Link Below Is Not Working Even The Lost Password link
    I Switched Back To WordPress Login Font But The Register Link Also Is Not Working
    I Have Already Created The Login Page And Viewed It’s Working Fine Only The Register After The Login Form…

    danbp
    Participant

    WordPress is a CMS.
    Members are the heart of BuddyPress, which is a plugin.

    Once BP is activated, your user haven’t to go to their dashboard, as anything can be done from front-end. If you need wp’s bio field, you could recreate one with xprofile.

    Suggest to read the Codex to understand how BP is working.

    And if it’s not enough, see this plugin (but probably only usefull if you had a wp install running with many contributors before using BP).

    jagarolik
    Participant

    Hi All,

    I’ve going down a long path to try and merge buddypress and wordpress “edit profile” pages. Long story short, I’m trying to keep users out of the back end entirely if I can, but they need to be able to edit their wordpress profile somewhere, and logically, it ought to be with the other “edit profile” stuffs.

    I’ve found a few free plugins to assist with this, “BuddyPress Xprofile Custom Fields Type” and “Profile Builder”

    Profile builder allows me to put a shortcode anywhere in order to allow somebody to edit their profile in the front end. I need to insert this shortcode into a new “field group” in “xprofile custom fields” but I can’t just drop in a shortcode there, only editable fields are permitted – furthermore, if I put any editable fields into the “field group” then that group will have a save button as well as the one produced by my shortcode!

    Any suggestions? Also willing to entertain a different suggestion altogether.

    Thanks!

    #256763
    Daragott
    Participant

    Something is missing certainly, all I have in the registration page are the fields for members,, with no choice for either models or members.

    I have 2 field groups, Models and members, I ve added in each of the field groups diferent fields for name, country, city etc, different fields since I don,t want the same informations.

    In member types, I have also Models and Members

    In the registration page of WordPress, should I find a widget for the registration? Or Something else like that? Because I don’t see anything to add in the widget list. Thanks

    Norman

    Worpress: Version 4.5.3
    BuddyPress: Version 2.6.1.1
    Theme: Ombre Version: 1.3

Viewing 25 results - 6,051 through 6,075 (of 32,678 total)
Skip to toolbar