Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 10,201 through 10,225 (of 22,679 total)
  • Author
    Search Results
  • #153067
    @mercime
    Participant

    @pdxpogo that error is related to the BuddyPress Registration Options plugin. Someone posted a workaround and another uploaded his own version of the plugin at https://wordpress.org/support/topic/getting-new-warning-please-help-fast-urgent?replies=24 No guarantees here.

    #153061
    zorro1965
    Participant

    Has anyone come up with a solution for this with Yoast. I spent the whole day today searching the net for solutions and event tried some that really did not work especially the way they should.

    Lets think about this for a min. One of the strong points WordPress has always had is SEO. Clearly SEO is a big part of any serious website trying to grow. Buddpress is clearly the ICON in the social media building of sites for WP. So their has got to be a solution out there some plac as well as their needs to be long term fixes put into place so this is no longer an issue.

    I even tracked down this site today and observed many of their sites SEO and how well they were handling things at a member, group level and other areas of BP. http://www.buddyboss.com/the-largest-list-of-buddypress-sites/

    Some you could tell don’t have a clue what I am talking about while others clearly found a way. I am also looking at contacting some of the sites that do to see if they could provide a solution.

    I did find this product today and even tested it. But to be honest while there has been a a lot of work that has went into it. Its not even in the same league as Yoast for SEO. There are so many other advanced features in Yoast that most people do not understand or use but add additional power for those that truly understand how to leverage SEO. http://themekraft.com/shop/seopress-pro/

    Zorro…..

    #153044
    @mercime
    Participant

    It seems kind of anti intuitive that someone who signs up for my wordpress site has to then ALSO sign up for my network?

    https://wordpress.org/extend/plugins/join-my-multisite/ by @ipstenu would pretty much address what you need in your network

    #153018
    m.sunspirit
    Participant

    WHoops. . .

    I’m running the latest versions of both, as of this writing that is:

    WordPress 3.5.1
    BuddyPress 1.6.4

    #152977
    dqj
    Participant

    I just read somewhere that WordPress uses no foreign constraints in general, and it appears that is true. Wow.

    #152973
    aces
    Participant

    If you want to replace the responsive css with your own, you should be able to disable the default with

    function bbg_enqueue_styles() {
    	remove_theme_support( 'bp-default-responsive' );
    }
    add_action( 'wp_enqueue_scripts', 'bbg_enqueue_styles', 5 );

    For more info see https://buddypress.trac.wordpress.org/ticket/3881#comment:2

    #152966
    danbpfr
    Participant

    Hi, it’s not possibe out of the box and depending which BP version you use.

    This perhaps may work on 1.5.x only:

    How to Add an Image Field to Buddypress Extended Profile Fields

    #152956
    kraigg
    Participant

    Thanks Paul, I’ve created a new trac ticket for it
    https://buddypress.trac.wordpress.org/ticket/4823

    #152955
    Paul Wong-Gibbs
    Keymaster

    Plugins which work on 1.6.x that don’t work on 1.7/trunk should be reported on https://buddypress.trac.wordpress.org as a regression.

    #152943
    kraigg
    Participant

    I am receiving the same identical error on non-BuddyPress pages.

    I have pages I created through WordPress (Dashboard > Pages > Add New), such as Help, Contact, Home. All these pages display the error message at the top of the page.

    #152928
    @mercime
    Participant

    I want to assign my Site Tracking to a different page.


    @km-schafer-1

    1. wp-admin Pages > Add New and title it “Sites” then click Publish
    2. wp-admin Settings > BuddyPress > Pages and assign the new Sites page to site tracking

    Also, every time I create a new site, when I click on it, I am taken to another installation of WordPress.

    Something’s gone awry with your multisite installation. Did you follow instructions at https://codex.wordpress.org/Create_A_Network ?

    At this stage, deactivate BuddyPress then create a subsite. If you are still being redirected to another WP install, please post the issue at https://wordpress.org/support/forum/multisite

    Please make sure that your multisite issue is resolved before re-activating BuddyPress.

    #152923

    In reply to: BuddyPress Compatible

    @mercime
    Participant

    @patrykos360 https://buddypress.trac.wordpress.org/roadmap – 8 more tickets at this time for BP 1.7. Yes, you will no longer have to edit the BP template files.

    You can test BP 1.7 out by downloading trunk version via:
    SVN – svn co https://buddypress.svn.wordpress.org/trunk/ OR
    ZIP file – https://buddypress.trac.wordpress.org/browser/trunk then click on “Zip Archive” near bottom of page and download to computer hard drive. Rename the zip folder from trunk-xxx to buddypress before uploading.

    Kevin M. Schafer
    Participant

    I figured it out! Yay for me. I just kept missing the menu to find this in My Sites/Network Admin/Sites.

    I was able to delete the unwanted site.

    #152876
    @mercime
    Participant
    #152866
    modemlooper
    Moderator

    Unfortunately, you have a theme that is heavy handed with it’s css and is forcing it’s style over the BP css. Theme compatibility is working it’s just that your theme has css that is styling the BP markup in an unflattering light.

    Theme compatibility is not perfect. It’s main goal is to get BuddyPress inside a WordPress and function. How it looks can rely on the WordPress as in your case.

    You will need to change some of the css in your theme to fit BP inside better.

    #152849
    arredoannunci
    Participant

    Hello Hugo, you are very helpful to people like me who want to learn,
    could you tell me how to do?
    I followed the procedure twice for my template (http://bpsocialnetwork.wordpress.com/2013/01/22/u-design-theme-themeforest/)
    but both times I have always the same error:
    Parse error: syntax error, unexpected ‘<' in / members / miproduco / wp-content / themes / u-design / header-buddypress.php on line 199

    Now as you can see I reinstalled everything (without modification) but not good
    please help me

    #152809
    omgbud
    Participant

    Hi, I am using this useful plugin named “Custom Profile Filters for BuddyPress” to remove link of any fields I want.

    This plugin dont come with admin panel, so need to edit the custom-profile-filters-for-buddypress.php file.

    After this line:
    `$no_link_fields = array( // Enter the field ID of any field that you want to appear as plain, non-clickable text. Don’t forget to separate with commas.`

    You can add in the field (field name must match) that need to be linkless:
    `’bio’,
    ‘something’ ,`

    This plugin allows you to setup social field too like just enter facebook username or id and it will auto generate the url.

    https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/

    Note: this plugin is old and not update, there is an error with the social field url, but just need to apply this fixed:

    https://wordpress.org/support/topic/plugin-custom-profile-filters-for-buddypress-new-profile-fields-in-16-ruins-the-functionality-of-this-plugin

    Hope it helps.

    Saurabh
    Participant

    @sahil1802

    This is a very very late answer. Might be irrelevant now, but BuddyPress Media has evolved from being a Kaltura port.

    It is now a powerful stand alone media manager for BuddyPress.

    Regards.

    #152787
    @mercime
    Participant

    @thomasboerre yes, something’s missing in your multisite installation. Deactivate BuddyPress. Please resolve the multisite issue before activating BuddyPress again.

    Follow precisely the instructions written https://codex.wordpress.org/Create_A_Network
    Based on what you’ve posted above at the very least – a) define(‘WP_ALLOW_MULTISITE’, true); should be above “/* That’s all, stop editing! …” not just below DB information and b) you’re missing Step 4 – Enabling the Network – wherein you’re suppposed to add more in wp-config.php

    For more assistance, please post at https://wordpress.org/support/forum/multisite

    NumberOneComputer
    Participant

    Thank you my problem becomes solved.

    Best regards

    modemlooper
    Moderator

    make sure the BuddyPress plugin folder is named buddypress

    Renato Alves
    Moderator

    Hi Hamedharry,

    see this:

    https://buddypress.org/support/topic/buddypress-1-7/#post-149853

    It is related to your question.

    #152749
    MeRuud
    Participant

    Not sure if this is what your looking for, but there is a plugin that converts all instances of displayname to username.

    Link: https://wordpress.org/extend/plugins/buddypress-usernames-only/
    .

    It hasn’t been updated in a while, but last time I used it it worked fine.

    #152744
    MeRuud
    Participant

    So I think I found the part that creates / modifies the excerpt. It is in bp-core-template.php. Starting at line 353.
    `/**
    * Truncates text.
    */
    function bp_create_excerpt( $text, $length = 225, $options = array() ) {
    // Backward compatibility. The third argument used to be a boolean $filter_shortcodes
    $filter_shortcodes_default = is_bool( $options ) ? $options : true;

    $defaults = array(
    ‘ending’ => __( ‘ […]’, ‘buddypress’ ),
    ‘exact’ => false,
    ‘html’ => true,
    ‘filter_shortcodes’ => $filter_shortcodes_default
    );
    $r = wp_parse_args( $options, $defaults );
    extract( $r );

    // Save the original text, to be passed along to the filter
    $original_text = $text;

    // Allow plugins to modify these values globally
    $length = apply_filters( ‘bp_excerpt_length’, $length );
    $ending = apply_filters( ‘bp_excerpt_append_text’, $ending );

    // Remove shortcodes if necessary
    if ( $filter_shortcodes )
    $text = strip_shortcodes( $text );`

    `remove_filter( ‘bp_create_excerpt’, $length, $options );
    function pnb_excerpt(){
    $lenght = 500;
    $options = array(
    ‘ending’ => __( ‘ […]’, ‘buddypress’ ),
    ‘exact’ => false,
    ‘html’ => false,
    ‘filter_shortcodes’ => $filter_shortcodes_default);
    return apply_filters( ‘bp_create_excerpt’, $length, $options );
    }`

    I also tried with apply_filter, and without the remove_filter.
    How do I overwrite the defaults? (The $length, and the $options array).

    Thanks in advance,
    Ruud

    #152742
    Thomasboerre
    Participant

    Yes,

    I did the steps written in this link only, https://codex.buddypress.org/user/buddypress-site-administration/deleting-buddypress/.

    But issue is still there. Also, one thing is that in my admin panel I can see that multisite is disabled, while I’ve enabled it in wp-config.php
    Is this could be the issue? If yes, then let me know how to remove this thing.
    Have a look on my wp-config.php and let me know your feedback. Removed original credentials.

    `
    <?php
    /**
    * The base configurations of the WordPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys, WordPress Language, and ABSPATH. You can find more information
    * by visiting {@link https://codex.wordpress.org/Editing_wp-config.php Editing
    * wp-config.php} Codex page. You can get the MySQL settings from your web host.
    *
    * This file is used by the wp-config.php creation script during the
    * installation. You don't have to use the web site, you can just copy this file
    * to "wp-config.php" and fill in the values.
    *
    * @package WordPress
    */

    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', database name);

    /** MySQL database username */
    define('DB_USER', user name);

    /** MySQL database password */
    define('DB_PASSWORD', password);

    /** MySQL hostname */
    define('DB_HOST', 'dbp12.meebox.net');

    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');

    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');

    /**#@+
    * Authentication Unique Keys and Salts.
    *
    * Change these to different unique phrases!
    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
    * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
    *
    * @since 2.6.0
    */
    define('AUTH_KEY', 'put your unique phrase here');
    define('SECURE_AUTH_KEY', 'put your unique phrase here');
    define('LOGGED_IN_KEY', 'put your unique phrase here');
    define('NONCE_KEY', 'put your unique phrase here');
    define('AUTH_SALT', 'put your unique phrase here');
    define('SECURE_AUTH_SALT', 'put your unique phrase here');
    define('LOGGED_IN_SALT', 'put your unique phrase here');
    define('NONCE_SALT', 'put your unique phrase here');

    /**#@-*/

    /* Multisite */
    define('WP_ALLOW_MULTISITE', true);

    /**
    * WordPress Database Table prefix.
    *
    * You can have multiple installations in one database if you give each a unique
    * prefix. Only numbers, letters, and underscores please!
    */
    $table_prefix = 'wp_';

    /**
    * WordPress Localized Language, defaults to English.
    *
    * Change this to localize WordPress. A corresponding MO file for the chosen
    * language must be installed to wp-content/languages. For example, install
    * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
    * language support.
    */
    define ('WPLANG', 'da_DK');

    /**
    * For developers: WordPress debugging mode.
    *
    * Change this to true to enable the display of notices during development.
    * It is strongly recommended that plugin and theme developers use WP_DEBUG
    * in their development environments.
    */

    define('WP_DEBUG', false);

    /* That's all, stop editing! Happy blogging. */

    /** Absolute path to the WordPress directory. */
    if ( !defined('ABSPATH') )
    define('ABSPATH', dirname(__FILE__) . '/');

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');`

Viewing 25 results - 10,201 through 10,225 (of 22,679 total)
Skip to toolbar