Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 17,076 through 17,100 (of 32,678 total)
  • Author
    Search Results
  • #31328
    jaimebib
    Participant
    #139819
    Xainey
    Member

    I would love to determine if anything I’m using is causing the problem, but we are using a very large theme framework and child theme that I have been developing for a good 4 months. For now we are just going to keep everything on one tab since we are pressed for time. I will keep this tread bookmarked in case I am able to determine where the problem lies.

    #139814
    @mercime
    Participant

    Post also at https://wordpress.org/extend/plugins/events-manager/ click on Support tab.

    @mercime
    Participant

    @tdano per error, it’s due to the user registration aide plugin. In that plugin’s defense, there’s nothing in the plugin’s docs which state it is compatible with BuddyPress at all. Feel free to contact plugin dev at https://wordpress.org/extend/plugins/user-registration-aide/ Support tab

    @mercime
    Participant

    @sweetmelody not sure. Please also post at https://wordpress.org/support/plugin/jetpack Support

    #139802
    @mercime
    Participant

    == I attempted to install a BP compatible theme ==

    @bruce-hazard I see that you’re using Elbee Elgee theme which needs to be updated fpr BP 1.6 https://wordpress.org/support/topic/problem-after-update-5?replies=18

    #139771
    Paul Wong-Gibbs
    Keymaster

    If you find you need to modify core, then please report tickets to Trac about what you do, and why. At the least, we can add more actions or filters so you can implement your changes without having to modify the core files, and at best, it could be a change that other people might find beneficial that we could consider adding to core.

    I cannot recreate your “display name” problem. Have you checked if it is being caused by any other plugin, or a theme, or any of the changes you’ve made to core?

    #139755
    Xainey
    Member

    On a side note, I don’t mind editing the buddypress core to keep this from happening. We keep notes on core modifications and update them on each new version of buddypress.

    It looks like the problem if there is one is in xprofile_screen_edit_profile() function on bp-xprofile-screens.php.

    Xainey
    Member

    Currently if you edit your profile under buddypress and change your display name in the “base” tab it will update and sync with the wordpress “_user” database properly. However, if I update a field under a different tab other than “base” that field gets updated to x_profile properly but it changes display name to the users email address. Under the wp-admin user setting: “display name publicly as” has email address as the top choice in the list. I’m second guessing myself but it looks like display name is just cleared and is reverting to default whenever I make a change to a different tab in buddypress profile. The field in question is a drop down box called “Skin name” so I don’t really see it conflicting,

    Any guidance or help is appreciated.

    #139741
    Paul Wong-Gibbs
    Keymaster

    1) Yes! Lots of development discussion happening on http://bpdevel.wordpress.com if you want to get involved, or just to read and stay up to date.

    2) We only officially started work on 1.7 this last Wednesday (15th). Several months away.

    #139738
    ossendryver
    Participant

    This is what it says in the dashboard at the top.

    You’ll need to activate a BuddyPress-compatible theme to take advantage of all of BuddyPress’s features. We’ve bundled a default theme, but you can always install some other compatible themes or update your existing WordPress theme.

    I tried to do what you said but sadly it didn’t work.

    #139734
    modemlooper
    Moderator

    They will not work together. They both override the theme when viewing on mobile. WP Touch does not have the template files for viewing BP content. BP Mobile shows any page you want you just need to add the pages to your mobile menu in the WordPress admin.

    #139729
    Roger Coathup
    Participant

    If you don’t understand how wp_nav_menu() works, you can read up about it here: https://codex.wordpress.org/Function_Reference/wp_nav_menu

    #31303
    igid26
    Participant

    Once a user enters all the fields and click “Complete Sign up” it just comes back to the same page with no error message. Register in BP-Default Theme works. I deactivated all plugins except Buddypress, BuddyPress Template Pack.
    I use WordPress 3.4.1
    BuddyPress 1.6.1

    vBen
    Member

    Hi

    I didnt find anything by using Google so I thought starting a new topic on here could help…

    I am new to this and would like to have several news categories (e.g. sports, economy, travelling) on my BuddyPress. It should show news from every category on index.php but on the activity stream it should only show news from categories a user is suscriped to (when I am not subscribed to sports news I see them on index.php but not in my activity stream).

    How do I realize this best? By using an own blog for each category or is it possible to realize it using the WordPress article system? Is there any plugin i can use?

    tdano
    Member

    I have WordPress, Buddypress, and BBPress up and running on my local machine server using XAMPP as the server platform. When I attempt to create a “new user” account for my “under construction” social website using the default Buddypress template, while I get a message that the account was successfully created, I also get a message that says “Warning:Invalid argument supplied foreach()
    c:/xampp/htdocs/wp-content/plugins/user-registration-aide/user-registration-aid.php on line 172″

    The “click here to activate account” emails are not making it to my inbox.

    would appreciate any help here.

    thanks – TdanO

    #139709
    edinchez
    Participant
    #139696
    modemlooper
    Moderator
    #31287
    k12onos
    Participant

    Hi, I’m trying to allow users to use BBcode when posting in group forums.

    Currently from what I’ve tested users can use Bold/italic/attach image with HTML codes. I found this plugin which did what I mentioned, but unfortunately it’s outdated (http://etivite.com/wordpress-plugins/buddypress-group-forum-extras/)

    Do you guys know if there’s any similar plugin here? I tried to search all the recently updated plugins for 1.6 in this site’s plugin directory but could not find one with a similar feature..

    If there is no plugin, would it be possible to create my own shortcodes using filters? I would be really grateful if someone can give me a clue and (possibly) an example. Thank you :)

    Łukasz Wilk
    Participant

    Hello, let me describe my problem…

    I created custom post type and one of meta fields will be list of buddypress members with chekboxes next ot them. Everything works great when I go to “Add new”, but when using Edit I always get info that no members were found.

    
    <?php
    
    /**
    * Register post type
    */
    
    add_action('init', 'create_project_post_type');
    
    function create_project_post_type()
    {
    register_post_type(
    'project',
    array(
    'labels' => array(
    'name' => __('Projects'),
    'singular_name' => __('Project'),
    'add_new' => __('Add New', 'lw_project'),
    'add_new_item' => __('Add New Project'),
    'edit_item' => __('Edit Project'),
    'new_item' => __('New Project'),
    'all_items' => __('All Projects'),
    'view_item' => __('View Project'),
    'search_items' => __('Search Projects'),
    'not_found' =>  __('No projects found'),
    'not_found_in_trash' => __('No projects found in Trash'),
    'parent_item_colon' => '',
    ),
    'public' => true,
    'has_archive' => true,
    'query_var' => 'project',
    'rewrite' => array(
    'slug' => 'projects',
    'with_front' => false
    ),
    'supports' => array(
    'title',
    'editor'
    ),
    'taxonomies' => array(
    'category'
    )
    )
    );
    }
    
    /**
    * Display the metabox
    */
    function project_details_metabox()
    {
    global $post;
    
    $website = get_post_meta($post->ID, 'website', true);
    if (!preg_match( "/http(s?)<img src="smileys/irritated.gif" width="" height="" alt=":" title=":" class="bbcode_smiley" />///", $website))
    $website = 'http://';
    
    ?>
    
    <label for="website">Website:</label>
    <input id=&quot;website&quot; size=&quot;40&quot; name=&quot;website&quot; value=&quot;" />
    
    <label>Associated contributors:</label>
    
    <?php
    $fullname = fullname(true, null, false);
    
    if($fullname == 'footnote' || $fullname == 'Guest' || $fullname == 'Joe' || $fullname == 'Jon')
    continue;
    ?>
    
    <input type=&quot;checkbox&quot; name=&quot;cont_" value="yes"
    id, "cont_" . bp_get_member_user_id(), true) == "yes") { echo 'checked="checked"'; } ?>/> 
    
    <?php
    }
    
    /**
    * Process the custom metabox fields
    */
    function save_project_details($post_id)
    {
    global $post;
    
    if ($_POST)
    {
    update_post_meta($post->ID, 'website', $_POST);
    
    /*foreach($_POST as $key => $value)
    {
    echo "POST parameter '$key' has '$value';
    }*/
    }
    }
    
    // Add action hooks
    add_action('admin_init', 'add_project_details_metabox');
    add_action('save_post', 'save_project_details');
    
    /**
    * Add meta box
    */
    function add_project_details_metabox()
    {
    add_meta_box('projct-details-metabox', __('Project details'), 'project_details_metabox', 'project', 'normal', 'high');
    }
    
    /**
    * Get and return the values for the project details
    */
    function get_project_details()
    {
    global $post;
    $website = get_post_meta($post->ID, 'website', true);
    
    return array($website);
    }
    
    ?>
    

    Now info about environment:

    1. Which version of WordPress are you running? – 3.2.1
    2. Did you install WordPress as a directory or subdomain install? – subdomain
    3. If a directory install, is it in root or in a subdirectory? – root
    4. Which version of BP are you running? – 1.5
    5. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? – bbPress, BP Profile Search, BuddyPress Edit User Profiles,
    6. Are you using the standard BuddyPress themes or customized themes? – customized
    7. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? – 2.0
    8. Is your server running Windows, or if Linux; Apache, nginx or something else? – Linux

    gamelord
    Member

    yes, it is. however, i was expecting pages to be created for things instead of having to invent them myself. the current message i’m getting is:

    The following active BuddyPress Components do not have associated WordPress Pages: Members, Activate, Register.

    All that the Settings | BuddyPress gives me is the ability to create new blank pages for each… but I have no idea what content should be going in them if I do create them.

    #139662
    Paul Wong-Gibbs
    Keymaster

    Frank, if you don’t know if you’re using an object cache, then you’re probably not :) You should see decent performance improvements from adding one, assuming your server has sufficient spare RAM, etc. There are lots of articles in Google about different ways of enabling object caches in WordPress, so take a look.

    The simplest approach is to use https://wordpress.org/extend/plugins/apc/ or W3 Total Cache https://wordpress.org/extend/plugins/w3-total-cache/

    #139661
    meg@info
    Participant

    Hi, in my site i have more than 11000 members

    i use zlib compression extension (it must be enabled in your php server config) in header.php

    ini_set(‘zlib.output_compression’, ‘On’);
    ini_set(‘zlib.output_compression_level’, ‘1’);

    try it and see the difference.

    else try this ways :
    http://wpmu.org/11-ways-to-make-your-wordpress-site-faster-and-leaner/

    #31276
    richardpd
    Member

    It is difficult trying to find your forum threads and posts here.
    It would be good to add a feature so you can access them from your profile.
    WordPress.org has such a feature.
    I am grateful if you would consider & add such a feature to help improve BuddyPress support forums.
    Thanks

    marc birkett
    Member

    Solved. Just for completeness I found the solution to my problem here:

    https://wordpress.org/support/topic/comments-on-inner-multisite-not-working-404-error-on-post-url

    and added a new rule to my web.config to forward to the appropriate page:

Viewing 25 results - 17,076 through 17,100 (of 32,678 total)
Skip to toolbar