Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 34,451 through 34,475 (of 94,540 total)
  • Author
    Search Results
  • Hugo Ashmore
    Participant

    Not sure at what point you’re running the check but simply dumping is_page(‘activity’) out in the header.php of a bp enabled theme only returns true when on activity page.

     

    Not sure about your example of comma separated items didn’t think that worked although you can pass an array.

     

    Maybe you need to do an if(  is_home() && bp_is_current_component(‘activity’) )

    #156043
    amanor
    Participant

    Has anyone had any experience with themes purchased from zenthemes? I am considering buying the buddies theme, but I’m reluctant to send payment without any input about the theme or company.

    I am looking for a theme that looks like zentheme’s buddies theme.

    http://zenthemes.net/portfolio/buddies-wordpress-buddypress-community-theme/
    http://zenthemes.net/how-to-purchase-my-themes/

    amanor
    Participant

    I am using the BuddyPress default theme. I want to create a first page for my site with a log-in field, a couple of tabs (eg “about” etc) and a media image. I also want to create additional pages that have or omit widgets etc according to the functionality of the page.

    I have searched for tutorials that describe precisely how to change the appearance of your pages, but I can only find tutorials describing how to create groups, etc.

    Do I change these pages in the css? Or in the html code for each page? How do I do that? What I really need is a tutorial that describes how to do these things. Has anyone found such a tutorial?

    Thanks in advance for your help!

    terraling
    Participant

    Why does is_page(‘activity’) not work?

    I don’t know, that’s why I posted the question.

    It seems that if you have a page which you assign one of the BP pages (eg activity) to, then BP somehow hijacks it so that WP is no longer able to recognise it by its slug or, in this case, using is_front_page().

    dasped
    Participant

    I would suggest that the best way forward is to contact the theme author – Parallelus

    In the DynamiX theme I had to edit out a line in dynamix/functions.php

    wp_enqueue_script( ‘dtheme-ajax-js’, BP_PLUGIN_URL . ‘/bp-themes/bp-default/_inc/global.js’, array( ‘jquery’ ), $version );

    Unfortunately adding add_theme_support( ‘buddypress’ ); is not the answer, though it is certainly something theme authors need to look at for their future updates.

    I also own the Salutation theme and after a quick peek I can not find the same or similar string as I posted above.

    No point in both of us contacting the author so if you get any joy from them, please let me know how you got on. It will come in very handy, as I plan to use the theme at some point in the future.

    In your enquiry to theme author, I would suggest linking them to the top post here: http://bpdevel.wordpress.com/author/boonebgorges/

    It will help them in their investigation.

     

    Again, please do let me know your outcome.

    Thanks

     

    Hugo Ashmore
    Participant

    Why does is_page(‘activity’) not work? You could try testing for bp_is_current_component(‘activity’) though?

    #156035
    Tammie Lister
    Moderator

    @bphelp just a slight aside but maybe good to mention, you don’t need to do what you said – 1.7 has theme compatibility like @hnla says you should simply have the files in the same location.

    terraling
    Participant

    OK, I tried using bp_is_page(‘activity’) and it [correction] DOES work,

    but I noticed dipping into the BP files that bp_is_page() is deprecated.

    There is no way to recognise the page using WP core functions is_page() or is_front_page(), true?

    Paul Wong-Gibbs
    Keymaster

    Did you try posting on bbpress.org? That’s the best place for this query.

    #156010
    Hugo Ashmore
    Participant

    but once I add the buddypress.css file from /bp-legacy/css/ to /mytheme/css/ it breaks buddypress styles completely.

    You may need to explain what your process in more detail. Adding /css/buddypress.css to both 2012 and a child theme based on 2012 works as expected.

    #156008

    @bphelp,

    If you are using css tutorial from wpmu and your theme is default buddypress template/child theme, Remove “#buddypress” from all the css. I think it should do the trick.

    or better still a link to your site so that i can try and solve it for you.

    Thanks

    #156006
    bp-help
    Participant

    Sorry the above had a typo:
    use this instead:
    `
    /*
    Theme Name: Whatever you wanna name the child theme
    Theme URI: http://example.com/
    Description: Child theme name for whatever theme you chose
    Author: your name here
    Author URI: http://example.com/
    Version: 1.0 or whatever you want to number it
    Tags: whatever tags is appropriate if it is a a theme specific to buddypress then you will want to add “buddypress” to the tags sense 1.7 adding buddypress tag is not a necessity.
    */
    /*————————————————————-
    Custom CSS
    ————————————————————–*/
    @import url(“../whatever theme name you made a child theme of
    “case sensitive”/style.css”);
    `

    #156005
    bp-help
    Participant

    If your using a theme other than buddypress default within a child theme then things are gonna break when if you copied the bp-default themes style.css into your active theme. If your using a child theme based on something else then you need to add adjust and add this to your active themes style.css

    /*
    Theme Name: Whatever you wanna name the child theme
    Theme URI: http://example.com/
    Description: Child theme for whatever theme you choose
    Author: your name here
    Author URI: the theme name you made a child them of "case sensitive"
    Version: 1.0 or whatever you want to number it
    Tags: whatever tags is appropriate if it is a a theme specific to buddypress then you will want to add "buddypress" to the tags sense 1.7 adding buddypress tag is not a necessity.
    */
    /*-------------------------------------------------------------
    Custom CSS
    --------------------------------------------------------------*/
    @import url("../whatever theme name you made a child theme of
    "case sensitive"/style.css");

    carlh1
    Participant

    Using buddypress 1.7
    Wordpress 3.5.1
    Theme “Direcory 2.1” from AIT

    I’ve installed 1.7 to see if I could get the pages to show. I may have done something wrong, but I’m thinking the theme may be interfering. I can’t see any of the buddpress layouts, just a title and blank.

    Homepage is :http://www.sozocial.com

    I’ve put all the buddpress pages under the “social” menu.

    I did modify a 1.6 version of buddypress to try and work with this theme, but delted it to wait for 1.7 because I never could get it to display properly.

    I have assigned pages to the pages installed by buddypress.

    Did I do something wrong? Am I just out of luck to run buddypress? The author of the theme said they haven’t tried using it with Buddypress and I think they are working on other issues right now as it’s a pretty new theme.

    I did switch the theme to the buddypress default and the layouts display, makes me think the theme has been custom coded and is interfering… do I have the only theme that won’t work with buddypress, hah!

    Any help would be appreciated!

    companyjuice
    Participant

    This does not fix the issue with “Duplicate Activity”. I already have add_theme_support( ‘buddypress’ ); in my functions.php file. However, in BP 1.7-beta1, not in BP 1.6.4, there is a bug that posts messages, replies, and lists members twice.

    @mercime
    Participant

    @dasped @dasped @companyjuice To avoid duplication of posts for themes which are already compatible with BuddyPress i.e, BuddyPress-ready themes, add the following line in your theme’s functions.php file

    add_theme_support( ‘buddypress’ );

    see https://bpdevel.wordpress.com/2013/02/25/bp-theme-authors-make-sure-your-theme-registers-buddypress-support/

    #156001
    Kyle H
    Participant

    Hello,

    I am currently using:

    BP 1.7
    Wordpress MU 3.5.1

    I am trying to use buddypress.css to customize some css on one of my themes. Everything works fine if I dont copy the file to my theme, but once I add the buddypress.css file from /bp-legacy/css/ to /mytheme/css/ it breaks buddypress styles completely.

    If I go to View Source of a Buddypress page on my site is shows:

    So it looks like it is loading but it is breaking all BP related css.

    Any ideas?

    Thanks.

    companyjuice
    Participant

    I am having the same issue — duplicate posts. When posting an update or replying to posts, the Razor or Salutation theme is causing BuddyPress to post the message twice. I’ve tested this by switching between the Razor/Salutation theme and the BuddyPress Default theme. The BP Default theme does not have this problem — it is only in Razor/Salutation. I am using the latest beta version 1.7 of BuddyPress. No other plugins are installed.

    Anybody else experiencing this problem?

    How should BuddyPress act when the non-Default theme is handling the BP posts so it does not post a duplicate message?

    #155994
    Asynaptic
    Participant

    @ubernaut I completely agree with you in that you must research the host to find out all you can about them. Believe it or not, there are amazing hosts out there at very reasonable prices. I found this out personally because a friend pointed me to webhostingtalk where they all congregate (and compete). I don’t want to mention my host because it will sound like I’m advertising but they are a reseller of liquidweb and I am a fanatical fan because they are out of this world for technical support above and beyond what a normal host would provide as well as the quality of their servers and the price is incredibly reasonable.

    So I think on the whole we agree, do your research. Don’t go in with a preset bias or prejudice and you’ll find that most people’s preconceptions (as shown here in this thread) are wrong. Again, I’m speaking from experience here.

    @bowromir hi Ben, if you’ll note I wrote that my assumption was that you used an affiliate link because you truly believed in wpengine. I hoped that was the case and I’m glad to be proven correct.

    As for the rest, we’ll have to agree to disagree. I’ve helped friends set up their wordpress blogs on shared hosting and they are getting better performance than some others on vps! go figure. and for a huge saving to boot!

    My two cents here are for people to not be scared about doing things the right way, instead of paying for overpriced and overhyped service. If you are absolutely not technical, know that you can combine a great host with a couple of plugins (installed and tweaked by a freelancer) and then set it and forget it for a couple of years for great performance. Again, this is simply a fact from experience. Of course, if you want to pay out the wazoo for the same or inferior service, be my guest!

    googling around you’ll find a lot of glowing recommendations for wpengine, with the not surprising affiliate link. but you’ll also find experiences like this one:

    My experience with WPEngine (tl;dr, they sucked)

     

     

     

    #155993
    BenRacicot
    Participant

    Thanks @mercime,

    But I understand how it’s suppossed to work. However, I removed “Forums” from the Setting->BuddyPress->Pages Tab. Now I have this:

    No forums now.

    So what do you do now in BuddyPress 1.7? There should probably be an option to add forums like the initial install has?

    akgt
    Participant

    I was using bbpress 2.2.4 with buddypress 1.7 everything was fine, I removed 2.2.4 and installed bbpress 2.3 beta 2 and all topics disappear, so I removed them and post new ones but they show up in all the group forums, not just the one i posted in.

    Im not sure what the problem is.

    I did not get any replys in the other forum so im posting here

    Unsal Korkmaz
    Participant

    I released the plugin..
    FirmaSite Theme Enhancer:

    https://wordpress.org/extend/plugins/firmasite-theme-enhancer/

    #155987
    dang621
    Participant

    Hi everyone,

    I’m pretty new to BuddyPress and I’ve searched high and low for a solution but can’t seem to find one. Perhaps I’m not searching for the right terms but I’ve exhausted my Google-Fu.

    I’m looking for a plugin of some sort that will allow members of my BuddyPress site to post listings. Similar to classified listings but instead of buying/selling items, members will be looking for activity partners. For example, a member can post an ad stating that they’ve started a football team and are looking for one more member or they can post an ad to look for a football team to join. This will span across various activities, sports etc.

    I’ve thought of downloading a job board or marketplace type plugin and somehow customizing that to my needs but they all seem to either be out-of-date or aren’t very easy to hack.

    Anything out there that you guys can suggest?

    Thanks a bunch!

    Guust
    Participant

    Still not right, although I format the code as code, it does not quite post correctly.
    See here for the correct code: https://wordpress.org/support/topic/adding-biographical-info-and-other-info-to-the-buddypress-profile-page

    Guust
    Participant

    The code above is not quite correct, I’ll try to add it again without the php statement:
    `$key = ‘description’;
    $single = true;
    $user_last = get_user_meta( (bp_displayed_user_id()), $key, $single );
    echo ” . $user_last . ”; `

Viewing 25 results - 34,451 through 34,475 (of 94,540 total)
Skip to toolbar