Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 12,826 through 12,850 (of 22,621 total)
  • Author
    Search Results
  • #130568
    Paul Wong-Gibbs
    Keymaster

    If the URL shows correctly on the sites/create page, but not on the /reigster page, that could be a bug in BuddyPress. Please would you report it to https://buddypress.trac.WordPress.org; you can use your username and password from this site. Thanks

    #130564
    @mercime
    Participant

    BP 1.5.4 is compatible with WP 3.3.1

    Blank pages – https://codex.buddypress.org/troubleshooting/blank-pages/

    kizinko
    Participant

    It was the php.ini file. Thanks.

    #130552
    @mikey3d
    Participant

    Thanks, @djpaul – you are welcome!

    I use firefox web developer tool to check CSS inspector:

    `/wp-admin/load-styles.php?c=0&dir=ltr&load=admin-bar,wp-admin&ver=7f0753feec257518ac1fec83d5bced6a

    #wp-admin-bar-user-info .avatar{
    position: absolute;
    left: -72px;
    top: 4px;
    }`

    There is missing codes. It takes awhile for me to find where is the admin-bar.css file? I found it is in /wp-includes/css/admin-bar.css and it works but you mention that you fixed it in BuddyPress version and I fixed it in WordPress version?

    Am I misunderstanding something?

    Thanks, Mikey3D

    #130549

    Thanks Hugo.

    Yes all mailboxes are solid and legit and have been receiving email for years.

    I’ve checked mail logs and spam and these emails are nowhere to be found.

    Contacted host as well and they have suggested utilizing a WordPress plugin called ‘MailFrom’:
    https://wordpress.org/extend/plugins/mail-from/

    Anyone know anything about this plugin, and how it might resolve this problem.
    I’m OK with trying it out, but don’t really want to throw a plugin at a problem without really knowing why I’m getting the problem (one more plugin to create possible problems).

    thks

    Paul Wong-Gibbs
    Keymaster

    In order: yes, not yet (https://buddypress.trac.wordpress.org/ticket/3460), no, and I expect BuddyPress 1.6 will be in a beta in within a couple of weeks.

    #130534
    modemlooper
    Moderator

    PressCrew’s external blog plugin is for Users, the older plugin is for group rss feeds.

    https://wordpress.org/extend/plugins/external-group-blogs/

    @ChrisClayton
    Participant

    @substrato as listed on the roadmap (https://buddypress.org/about/roadmap/) bbpress 2.0 will have full intergration in buddypress 1.6.

    Trac ticket for more: https://buddypress.trac.wordpress.org/ticket/3598

    #130509
    richardpd
    Member

    UPDATE
    I have fixed this but am rather unclear why this has arisen!
    The edits I have done here have been through my Network Admin dashboard to my files.
    Everything worked except for editing index.php. When I went to my server (Hostgator via cPanel) my theme index.php was unedited!! After editing(adding) the PostView code and saving the code is now working.
    Just to highlight/emphasis the difference between the index.php I edited through Dashboard shown in my first post above here below is the index.php that exists on the server root and I edited via cPanel. They are completely different and I do not understand how/why this is the case!
    `

    <?php
    /**
    * The loop that displays posts.
    *
    * The loop displays the posts and the post content. See
    * https://codex.wordpress.org/The_Loop to understand it and
    * https://codex.wordpress.org/Template_Tags to understand
    * the tags used in it.
    *
    * This can be overridden in child themes with loop.php or
    * loop-template.php, where ‘template’ is the loop context
    * requested by a template. For example, loop-index.php would
    * be used if it exists and we ask for the loop with:
    * get_template_part( 'loop', 'index' );
    *
    * @package WordPress
    * @subpackage anIMass
    * @since anIMass 7.0
    */
    ?>

    max_num_pages > 1 ) : ?>

    <?php
    /* Start the Loop.
    *
    * In Twenty Ten we use the same loop in multiple contexts.
    * It is broken into three main parts: when we’re displaying
    * posts that are in the gallery category, when we’re displaying
    * posts in the asides category, and finally all other posts.
    *
    * Additionally, we sometimes check for whether we are on an
    * archive page, a search page, etc., allowing for small differences
    * in the loop on each template without actually duplicating
    * the rest of the loop that is shared.
    *
    * Without further ado, the loop:
    */ ?>

    <div id="post-” >

    <a href="” title=”” rel=”bookmark”>

    <?php
    $images = get_children( array( ‘post_parent’ => $post->ID, ‘post_type’ => ‘attachment’, ‘post_mime_type’ => ‘image’, ‘orderby’ => ‘menu_order’, ‘order’ => ‘ASC’, ‘numberposts’ => 999 ) );
    if ( $images ) :
    $total_images = count( $images );
    $image = array_shift( $images );
    $image_img_tag = wp_get_attachment_image( $image->ID, ‘thumbnail’ );
    ?>

    <?php printf( __( 'This gallery contains %2$s photos.’, ‘anIMass’ ),
    ‘href=”‘ . get_permalink() . ‘” title=”‘ . sprintf( esc_attr__( ‘Permalink to %s’, ‘anIMass’ ), the_title_attribute( ‘echo=0’ ) ) . ‘” rel=”bookmark”‘,
    $total_images
    ); ?>

    <a href="” title=””>
    |

    <?php edit_post_link( __( 'Edit', 'anIMass' ), '| ‘, ‘‘ ); ?>


    |

    <div id="post-” >

    <?php the_content( __( 'Continue reading ‘, ‘anIMass’ ) ); ?>

    |

    <?php edit_post_link( __( 'Edit', 'anIMass' ), '| ‘, ‘‘ ); ?>


    <div id="post-” >

    <a href="” title=”” rel=”bookmark”>

    <?php the_content( __( 'Continue reading ‘, ‘anIMass’ ) ); ?>

    ‘ ) ); ?>


    <?php printf( __( 'Posted in %2$s’, ‘anIMass’ ), ‘entry-utility-prep entry-utility-prep-cat-links’, get_the_category_list( ‘, ‘ ) ); ?>

    |

    <?php
    $tags_list = get_the_tag_list( ”, ‘, ‘ );
    if ( $tags_list ):
    ?>

    <?php printf( __( 'Tagged %2$s’, ‘anIMass’ ), ‘entry-utility-prep entry-utility-prep-tag-links’, $tags_list ); ?>

    |


    <?php edit_post_link( __( 'Edit', 'anIMass' ), '| ‘, ‘‘ ); ?>
    |
    <a href="”>Permalink


    |

    max_num_pages > 1 ) : ?>


    `

    I tried editing index.php via cPanel to the first index.php code I posted but then I got an error about “call to undefined function bp signup”
    eg
    Blogs Directory
    Fatal error: Call to undefined function bp_blog_signup_enabled() in /home/hilaryd/public_html/richard-dickinson.com/wp-content/themes/rdbloganimass_bp/index.php on line 8

    I am most grateful for further help and advice to get my blog fully BP compatible & enabled-thanks

    BlinkyBill01
    Participant

    Yes, that’s it Chris. I may have jumped ahead and called it a security flaw incorrectly. What I meant was that, if this bug was actually working as intended, it didn’t allow members to change their display name, which could cause people to think that it was a security issue. That people wouldn’t join if their login was visible. Since the WordPress allows a Nickname to be visible and that BuddyPress didn’t, that some could see it as a flaw.

    Since it it being fixed, it showed me that it wasn’t intended and that someone else knew of this and was working to fix it.

    Thanks for the response :)

    @ChrisClayton
    Participant

    i think calling it a ‘security flaw’ is going abit overboard… most of the top 100 websites on alexa’s topsites list have your login name displayed publicly. (eg. if i gave you my gmail address so we could keep in contact, all you need to do is figure out/guess my password and hack my account.) but anyways,

    Correct me if i misread what your saying, but it sounds like this might be the problem your experiencing – https://buddypress.trac.wordpress.org/ticket/3725 (it’s being fixed in buddypress 1.6)

    #130459
    Sal
    Participant

    Yes the https://wordpress.org/extend/plugins/mail-from/ plugin changes the from mail with a user or a specified email as aces said above.

    Seems my issue was I installed a Private Community plugin did not even activate it and it created a problem with buddypress sending out the email

    As soon as I removed the plugin the issue was resolved. I need only add my categories, social login and bingo we are up and running.

    Love WordPress :)

    #130456
    aces
    Participant

    Sometimes the email gets stuck in spam or junk filters.

    To get email working, some web hosts require an extra wordpress plugin, such as:

    https://wordpress.org/extend/plugins/mail-from/

    https://wordpress.org/extend/plugins/wp-mail-smtp/

    https://wordpress.org/extend/plugins/configure-smtp/

    wp-mail-smtp and configure-smtp can send a test email which often provides useful debug information!

    This is a frequently discussed issue here and people have found all three different plugins useful – there may be others.

    Please check your host’s knowledge base or faq for further information….

    #130452
    dt10111
    Member
    #130440
    @mikey3d
    Participant

    @djpaul

    BuddyPress: 1.5.4
    WordPress: 3.3.1

    #130439
    @ChrisClayton
    Participant

    @tiagobeloto – this seems to be getting fixed in 1.6 (see link below) You’d be better off waiting for that release to hit before implementing this.

    However, if you need a quick fix until then @r-a-y provided some code near the beginning of the discussion that might help…

    https://buddypress.trac.wordpress.org/ticket/2207

    #130436
    @mikey3d
    Participant

    @mercime – I did look at the changeset/5628 of 3 files bp-core-adminbar.php, admin-bar.php and admin-bar.dev.css but I do have the same codes as 3 files. There is nothing I could change. I have the version 1.5.4. Is there a fix?

    #130434
    @mercime
    Participant

    You shouldn’t have to create any subpage at all.

    If you’re using a WordPress theme which doesn’t include BuddyPress templates, you need to install and activate BP Template Pack plugin and go through the BP Compatibility process which will transfer all the required templates, CSS and JS needed to your active WP theme folder.

    #130429
    @mercime
    Participant

    This is a known issue and is fixed in trunk, ready for BP 1.6. If you’d like to fix this in your current installation, check this out https://buddypress.trac.wordpress.org/changeset/5628

    #130417
    abysshorror
    Member

    Activity update’s comment boxes.

    I’m using Huddle (http://themeforest.net/item/huddle-wordpress-buddypress-community-theme/835549) but I’ve asked on the forums and the answer was:

    “This was the default functionality from BuddyPress original theme, and we kept this.
    We don’t plan to do this soon, but if this functionality will be added we will announce this on forum”

    #130396
    Boone Gorges
    Keymaster

    If you want to remove all HTML, this should work:

    `function bbg_remove_activity_html( $content ) {
    return strip_tags( $content );
    }
    add_filter( ‘bp_get_activity_content_body’, ‘bbg_remove_activity_html’, 1 );
    add_filter( ‘bp_get_activity_content’, ‘bbg_remove_activity_html’, 1 );
    add_filter( ‘bp_activity_content_before_save’, ‘bbg_remove_activity_html’, 1 );`

    If you want to remove HTML tags more selectively, check out the filter at the end of this function, which will allow you to modify which tags are allowed: https://buddypress.trac.wordpress.org/browser/tags/1.5.4/bp-activity/bp-activity-filters.php#L90

    #130390

    In reply to: Migrating from Drupal

    mknee
    Member

    Good find. I don’t know how I missed that. I suppose I could manipulate that export into the standard WordPress import format? I can write some PHP.

    #130381
    Boone Gorges
    Keymaster

    The problem is that when you load message.php via AJAX, you’re not loading all of WordPress and BuddyPress, which means that the messages_get_unread_count() function is not defined.

    Instead of using ‘message.php’ as your AJAX url, use the one that BP provides for you, and be sure to provide an ‘action’ parameter:
    ` jQuery.ajax({
    url: ajaxurl,
    action: ‘get_message_count’,
    dataType….`

    That’ll ensure that WP/BP is loaded on your AJAX call.

    Then, you’ll need to make sure that you have a listener function in your functions.php, using the `wp_ajax_` syntax. (Read more here: http://w4dev.com/wp/wp_ajax/) Use `wp_ajax_` plus your chosen action name to define the hook:

    `function bbg_messages_ajax_callback() {
    echo messages_get_unread_count();
    die();
    }
    add_action( ‘wp_ajax_get_message_count’, ‘bbg_messages_ajax_callback’ );`

    Boone Gorges
    Keymaster

    Hi @takuya and @cyrille13 – Sorry for some of the miscommunications above. It was only after seeing the linked bug report that I was able recognize that what you were reporting was actually an instance of https://buddypress.trac.wordpress.org/ticket/3725, which we’ve known about for a while, but which was very difficult to track down. (See https://buddypress.trac.wordpress.org/ticket/3725#comment:7 for all the gory details.) It has been fixed for the next version of BP. In the meantime, you can fix your installation either by manually applying https://buddypress.trac.wordpress.org/changeset/5778, or by doing what @cyrille13 suggests: changing the name of your Full Name profile field at Dashboard > BuddyPress > Profile Fields.

    Thanks for your patience.

    #130362
    Paul Wong-Gibbs
    Keymaster

    The “log out function” is part of WordPress. What do you mean?

Viewing 25 results - 12,826 through 12,850 (of 22,621 total)
Skip to toolbar