Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 12,926 through 12,950 (of 32,678 total)
  • Author
    Search Results
  • #171683
    totoff
    Participant

    hi,
    finally i found a plugin to manage it:
    https://wordpress.org/plugins/buddypress-auto-group-join/screenshots/

    thanks,

    #171677
    Eric J T
    Participant

    Sorry I didn’t include the code for that. Yes, it is in the wp functions.php file, but it is relevant to bp theme. Here is the full function that line 100 is found in. Line 100 is the third to last, which starts with “add action”.

    /**
     * Sets up theme defaults and registers support for various WordPress and BuddyPress features.
     *
     * Note that this function is hooked into the after_setup_theme hook, which runs
     * before the init hook. The init hook is too late for some features, such as indicating
     * support post thumbnails.
     *
     * To override bp_dtheme_setup() in a child theme, add your own bp_dtheme_setup to your child theme's
     * functions.php file.
     *
     * @global BuddyPress $bp The one true BuddyPress instance
     * @since BuddyPress (1.5)
     */
    function bp_dtheme_setup() {
    
    	// Load the AJAX functions for the theme
    	require( get_template_directory() . '/_inc/ajax.php' );
    
    	// This theme styles the visual editor with editor-style.css to match the theme style.
    	add_editor_style();
    
    	// This theme comes with all the BuddyPress goodies
    	add_theme_support( 'buddypress' );
    
    	// This theme uses post thumbnails
    	add_theme_support( 'post-thumbnails' );
    
    	// Add default posts and comments RSS feed links to head
    	add_theme_support( 'automatic-feed-links' );
    
    	if ( ! is_admin() || ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) {
    		// Register buttons for the relevant component templates
    		// Friends button
    		if ( bp_is_active( 'friends' ) )
    			add_action( 'bp_member_header_actions',    'bp_add_friend_button',           5 );
    
    		// Activity button
    		if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() )
    			add_action( 'bp_member_header_actions',    'bp_send_public_message_button',  20 );
    
    		// Messages button
    		if ( bp_is_active( 'messages' ) )
    			add_action( 'bp_member_header_actions',    'bp_send_private_message_button', 20 );
    
    		// Group buttons
    		if ( bp_is_active( 'groups' ) ) {
    			add_action( 'bp_group_header_actions',     'bp_group_join_button',           5 );
    			add_action( 'bp_directory_groups_actions', 'bp_group_join_button' );
    		}
    
    		// Blog button
    		if ( bp_is_active( 'blogs' ) )
    			add_action( 'bp_directory_blogs_actions',  'bp_blogs_visit_blog_button' );
    	}
    }
    add_action( 'after_setup_theme', 'bp_dtheme_setup' );
    endif;
    
    if ( !function_exists( 'bp_dtheme_enqueue_scripts' ) ) :
    

    In the first install the failed bp had been installed and working for a few days. It suddenly gave errors when I edited a css color code on line 1211 in this file and uploaded it to the server by ftp. Yeah, I know you might say I made a mistake, but I know I did it correctly. And they you might say the file got corrupted in transfer, except that the second install on godaddy had no such changes or transfers and in short order – less than an hour of use with no other plugins or style changes – gave the same final error for line 100 when I changed my public name in the buddypress members listing, at which point neither the front nor back ends were accessible.

    Looking forward to your insights.

    #171673
    Paul Wong-Gibbs
    Keymaster

    This isn’t really a BuddyPress specific problem. You’ve activated a plugin or theme that doesn’t work, and it’s causing these errors.

    Reinstall WordPress, then BuddyPress. Use a default WordPress theme. Everything will be fine. Reactive plugins one-by-one until the error comes back. You’ve figured out what plugin(s) are misbehaving, so deactivate and delete them. Then try switching back to your theme, and seeing if it all still works.

    Hint: from your logs, the “BP Group Extras” plugin is causing problems, so get rid of that.

    #171668
    SID100MAX
    Participant

    hie guys, I thank all of you for all your endeavour to improve wordpress.
    Is it possible to change the default group avarta to something else as default group’s avarta? Cause it isn’t nice to have the same default avarta both for member and group.
    Thanks!

    #171664
    craftersuniversity
    Participant

    Hello all.

    I have been trying to get my widgets to show on the pages managed by Buddypress. At first i thought i was supposed to install an extra plugin, but when i search the web, i started to get info that Buddypress already has a sidebar that is supposed to show. Well, i see nothing of the sort in my installation. I have widgets in place on other pages on my site, but none show up on the Buddypress pages. Have i installed it incorrectly or missed a setting somewhere? I also have bbpress, and it has the very same problem. What is wrong?

    I’m using the Twenty Twelve theme ( modified child ). WordPress, Buddypress, bbpress, widgets and theme are of the latest version. My website is located on craftersU.com. You are all welcome to sign up if you need to see the logged in version of the site to find out what the problem might be.

    #171650
    craftersuniversity
    Participant

    Hello all.

    I´m having serious problem with the sub menu choices in the admin bar. When logged in, you see the “Howdy, *username*” and when you click it, a drop down appears with several menu choices such as “Activity”, “Groups” and so forth. None of this menu choices work on my Android phone, the drop down simply disappears and my profile page is loaded instead. How can i get this to work with mobile phones? You are all welcome to register in order to see this menu.

    Wordpress 3.6.1
    Buddypress 1.8.1
    Theme Twenty Twelve
    Website http://craftersu.com/

    Ben Hansen
    Participant

    Firstly, to answer your question, no. The two things are complimentary.

    I need little sites off the main site, not multisites.

    That sentence contradicts itself, if you want a network of wordpress sites based on a single installation, then multisite exactly is what you need to do that.

    If, however, you are looking to give members of your site posting authority on your single site and you want to restrict what categories they can use then you don’t need either BP or multisite. You need to change the default user role and probably use a plugin like Restrict Caterogies:

    wordpress.org/plugins/restrict-categories/

    bare in mind, i’m not sure how easy it is to undo the multisite switch that you have already thrown. Probably, others here know more then i do when it comes to reversing course on a multisite switch but it’s not something i would even try.

    #171629
    thisisbbc
    Participant

    Hi,

    WP v3.6.1
    BP v1.8.1
    Link : http://www.musicethic.com/members

    The members page seems not to be working fine, I get an error message :

    The comments plugin requires an href parameter.

    Am I missing something? Because I have no idea why this error message would display.

    Thank you for your help
    Kind regards,
    Bastien

    Additional informations :

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?

    All In One SEO Pack
    Version 2.0.3.1 | By Michael Torbert

    Antispam Bee
    Version 2.5.9 | By Sergej Müller

    AntiVirus
    Version 1.3.4 | By Sergej Müller

    bbPress
    Version 2.4 | By The bbPress Community

    Better WordPress Minify
    Version 1.2.2 | By Khang Minh

    Broken Link Checker
    Version 1.8.3 | By Janis Elsts

    BuddyPress
    Version 1.8.1 | By The BuddyPress Community

    Contact Form 7
    Version 3.5.2 | By Takayuki Miyoshi

    Duplicate Post
    Version 2.4.1 | By Enrico Battocchi

    Google Analyticator
    Version 6.4.5 | By Video User Manuals Pty Ltd

    NGFB Open Graph+ Pro
    Version 6.8 | By Jean-Sebastien Morisset

    Revolution Slider
    Version 3.0.7 | By ThemePunch

    Social Login for wordpress
    Version 4.8 | By LoginRadius Team

    TinyMCE Advanced
    Version 3.5.8 | By Andrew Ozz

    W3 Total Cache
    Version 0.9.3 | By Frederick Townes

    Widget Importer & Exporter
    Version 1.0 | By Steven Gliebe

    WordPress Social Share Buttons
    Version 1.1.3 | By Lee Chestnutt

    WP-Memory-Usage
    Version 1.2.1 | By Alex Rabe

    WP Sliding Login | Register Panel
    Version 2.3 | By Kyle Powning @ The Factory

    WP Smush.it
    Version 1.6.5.3 | By WPMU DEV

    9. Are you using the standard BuddyPress themes or customized themes?

    I’m using another theme callet BulletPress from HB-Themes

    10. Have you modified the core files in any way?

    I haven’t modified any BP related files, but I do use a child theme with a custom functions.php

    11. Do you have any custom functions in bp-custom.php?

    No

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?

    Our theme came with bbPress, see above for version.

    14. Which company provides your hosting?

    PlanetHoster

    #171628
    thisisbbc
    Participant

    Hi,

    WP v3.6.1
    BP v1.8.1
    Link : http://www.musicethic.com/members/BBC/profile/

    I activated the BuddyPress and WordPress profile syncing in BP settings but the WordPress fields are still not displayed. How can I add the WP hook to Buddypress profile page and edit profile page?

    Additional informations :

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?

    All In One SEO Pack
    Version 2.0.3.1 | By Michael Torbert

    Antispam Bee
    Version 2.5.9 | By Sergej Müller

    AntiVirus
    Version 1.3.4 | By Sergej Müller

    bbPress
    Version 2.4 | By The bbPress Community

    Better WordPress Minify
    Version 1.2.2 | By Khang Minh

    Broken Link Checker
    Version 1.8.3 | By Janis Elsts

    BuddyPress
    Version 1.8.1 | By The BuddyPress Community

    Contact Form 7
    Version 3.5.2 | By Takayuki Miyoshi

    Duplicate Post
    Version 2.4.1 | By Enrico Battocchi

    Google Analyticator
    Version 6.4.5 | By Video User Manuals Pty Ltd

    NGFB Open Graph+ Pro
    Version 6.8 | By Jean-Sebastien Morisset

    Revolution Slider
    Version 3.0.7 | By ThemePunch

    Social Login for wordpress
    Version 4.8 | By LoginRadius Team

    TinyMCE Advanced
    Version 3.5.8 | By Andrew Ozz

    W3 Total Cache
    Version 0.9.3 | By Frederick Townes

    Widget Importer & Exporter
    Version 1.0 | By Steven Gliebe

    WordPress Social Share Buttons
    Version 1.1.3 | By Lee Chestnutt

    WP-Memory-Usage
    Version 1.2.1 | By Alex Rabe

    WP Sliding Login | Register Panel
    Version 2.3 | By Kyle Powning @ The Factory

    WP Smush.it
    Version 1.6.5.3 | By WPMU DEV

    9. Are you using the standard BuddyPress themes or customized themes?

    I’m using another theme callet BulletPress from HB-Themes

    10. Have you modified the core files in any way?

    I haven’t modified any BP related files, but I do use a child theme with a custom functions.php

    11. Do you have any custom functions in bp-custom.php?

    No

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?

    Our theme came with bbPress, see above for version.

    14. Which company provides your hosting?

    PlanetHoster

    #171627
    thisisbbc
    Participant

    Here is more information about our installation.

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?

    All In One SEO Pack
    Version 2.0.3.1 | By Michael Torbert

    Antispam Bee
    Version 2.5.9 | By Sergej Müller

    AntiVirus
    Version 1.3.4 | By Sergej Müller

    bbPress
    Version 2.4 | By The bbPress Community

    Better WordPress Minify
    Version 1.2.2 | By Khang Minh

    Broken Link Checker
    Version 1.8.3 | By Janis Elsts

    BuddyPress
    Version 1.8.1 | By The BuddyPress Community

    Contact Form 7
    Version 3.5.2 | By Takayuki Miyoshi

    Duplicate Post
    Version 2.4.1 | By Enrico Battocchi

    Google Analyticator
    Version 6.4.5 | By Video User Manuals Pty Ltd

    NGFB Open Graph+ Pro
    Version 6.8 | By Jean-Sebastien Morisset

    Revolution Slider
    Version 3.0.7 | By ThemePunch

    Social Login for wordpress
    Version 4.8 | By LoginRadius Team

    TinyMCE Advanced
    Version 3.5.8 | By Andrew Ozz

    W3 Total Cache
    Version 0.9.3 | By Frederick Townes

    Widget Importer & Exporter
    Version 1.0 | By Steven Gliebe

    WordPress Social Share Buttons
    Version 1.1.3 | By Lee Chestnutt

    WP-Memory-Usage
    Version 1.2.1 | By Alex Rabe

    WP Sliding Login | Register Panel
    Version 2.3 | By Kyle Powning @ The Factory

    WP Smush.it
    Version 1.6.5.3 | By WPMU DEV

    9. Are you using the standard BuddyPress themes or customized themes?

    I’m using another theme callet BulletPress from HB-Themes

    10. Have you modified the core files in any way?

    I haven’t modified any BP related files, but I do use a child theme with a custom functions.php

    11. Do you have any custom functions in bp-custom.php?

    No

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?

    Our theme came with bbPress, see above for version.

    14. Which company provides your hosting?

    PlanetHoster

    #171612
    martinbeaulne
    Participant

    Hi !

    I’m new to buddypress and I have an important question. I installed buddypress and the Graphene theme. I want to customize the look of the member’s profiles pages.

    I looked in my theme for the /members/single.php file, which doesn’t exist. I think it means the theme was not really “made for” buddypress. So, I guess my wordpress uses the buddypress default theme pages for the missing ones in my theme ( is it so ? ).

    The problem is, whatever the modification i make to the buddypress default theme files, it does nothing to my site. So I guess those files are not used when another theme is activated, even if that theme doesn’t have the basic files for buddypress…

    So… the question is: how do I modify the member profile page when my theme doesn’t have a /members/single.php file ?

    * Sorry for my english, it’s a third language.

    deepwave
    Participant
    #171604
    @mercime
    Participant

    Using the main standard bp-default template. (Not a child theme)

    @jadskymedia If you’re only making style changes I suggest using Jetpack or another plugin which can serve CSS changes for the BP Default theme. Otherwise, If you’re going to make the style changes in BP Default’s stylesheet, it’s going to be overwritten when you upgrade BuddyPress.

    You can find the general link styles in Lines 507 through 516 of the BP Default’s stylesheet, default.css https://buddypress.trac.wordpress.org/browser/tags/1.8.1/bp-themes/bp-default/_inc/css/default.css#L507

    #171600
    BenHanna
    Participant

    After changing My groups from private to public The forums disappeared. They can still be found on my latest posts page but they appear as closed. when I open them, it says they do not exsist.

    Im uisng latest versions of bb press, buddypress and wordpress

    i have gone to settings and tried to fix this but it doesnt change anything…also the forum index page is now the travel forum despite having default forum checked in settings. I have tried repair forums but it did not work. You can view all this at digitalnomadcommunity from the forum dropdown

    Please help 🙁

    #171595
    bvirkus
    Participant

    We use Media Temple as our hosting company. They have a 1 Click Application to install WordPress. Can we use this or do we need to do the install manually of WordPress. I’ve been researching this and can’t seem to get a solid answer. I was hoping you could give us some guidance.

    #171593
    shanebp
    Moderator

    read:

    bp_core_get_userlink()

    try:
    <h2 class="author-title"><?php printf( _x( 'by %s', 'Posts by...', 'buddypress' ), bp_core_get_userlink( $author_id ) ); ?></h2>

    jadskymedia
    Participant

    I am trying to locate the code where I can change the Active Hyperlink Color to something other than the default sky blue. As well as alter the Hovered and Visited colors. Can’t seem to track it down since it’s not in the default stylesheet any longer and didn’t notice it in the functions.php.

    I’m running wordpress 3.61/buddypress 1.81. Using the main standard bp-default template. (Not a child theme)

    You can reference the live website at http://kinkyjungle.com

    Thanks in advance for any help.

    #171588
    catwomanbadkitty
    Participant

    Not sure why my code got cut off. Will try it again:

    <h2 class="author-title">Posts By <a href="<?php the_author_posts_link(); ?>"><?php the_author_meta('display_name', $author_id); ?></a> </h2>

    catwomanbadkitty
    Participant

    Hello,
    I am trying to link the WordPress author name on the Author page to their Buddypress profile. I know that Buddypress and WordPress share the same username so I found the Author title in my theme/functions/actions.php file and have added some tags. What I cant figure out is how to link to profile. Is it “USERNAME” or “%USERNAME%?

    <h2 class=”author-title”>Posts By <?php the_author_meta(‘display_name’, $author_id); ?> </h2>

    #171546
    shanebp
    Moderator

    Remove all the changes listed above that you made to edit.php.

    In functions.php, paste this:

    function something_updated_profile( $user_id, $posted_field_ids, $errors ) {
    	if ( empty( $errors ) ) {
    		print_r( $posted_field_ids ); 
    		echo "<br>user id: " . $user_id . "<br>";
    		print_r( $_POST ); 
    	}
    }
    add_action('xprofile_updated_profile', 'something_updated_profile', 1, 3);

    read this:
    https://codex.wordpress.org/Function_Reference/do_action

    #171543
    santanin
    Participant

    Good morning,

    Thank you for your continued hard work on such an amazing system like BuddyPress. I just created a brand new website with the latest versions of WordPress and BuddyPress (WordPress 3.6.1 and BuddyPress 1.8.1).

    I purchased a popular theme from ThemeForest and installed BuddyPress 1.8.1, but the sidebar (neither left nor right) does not appear on any of the BuddyPress pages, such as the Memebr Directory, the Register page, nor the Activate page. The sidebar displays fine on all other non BuddyPress pages. On BuddyPress pages, the page is full width, even though I specified the BuddyPress pages to have a sidebar.

    I cannot provide a link on a public forum as the website is for a client.

    Have you heard of issues like this with the sidebars not appearing on BuddyPress pages on new WordPress installs with popular themes? Do you have any advice?

    Thank you.

    #171540
    AaronLeigh
    Participant

    Hey Everybody,

    You know the deal, I’m a BuddyPress newb… no idea what I’m doing, just fumbling my way through it so on and so forth. You’ve heard it all before.

    I have recently added BuddyPress and bbPress to my gaming website: http://www.deadpixelnetwork.com

    I’m having a few slight issues and not really sure where to go about fixing them. Let’s see if I can explain them properly.

    1) On the User Profile Page, Members List (under Forums button) a “Show” filter drop down menu overlaps my widgets on the right hand side of the website. I would like to move it to the other side out of the way. Here’s an example page: http://deadpixelnetwork.com/members/aaronleigh/ and here: http://deadpixelnetwork.com/members/

    2) Using the same profile example link above, you will see that the users name shows up twice. i.e. AaronLeigh”>AaronLeigh I can’t see anything in the settings that will change that so it only appears once.

    3) Is there a way to sync the “default” display picture from WordPress to BuddyP? For example in the Members list, some users profiles show up as a broken image icon. These members haven’t added a custom picture. But throughout our website comments are shown up as our mascot “Pixel Pete” the “DeadPixel”… except for buddy press.

    Hopefully this all makes sense.

    Honestly to all the people out there who know how to really work WordPress I tip my hat to you!

    I’m proud of the work I’ve done so far (all by myself *puffs chest*) but I find myself constantly lost and would much rather pay someone else to get the website in working order. But not really sure how to go about that haha.

    Thanks for what ever help you guys can give. If you can’t, no biggy…I will just keep walking aimlessly throughout the internet.

    Peace!

    AaronLeigh.

    #171538
    CraigM1970
    Participant

    I’m using what are currently the latest versions of WordPress and Buddypress – WordPress 3..6.1 and Buddypress 1.8.1. My site is http://www.thedoctorwhoforum.com/

    I don’t need help with the site, but I’m currently working on a new responsive theme for it and was wondering if it is possible on a members page to list the subnav for each item within the main object nav list on every page. Is there a function to do that? Or a hack?

    I’ve searched and searched but without success.

    So, for example, instead of this on the /activity/ page:

    • Activity
    • Profile
    • Forums

    folowed by this:

    • Personal
    • Mentions
    • Favourites

    Would it be possible to produce a list something like this:

    • Activity
      • Personal
      • Mentions
      • Favourites
    • Profile
      • View
    • Forums
      • Topics Started
      • Replies Created
      • Favourites

    I hope that’s clear. This would really help with the design and give me a lot more flexibility. I think other designers would love it too.

    #171532
    benclintz
    Participant

    I am quite new to wordpress and buddypress and i was wondering whether there is a way, or a plugin that can display new members on the frontpage as they scroll form right to left. Any help will be apreciated.

    #171498
    Erlend
    Participant

    I’d like to see the current implementation of Group Forums be deprecated out of core and put into a legacy plugin. As it stands, the Group Forums feature is error prone and inflexible.

    Problems:

    – Creates a ton of sub-forums, cluttering the forum index with ~5 post sub-forums.
    – Causes URL inconsistency (some links point to links like /forum/myboard, others point to /groups/otherboard/forums)
    – Unclear what functionality belongs to which component, bbPress or BuddyPress.
    – The nature of the integration is not user- nor future-friendly because the basic logic of “what connects where” is not clear, it’s just some magic settings box.
    – Group Forum activity is contained within a single category

    I’ve made similar suggestions before, but haven’t started a self-contained discussion about it. I think the way wordpress.org handles its embedded forums is a much more elegant solution. And it is entirely possible with bbPress+BuddyPress as well.

    Here’s a basic mockup:

    View post on imgur.com

    View post on imgur.com


    http://jmonkey.erlendheggen.net/forums/topic-tag/group-tag/

    When accessing the forum via a group, you’d see what you usually see today; a forum within the group view. But if you enter a topic, you’d be transferred to the forum, just like wp.org does it. But to maintain context, there’d be a context-sensitive group widget to remind you which Group this topic is associated with.

    How it would work:
    1) During group set-up, instead of creating a new forum, all you’d do is select a tag to display.
    2) Whenever you post via this group, your selected tag will be automatically added to the topic.

    Solutions:

    – No new sub-forum per new group, just a new (or existing) tag.
    – No URL leaping.
    – bbPress serves up the shortcode, that’s it. The rest is on BuddyPress.
    – With easily identifiable tags, similar forum+group setups can be set up with custom forums or group solutions.
    – Group Forum activity can happen across categories.

Viewing 25 results - 12,926 through 12,950 (of 32,678 total)
Skip to toolbar