Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddyboss'

Viewing 25 results - 701 through 725 (of 811 total)
  • Author
    Search Results
  • #167756

    In reply to: My account menu

    bp-help
    Participant

    @mojomateo
    I am pretty sure you would have to build the menu manually in your themes header.php if you are trying to get it like the buddyboss demo’s. Depending on your skill level it could be easy to difficult and you would also have to style it and the sub menu’s CSS. I dont know of a plugin or widget that would do it exactly like the buddyboss demo example but you can try this plugin:
    https://wordpress.org/plugins/buddymenu-buddylinks/

    #167754
    mathieu.urstein
    Participant

    Hello,

    I’d like to set a my account menu like the one on this website a the top right.
    But not in a wordpress admin bar, if possible directly in my template code.

    I’ve seen a perect one here:
    http://www.buddyboss.com/demo/

    Is there a plugin/widget for this?

    Thanks.

    #164980
    WPAgentur
    Participant

    Hi, i put the code in my theme funktions.php but superadmin is still visible in memberslist.

    add_action(‘bp_ajax_querystring’,’bpdev_exclude_users’,20,2);
    function bpdev_exclude_users($qs=false,$object=false){
    //list of users to exclude

    $excluded_user=’1′;//comma separated ids of users whom you want to exclude

    if($object!=’members’)//hide for members only
    return $qs;

    $args=wp_parse_args($qs);

    //check if we are searching for friends list etc?, do not exclude in this case
    if(!empty($args[‘user_id’])||!empty($args[‘search_terms’]))
    return $qs;

    if(!empty($args[‘exclude’]))
    $args[‘exclude’]=$args[‘exclude’].’,’.$excluded_user;
    else
    $args[‘exclude’]=$excluded_user;

    $qs=build_query($args);

    return $qs;

    }

    Iam using WP: 3.5.1 and BP: 1.7.2 with the buddyboss-theme.

    #163708
    John Conner
    Participant

    @mareksgregs I had such problem, just little more complicated, the only thing is nobody -even experts and developers- can directly give the clue in harsh times. Have a look here, might be helpful: http://www.buddyboss.com/child-themes/

    #163705
    John Conner
    Participant

    @mercime Hi and thank you deeply for being responsile. I just cope on this challenge and the best description I found is: http://www.buddyboss.com/child-themes/

    krisdarty
    Participant

    Sorry if this is in the wrong place. The drop down had welcome pack greyed out and I couldn’t select it.

    Hi I just wanted to make sure Welcome Pack was working for everyone since the latest update. I just launched a new network and have welcome pack setup to do all the cool stuff it does but none of it is happening.

    I’m using the buddyboss theme, S2member, and WPFB Autoconnect to create the user profiles and obviously buddypress.

    The Users are assigned non standard roles that I created in S2member.

    Would that create a situation where welcome pack wouldn’t send messages and friends requests ?

    Profiles are being created and everything related to buddypress works so I’m not sure why welcome pack isn’t doing the deeds 🙂

    When I go in the setting to select who it should send friend requests from everyone in the database is there so obviously it is accessing that info.

    Anyways if anyone has a clue about why it wouldn’t be working I’d appreciate the insight

    And thanks Paul for making all this cool stuff 🙂 Can’t wait to configure Achievements to create more awesomeness in my network.

    Also if it matters I have both buddypress and welcome pack network activated

    Thanks again : )

    -Kris Darty
    The Ambassador of Awesomeness

    #163442
    Tammie Lister
    Moderator

    Since BuddyPress 1.7 you don’t only have to use a BuddyPress theme so you can use any theme from https://wordpress.org/extend/themes/search.php?q=buddypress and also https://wordpress.org/extend/themes/. I’d always say ideally you use a theme that’s designed for a community but either option gets you up and running.

    Also worth looks are:
    http://infinity.presscrew.com
    http://3oneseven.com/buddypress-themes/

    As far as buying in theory again every theme that works for WordPress works but BuddyPress specific themes you can get a number of places such as (not exhaustive list):

    • BuddyBoss: http://www.buddyboss.com
    • Luca’s theme: http://luca.untame.net
    • Mojo Themes: http://www.mojo-themes.com
    • Press Crew: http://shop.presscrew.com
    • Theme loom: http://themeloom.com/themes/pure-theme/
    • Theme Forest: http://themeforest.net/category/wordpress/buddypress
    • Themekraft: http://themekraft.com
    • WPMU DEV: http://premium.wpmudev.org

    #163408
    Riobeaches
    Participant

    I can’t edit my profile page because it tells me “page not found”
    The odd thing is my members can edit their profiles, just not me.

    Was using buddyboss theme and tried changing to buddypress default theme.
    Permalinks are set to Post name.
    Deactivated all pluggins except buddypress.
    Extended profiles is checked.

    What could be wrong?

    #163366
    Riobeaches
    Participant

    For some reason my members have a profile page, but I do not. When I try to access my profile page I get this

    “Page not found

    We’re sorry, but we can’t find the page that you’re looking for. Perhaps searching will help.”

    I’m using Buddyboss theme.

    Any ideas why?

    #163063
    bp-help
    Participant

    @feeldesign @akukskuks
    Deactivate all plugins other than BuddyPress and revert to either bp-default theme or Twenty Twelve and see if the problem persists then report back here. I suspect it is either a plugin, or theme but I won’t speculate. I just know I have not encountered this and I have about 30 installs on my test server, I do not however have that buddyboss theme so I have no way of testing it so its up to you to see if that theme is the issue.

    #162987
    feeldesign
    Participant

    HI
    Trying to set up a Buddypress site, have installed various plugins and a them, along with Buddypress itself.
    However, when you view http://retiredandkicking.com/ the Groups, Members, Register etc pages are blank, despite being specified in the admin, I’ve installed bb press which seems to have got forums showing but I’m at a loss as to why it’s blank on those pages, where would that content be drawn from?
    Buddypress Version 1.7
    Wordpress 3.5.1
    Theme Buddyboss v 2.1.7
    I’m getting a lot of page not found errors too on create an account pages

    I’ve obviously had some issue with install, but not sure what – tried re-installing but no luck!
    Help!
    James

    #162842
    harryko
    Participant

    Hi,
    I’ve a problem whit buddypress 1.7 and older version.
    I’ve wordpress 3.5 install and no other plugin(fresh install).
    When I activate buddypress it add a whitespace above DOCTYPE.
    I’ve an error in IE9 and all my site is break only in IE9.
    I use different theme, custom like buddyboss, and Twenty Ten from wordpress.
    Allways the same a damned whitespace is add above DOCTYPE declaration.
    If someone can help me.

    Thanks in advance

    #162041
    boiy
    Participant

    i tried to register a new user yesterday and it didn’t register, the registration page redirected to itself(register page) without registering the user, and the buddyboss register meter didn’t move from create account to check mail.. it just redirected back to the same registration page with password and confirm password fields empty..

    and my site is ready for upload.. just wanted to test all features again before i go live

    and this came up.. but with my other wp/bp site it works well.. and they both use same theme(customized buddyboss)

    any IDEAS!!!

    #161949

    In reply to: Re-enabled group forum

    Jeff
    Participant

    BP 1.7, BBPress 2.3, WP 3.5.1, Theme: BuddyBoss

    This is a major problem. I have to delete my groups!? Ok fine. Thankfully I’m in development stage right now so I removed the groups along with their associated forums. Here’s what I did next to reproduce the error:

    1. Removed all groups.
    2. Removed the associated forums and purged from trash. Only one site-level forum remained.
    3. Recreated the groups and elected to have a forum for each one.
    4. Viewed each group and clicked on Forums link. So far so good! The forum displays as expected.
    5. Visited the new Groups section (BP1.7) from admin console. All groups show fine.
    6. Selected one group to view it within admin console. I did notice that in the Discussion Forums meta box, the checkbox was selected but no forum was selected in the dropdown. Hmmm.
    7. Clicked Save for the group. No problem.
    8. Visited the group from front end, clicked on Forums link, BOOM!

    Errors:
    —————————————————————
    Mopar Club Connections → Forum
    Public Group

    Warning: substr() expects parameter 1 to be string, array given in /var/www/vhosts/jsmedianetworks.com/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 776

    Warning: strpos() expects parameter 1 to be string, array given in /var/www/vhosts/jsmedianetworks.com/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 783

    Warning: explode() expects parameter 2 to be string, array given in /var/www/vhosts/jsmedianetworks.com/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789

    Warning: Invalid argument supplied for foreach() in /var/www/vhosts/jsmedianetworks.com/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789

    Warning: substr() expects parameter 1 to be string, array given in /var/www/vhosts/jsmedianetworks.com/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 776

    Warning: strpos() expects parameter 1 to be string, array given in /var/www/vhosts/jsmedianetworks.com/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 783

    Warning: explode() expects parameter 2 to be string, array given in /var/www/vhosts/jsmedianetworks.com/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789

    Warning: Invalid argument supplied for foreach() in /var/www/vhosts/jsmedianetworks.com/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789

    I don’t know if this is BuddyPress or BBPress issue.
    -Jeff

    #161418
    aces
    Participant

    Have you upgraded your theme to the latest version: http://www.buddyboss.com/buddyboss-theme-updated-to-2-1-7-compatible-with-buddypress-1-7/ ?

    Looking at it with internet explorer developer tools I can see that the ‘default.css’ is adding a `margin-top;-28px:` to the `body` which is causing the cut-off.

    Try using the developer tools in Chrome, Safari or Internet Explorer, or use Firebug with Firefox, or Opera’s Dragonfly to see for yourself and test any edits if the theme upgrade hasn’t fixed it.

    valuser
    Participant

    Set-Up

    wp 3.5.1 bp 1.7 bbpress 2.2.4 & later 2.3 rc1

    upgrading from 1.6.5 and to Group & Sitewide Forums

    Theme – Child of BP Default

    All on a local install to prepare to upgrade for online eventually.

    A Slight glitch —> but not in BP Default —> only in the Child of BP Default Theme

    It is the problem as mentioned by @buddyboss in this thread http://buddypress.org/support/topic/buddypress-1-7-is-now-available-2/

    I did try

    1) adding show_admin_bar( true ); in functions.php but no joy (emptied caches etc).

    2) removed all functions from the child theme.

    3) removed all functions except show_admin_bar( true ); from the child theme.

    4) selectively removed items from the header.php file.

    Have examined the sequence and it appears to me that the admin menu dissappears when you save settings on the last step of configuring bbpress.
    (i.e step 6 of http://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/ )

    Have tried with bbpress 2.2.4 & later with bbpress 2.3 rc1

    Would really appreciate some guidance as it really has outwitted me.

    #159723

    In reply to: Cannot post drug names

    palmdoc
    Participant

    Hi @chouf1
    Thanks for the tip about checking with the host – will do. Here’s my configuration:
    Host URL: forum.mydobbs.net
    Site URL: http://forum.mydobbs.net
    Wordpress URL: http://forum.mydobbs.net
    Wordpress Version: 3.5.1
    BuddyPress Version: 1.6.5
    MultiSite Status: Off / Disabled
    Theme: BuddyBoss Child Theme
    Server: Apache
    Active Plugins: 39 (BuddyPress Edit User Profiles. 1.0; BP Group Management 0.5.4; BP Post Buttons 1.0; BP Profile Search 3.2; BP Unread Posts 0.8.0; BP Webcam Avatar 0.8; BuddyPress Activity Plus 1.4.1; BuddyPress Announce Group 1.3; BuddyPress Auto Group Join 2.2.1; BuddyPress Docs 1.3.3; BuddyPress Facebook 0.2; BP Group Documents 0.4.0; BuddyPress Group Email Subscription 3.3.3; BuddyPress Message Attachment 1.1; BuddyPress Mobile 1.5.2.3; BuddyPress Registration Groups 0.8; BuddyShare 1.2.1; BuddyPress Toolbar 1.5.1; BuddyPress Topic Mover 2.5.1; BuddyPress Usernames Only 0.58; BuddyPress 1.6.5; CubePoints Buddypress Integration 1.9.8.9; CubePoints 3.2.1; E-Newsletter 1.2.4; Events Manager 5.3.7; Export Users to CSV 0.3; FFF Cron Manager 0.7; Google Doc Embedder 2.5.6; HungryFEED 1.6.2; NextGEN Gallery Voting 2.4.1; NextGEN Gallery 1.9.12; s2Member® Framework 130221; Fast Secure Contact Form 3.1.8.1; Simple Popup Plugin 4.1; WordPress Chat 1.3.2.6; WP-FB-AutoConnect 3.0.1; WP Mail Options 0.1.10; WP-Polls 2.63; WPMU DEV Dashboard 3.2.5; )

    #155890
    cybohmoob
    Participant

    Oh man i wished I knew there was BuddyBoss.

    I am new and I rewrote everything from scratch. grrrr.

    #153836
    Kevin M. Schafer
    Participant

    @carmeetsroad Really? I would have paid four times that. I would pay $1,000 for a license to download WordPress and activate it. I think it came down from Heaven when no one was looking. 🙂 I enjoy learning WordPress and teaching myself code, but I can appreciate fine craftsmanship. JMHO I want to experience BuddyPress without worrying that something I coded wrong or that my theme is hindering it.

    Peace.

    Kevin

    #153835
    carmeetsroad
    Participant

    Too Pricy for me! 😀

    #153821
    flyveren
    Participant

    The Buddyboss guys are good at keeping up on updates 😉

    #153820
    Kevin M. Schafer
    Participant

    @flyveren Okay, I will do as you suggest. I did look around in my db and I couldn’t differentiate the buddypress tables from the rest of the tables. I’m going to read up on this.

    A fella like me that’s new at all of this, I don’t need the Beta version. I have successfully re-installed 1.6.4 and everything is working great. I really like this BuddyBoss theme. My mother is going to like it, too, when she sees it.

    I’m glad to hear that you have this theme as well. If I have any questions, I will send you a mention.

    I do have one concern that although everything is fine now, when it comes time to upgrade to the newest BP version when that time comes, that everything will go as planned. I think there’s something to be said for allowing WordPress the chance to install plugins and themes on its own instead of using FileZilla. I would imagine the final version of BP will be slimmed down to clear entry into WP. Either that or WP will update just prior and relax the upload limitation a bit and allow a slightly bigger BP folder to come up and install.

    I’m going to enjoy my new theme and get building my social site. If you, or anyone, thinks I should clear those tables and reload 1.6.4, please let me know. I’m not afraid to try it. If you think the tables are fine — because my site is running fine — I’ll leave then alone. I just hope when the day comes to upgrade that I’ll be okay. By then, I’ll have a great deal of time invested in my site.

    Thanks for taking the time and helping!

    Kevin

     

    #153818
    flyveren
    Participant

    I would backup you db and then delete the buddypress tables. Delete the files and upload them all over.. before trying to aktivate agian.

    I would also go for the stable version 😉 and not the beta version

    #153817
    Kevin M. Schafer
    Participant

    @flyveren I got your message by e-mail that you added me as guest, just before I deactivated 1.6.4. I’m not able to upload 1.7Beta1 while inside of WP. I get a message that the file is too big.

    I just finished uploading 1.7 via FileZila, and when I went to activate it, I received this error:

    Warning: require(/home/*****/public_html/gumpolen/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php) [function.require]: failed to open stream: No such file or directory in /home/*****/public_html/gumpolen/wp-content/plugins/buddypress-1.7Beta1/bp-loader.php on line 401

    I somehow need to reset WP so that I can upload 1.7 as a brand new install. Would you have any suggestions?

    #153813
    flyveren
    Participant

    ill bo on your site as guest 😉 lets have a look.. added you as a friend

Viewing 25 results - 701 through 725 (of 811 total)
Skip to toolbar