Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'questions'

Viewing 25 results - 1,526 through 1,550 (of 2,990 total)
  • Author
    Search Results
  • #129993
    @ChrisClayton
    Participant

    @brownstone73
    1) Groups in buddypress are like ‘post types’ in wordpress, while you can deactivate it so that it doesnt do anything, it’s hardcoded into the core and the only way to remove it completely is by editing the core plugin.

    #129994
    brownstone73
    Member

    ok, I managed to sort out number 2, just 1 and 3 remaining

    #129992
    brownstone73
    Member

    Thanks for the reply @mercime.

    1. I don’t have any groups registered, I just wanted to know if the functionality can be removed completely.

    3. http://www.sweepbook.com is my main site, wordpress/buddypress is installed in a subdirectory, http://www.sweepbook.com/rate-this/. If I use the WordPress twentyeleven them, the logos redirect correctly to http://www.sweepbook.com/rate-this/.

    #129991
    @mercime
    Participant

    1) Re: delete not deactivate

    You can safely delete each Group you’ve created in each Group’s admin settings.
    You can uninstall the Forums for groups in dashboard menu BuddyPress > Forums > uninstall group forums.
    You can uninstall Sitewide Forums in dashboard menu BuddyPress > Forums > uninstall sitewide forums.
    Then, go to BuddyPress > Components > remove checks for User Groups and Discussion Forums

    2) Re: if you look at my site http://www.sweepbook.com/rate-this/ you will notice the menu items are on top of each other

    – I don’t see that in your site. So it’s either you’ve changed the theme to bp-default theme or you’ve decided to use bp-default’s custom menus to organize your links.

    3) Re: The logos on my site, redirects to http://www.sweepbook.com/rate-this

    – Right now I see that you have HTML pages at domain root http://www.sweepbook.com/
    So where did you install WP/BP, in subdirectory rate-this? and the redirect is to
    redirect is to http://www.sweepbook.com/sweepbook/rate-this/ .
    WP Settings > General > Site Address URI/WordPress Address URI was changed without proper checks and this is not a BuddyPress issue at all.

    https://codex.wordpress.org/Changing_The_Site_URL and if that doesn’t help you resolve the problem, please post at https://wordpress.org/support/forum/how-to-and-troubleshooting

    #27721
    brownstone73
    Member

    Hi,

    I just installed buddypress and have the following question if someone could please assist me?

    1. I do not use Groups and the forum on buddypress, can this be deleted instead of just deactivating it?

    2. I have a problem with my menu, if you look at my site http://www.sweepbook.com/rate-this/ you will notice the menu items are on top of each other, I would like to have it horizontal as per the original theme, it just changed for some reason??? I have also tried custom menu, but that did not work either.

    3. The logos on my site, redirects to http://www.sweepbook.com/rate-this and therefore throws the famous 404 error, the URL is missing the / after rate-this. It should be http://www.sweepbook.com/rate-this/ instead of http://www.sweepbook.com/rate-this. How can I fix this?

    I am currently on Windows share hosting with GoDaddy. Thank you in advance.

    #27706
    leosampieri
    Participant

    Plese, perhaps somebody has already demanded for this, but it’s almonst impossible to search for something specific among thousands and thousands of forums, in this support section.
    Is there a way to sort this out?.
    It would be easier to find stuff, and perhaps it´d diminish repeated questions.
    The search field in the upper bar hasn´t worked for me.
    Thanks for your great work, as usual.
    Cheers.

    #129722
    Nate
    Member

    I found this script at, http://wordpress.stackexchange.com/questions/15444/is-there-an-easy-way-to-move-the-wp-admin-bar-to-my-own-location

    I’ve tried to implement it though I’m not having much luck. Should I be changing anything within which would allow buddypress to use it?

    function wpse15444_wp_print_scripts()
    {
    if ( ! is_admin() ) {
    wp_enqueue_script( ‘wpse-15444’, plugins_url( ‘wpse-15444.js’, __FILE__ ), array( ‘jquery’ ), false, true );
    }
    }

    // wpse-15444.js
    jQuery( window ).load( function() {
    jQuery( ‘#wpadminbar’ ).appendTo( jQuery( ‘#wpse15444-admin-bar-container’ ) );
    } );

    #27547
    Animalit
    Member

    Hi guys,

    I’m doing a lot of customizing at the moment, and I intent to use this thread for questions.

    How can I change the layout of this menu?
    http://img442.imageshack.us/img442/9254/picsdz.jpg

    #129518

    In reply to: User blog categories

    @mercime
    Participant

    Single WP install, sure. Just add the categories from backend and users can only choose from the available categories.

    If you’re talking about categorizing a multisite blog, you could use something like this https://wordpress.org/extend/plugins/blog-topics/

    Or if you’re looking to create categories in main site which are automatically added to new subsites of multisite install http://wordpress.stackexchange.com/questions/12201/wordpress-multisite-global-categories

    #129505
    aces
    Participant

    For a few individual pages you could just add redirect rules, a line per rule, to your .htaccess file – something like:

    `
    Redirect 301 /oldpage/ http://domain.com/newpage/
    `

    The old page address is from the site root (the same as the htaccess file) the new address has to be from http://

    The following discussion might be useful http://wordpress.stackexchange.com/questions/8665/how-to-301-redirect-category-to-customname

    Hi,
    We are building a system that includes social networking features for a specific target audience, and has a proprietary set of authentication and protection features. I have some questions about whether we could build it on this platform:
    1) We need to overlay additional user authentication features – such as biometrics or additional personal questions, conditional on login circumstance/conditions (e.g. new IP address or PC, etc.). Is it possible to customize the login requirements/steps?
    2) 3rd party monitoring: Each user may have a 3rd party who can view their activity, (but not post). Can this be supported, or could we adapt to support this for our use?
    3) realtime system monitoring – We’d like to integrate realtime filters and monitoring on content (think automated/assisted moderation). First layer is automated, with escalation based on incidents/filter results. Is this possible?
    4) Will it support mass market scale? What are the biggest buddy press installations thus far? What tweaks are required to make it work? (e.g. what Database?). Can it go up to 1M users or more? Can you also provide an estimate of the server requirements for each of these scales?
    5) We are seeking a development house (e.g. consulting firm) to implement our changes and install and maintain this app. Can you make recommendations of firms who have implemented this before?
    Thanks,
    Dave

    #27504
    Aelfgifu
    Member

    Hi, there!

    Last May, when I was young and inexperienced in the ways of social networking software, I started up a social networking site for homeschooled teens, using Elgg social networking software. Elgg worked out well for several months, but in the last month I’ve absolutely come to my wits’ end with it. Don’t get me wrong, it’s a nice software. However, it’s just too hard on server resources and is using way too much of my limited spare time. After my Elgg site started repeatedly crashing due to overusing the maximum amount of MySQL connections alloted to me, I found out that I either have to switch to a different software, or purchase the $70 a month ‘VPS Pro’ hosting from my webhost. As you can probably imagine, a social networking site for homeschooled teens simply does not make enough money to justify a $70 a month hosting bill. For those reasons, I’m considering switching over to a software that’s not quite as labour-intensive/hard on the server. BuddyPress seems to meet these requirements, but I have a few questions before I can decide whether or not to use it.

    First of all (and this is the question I wish I’d asked when I started with Elgg), would BuddyPress/Wordpress require VPS hosting, with only about 150 members in all and generally a maximum of five (though usually more like zero to two) users online at any given time? (Of course, I won’t mind upgrading to better hosting when my site gets larger, but for now I can only afford about $25 a month, maximum.)

    Second, is there any simple way someone who’s not terribly skilled at PHP or MySQL (like myself) could import user data (i.e. member login data, blog posts, groups) from Elgg to BuddyPress? This isn’t extremely important to me, as my site members should be alright with moving their accounts over to a new site by themselves, but it would be nice if this were possible. :)

    Lastly, is it difficult to learn how to make plugins and themes for BuddyPress? Would the documentation be very hard for someone who’s just a bit more than a beginner with PHP and MySQL to understand?

    Thanks in advance for your help! I’m really liking the look of BuddyPress, and I hope it ends up working out for me! =)

    #129437
    daveC87
    Member

    The custom Functions I added area as follows: (When I delete the bp-custom.php everything works fine again)

    // Setups up Type=Full avatar pics for BP-post author
    function bp_custompost_author_avatar() {
    global $post;

    if ( function_exists(‘bp_core_fetch_avatar’) ) {
    echo apply_filters( ‘bp_post_author_avatar’, bp_core_fetch_avatar( array( ‘item_id’ => $post->post_author, ‘type’ => ‘full’, ‘width’ => ’70’, ‘height’ => ’70’ ) ) );
    } else if ( function_exists(‘get_avatar’) ) {
    get_avatar();
    }
    }

    // Changes order for member profile menu items
    function bbg_change_profile_tab_order() {
    global $bp;

    $bp->bp_nav = 20;
    $bp->bp_nav = 30;
    $bp->bp_nav = 40;
    $bp->bp_nav = 50;
    $bp->bp_nav = 60;
    $bp->bp_nav = 70;
    $bp->bp_nav = 80;

    $bp->bp_nav = false;
    $bp->bp_nav = false;

    }
    add_action( ‘bp_setup_nav’, ‘bbg_change_profile_tab_order’, 999 );*/

    // Setup the navigation
    // Props to http://wordpress.stackexchange.com/questions/16223/add-buddypress-profile-menu-item for helping me figure this out
    // and http://themekraft.com/customize-profile-and-group-menus-in-buddypress/
    function my_setup_nav() {
    global $bp;

    bp_core_new_nav_item( array(
    ‘name’ => __( ‘my adventure list’, ‘buddypress’ ),
    ‘slug’ => ‘my-adventure-list’,
    ‘position’ => 10,
    ‘screen_function’ => ‘my_adventure_list_link’,
    ‘show_for_displayed_user’ => true,
    ‘default_subnav_slug’ => ‘my-adventure-list’,
    ‘item_css_id’ => ‘my-adventure-list’
    ) );
    }

    add_action( ‘bp_setup_nav’, ‘my_setup_nav’, 1000 );

    function my_adventure_list_title() {
    echo ‘My Adventure List’;
    }

    function my_adventure_list_content() {
    ?>


    <?php
    }

    function my_adventure_list_link () {
    add_action( ‘bp_template_title’, ‘my_adventure_list_title’ );
    add_action( ‘bp_template_content’, ‘my_adventure_list_content’ );
    bp_core_load_template( apply_filters( ‘bp_core_template_plugin’, ‘members/single/my-adventure-list’ ) );
    }

    ?>

    ki450751
    Member

    All the pages supplied with Buddy Press are display my sidebar content below the Buddy Press page e.g. http://www.businessnetworkingafterwork.co.uk/networking-events/groups

    Have supplied answers to your questions below. Please advise remedy. Thanks

    1. Which version of WordPress are you running? 3.3.1
    2. Did you install WordPress as a directory or subdomain install? directory
    3. If a directory install, is it in root or in a subdirectory? root
    4. Did you upgrade from a previous version of WordPress? If so, from which version? No
    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes
    6. Which version of BP are you running? 1.5.3.1
    7. Did you upgraded from a previous version of BP? If so, from which version? No
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? Yes
    Connections, Event Expresso Lite and several others
    9. Are you using the standard BuddyPress themes or customized themes? Using Creativix
    10. Have you modified the core files in any way? No
    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? Built in.
    13. Please provide a list of any errors in your server’s log files.
    14. Which company provides your hosting? UK2.net
    15. Is your server running Windows, or if Linux; Apache, nginx or something else? Windows

    #27469
    airair
    Member

    i am new to word press and trying to modify Buddy Press top bar.

    my current top bar is

    enter image description here

    i want to make user area top bar like

    enter image description here

    the basic difference is to put the login user image/aviator on left side of bar.

    and also if possible remove visit link from right side.

    for detail please see the topic
    http://stackoverflow.com/questions/9173887/need-to-update-buddy-press-topbar

    Thanks

    #27455

    Hi. I currently am building a church website and I am using the the Ray of Light by Orange themes.

    What I have done is made a test website to see if this theme would work with BuddyPress but it does not.
    I have installed the BuddyPress Theme Compatibility and ran this with the Ray of Light Theme and this broke the theme (Go here to see what I mean: http://buddypress.centennialchristianchurch.com/activity/)

    So I contacted Orange Theme with this response:

    Hi. I have purchased your WordPress Theme Ray of Light.

    I currently have a church website that uses this theme. I do love your theme and wanted to add a social network feature as well.

    I currently am using Mingle for the social network, but this plugin has so many bugs I want to switch.

    I want to use BuddyPress. I am told this is a great plugin that fits my needs for a social network.

    The issue that I am having is the Ray of Light theme is not compatible with BuddyPress.

    So I use the BuddyPress theme converter and when I did this and go to a buddypress page, the site theme breaks, here is an example: http://buddypress.centennialchristianchurch.com/activity

    Now this website is just a test site for getting buddypress to work.

    So I was wondering if you could make me a Ray of Light theme that is compatible for Buddy Press so that I can still have all the wonderful features of the Ray of Light Theme but also use BuddyPress so that the theme does not look broken like http://buddypress.centennialchristianchurch.com/activity

    They responded with this message:

    Hello,
    Since plugin is integrated, it would be easier to edit plugin. Try contacting plugin support, and ask them help. We are not familliar with Budypress code, so we won’t be able to help. If plugin authors will need any help from us, they are welcome to ask questions.
    Best regards,
    Orange Themes (support@image.lv)

    #129334

    In reply to: Need some help please

    thebuzzer
    Member

    i have installed that. will that be able to limit the free users so they do not see the biz-buzzers questions?

    Also, with that plugin will I be able to add a paid member if they chose to pay offline?

    #27442
    thebuzzer
    Member

    I am creating a buddypress site. I am having a hard time figuring a few things out. I need to have two membership types: 1) user (buzzer) 2) biz-buzzers

    The user is just a general user and can do just about everything except be in the biz-buzzers group and blog. The biz-buzzer is going to be a business that pays us (can pay online or offline) to be listed in the directory, be designated as a biz-buzzer, be able to blog, be a part of the private biz-buzzers group, and be able to use the biz-buzzer group forum.

    My issue is what plug-in can I use to designate the 2 levels. I am giving 90 days free and a discounted membership to certain businesses and than to all other businesses it is one set price. How can I do this?

    My other issue is how can I not show the biz-buzzers profile questions to just the general user? I only want the biz-buzzers group and options to fill out the biz-buzzers profile questions for biz-buzzers. I do want any user to be able to see biz-buzzers profiles. I just do not want everyone to fill out those questions.

    Hope this makes sense. I really need to get this figured out because I want to launch the site by the end of the week. Thanks

    stephenbuck415
    Participant

    Hi everyone. I’m new to setting up Buddypress, and am happy to say that people are already joining my new community. I’ve got a couple newbie type questions:

    (1) Why do I want to know when a member updates their profile picture, and when members friend each other?

    (2) How do I disable those two streams (if I want to–it may not be a good idea to do so).

    Thanks

    #129246
    sheffieldlad
    Member

    Thanks Chris, I think I got it.
    Put it in a small plugin file.

    #129227
    @ChrisClayton
    Participant

    you can add it to your bp-custom.php – https://codex.buddypress.org/extending-buddypress/bp-custom-php/

    or a small functions plugin (i personally prefer this method :) ) – http://justintadlock.com/archives/2011/02/02/creating-a-custom-functions-plugin-for-end-users

    It MIGHT also work in your themes functions.php file, but i haven’t tested it.

    #129225
    sheffieldlad
    Member

    Thanks for the replt Chris.
    I’m quite new to all this and I’m not sure if I am meant to replace code with the code in your link or add it somewhere?

    Any help would be appreciated :)

    #129223
    @ChrisClayton
    Participant
    #27397
    sheffieldlad
    Member

    Hi all.
    I have a few questions.

    1/ when users comment on an activity in the activity stream their comments are indented to the right. after a few comments they become unreadable because they go so far to the right that they look like this:

    u
    n
    r
    e
    a
    d
    a
    b
    l
    e

    How do I stop this from happening?

    2/ I would like to stop group forum posts appearing in the group activity stream.
    My users find it confusing and think they can comment on a forum post and it should reply to the post.
    How do I do this?

    Many thanks for any help you can give me.

    Paul.

    #129112
    bojan85
    Participant

    @marcella1981,

    Hey Marcella, first of all thank you for taking the time to help us, What I am trying to do is very similar as david have two different registration forms depending if their user role is an athlete or coach. I have the regular Bp default theme with the frisco theme, and latest wp and bp.

    I have been trying to figure it out for a couple days but cant seem to move forward..where in the register.php do i enter the php code and jquery script? I tried a couple different places..I have matched the group fields with the $roles array I’m guessing thats the only thing im doing right so far…

    Sorry for the all the questions I am a beginner at all this..Any tips or help how to move forward would be greatly appreciated!

Viewing 25 results - 1,526 through 1,550 (of 2,990 total)
Skip to toolbar