Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 65,176 through 65,200 (of 94,540 total)
  • Author
    Search Results
  • #95582
    Mark
    Participant

    Is 1.2.6 buddystream compatible ;)

    #95578
    Hugo Ashmore
    Participant

    thekmen’s advise should be noted to refer to a true custom theme rather than a child theme.

    If you are running as a ‘child theme’ i.e you are using and referencing the bp-default files – even if you have copied over some to customise then that is a child theme and you are still loading the original functions.php so DON’T copy anything in it over to your own file as that duplicates or attempts to call the same function twice and that results in problems.

    #95574
    Roger Coathup
    Participant

    @boonebgorges, @hnla , @djpaul – can anyone fix the broken html in this stream?

    #95569
    Mark
    Participant

    WHoops `<?php

    /*

    Template Name: Activity Index

    */

    ?>

    <div class="post" id="post-“>

    <?php the_content( __( '

    Read the rest of this page →

    ‘, ‘buddypress’ ) ); ?>

    __( ‘

    Pages: ‘, ‘buddypress’ ), ‘after’ => ‘

    ‘, ‘next_or_number’ => ‘number’)); ?>

    Ostatnio na S3.0?

    • <a href="” title=””>
    • <a href="” title=””>
    • <a href="” title=””>
    • <a href="” title=””><?php printf( __( 'My Favorites (%s)’, ‘buddypress’ ), bp_get_total_favorite_count_for_user( bp_loggedin_user_id() ) ) ?>
    • <a href="” title=””>


    `

    #95568
    Mark
    Participant

    Not as far as I know. Its odd. Users also cannot change their profile pic!

    If you go to http://www.pl.science3point0.com you will see that it is english whereas logged in it is Polish.
    This is the template

    ‘<?php

    /*

    Template Name: Activity Index

    */

    ?>

    <div class="post" id="post-“>

    <?php the_content( __( '

    Read the rest of this page →

    ‘, ‘buddypress’ ) ); ?>

    __( ‘

    Pages: ‘, ‘buddypress’ ), ‘after’ => ‘

    ‘, ‘next_or_number’ => ‘number’)); ?>

    Ostatnio na S3.0?

    • <a href="” title=””>
    • <a href="” title=””>
    • <a href="” title=””>
    • <a href="” title=””><?php printf( __( 'My Favorites (%s)’, ‘buddypress’ ), bp_get_total_favorite_count_for_user( bp_loggedin_user_id() ) ) ?>
    • <a href="” title=””>


    ‘

    #95564
    revolutionfrance
    Participant

    @thekmen I try copy/pasting from the functions.php, but I get a blank page…any clue why?

    Roger Coathup
    Participant

    I’ve been experiencing a problem with intermittent blank screens when accessing pages on BuddyPress sites – the page then loads without problem when you hit reload in the browser.

    Has anyone else experienced the same problem?

    I noted it on several sites / servers – including buddypress.org in the past.

    It’s not browser / machine specific either – we’ve had it on Safari and Firefox, and our clients have noticed it in IE.

    It’s intermittent and unpredictable – I assume something is occasionally timing out on the server.

    Has anyone else come across this? Anyone work out a permanent fix?

    #95561
    youlichika
    Member

    Sorry. I lost paste some code. I forget use `backticks`.
    “ is under the path in wordpreewp-contentpluginsbuddypressbp-themesbp-default
    Now I want include some one from the path wordpresswp-contentthemesmythemename.
    How to write correctly? Thanks.

    #95560
    Roger Coathup
    Participant

    If you are not familiar with building child themes in WordPress / BuddyPress – you should read this page before beginning:

    https://codex.buddypress.org/extending-buddypress/building-a-buddypress-child-theme/

    #15929
    youlichika
    Member

    is under the path in wordpreewp-contentpluginsbuddypressbp-themesbp-default
    Now I want include some one from the path wordpresswp-contentthemesmythemename.
    How to write correctly? Thanks.

    Roger Coathup
    Participant

    it’s almost certainly a problem with your setup, and nothing to do with the core BuddyPress code.

    As I suggested, check your bp-custom.php file first of all – it goes in the /plugins folder – did your developer put any functions in there that modify the behaviour of your site?

    p.s. are you sure you are using vanilla BuddyPress – you (or developer) haven’t modified any of the core files?

    #95550
    Matt Edminster
    Participant

    @djpaul

    You once mentioned having a proprietary solution for user lists using xprofile fields.

    In redesigning my organization’s website I need to 1. display certain users (organization members in various departments) in a directory and 2. limit certain kinds of content creation to these lists (group creation only for organization members). We still want the site open to the public and use it to recruit new staff so I can’t just close down registration. Also, I can’t use wp roles because write permissions don’t line up with our organizational groupings (eg, some organization directors will be contributors while others are editors).

    I’d be interested to know what you’ve come up with and would be willing to purchase it if it meets our needs and fits our budget.

    #95549
    Roger Coathup
    Participant

    @bojanski

    hide_sitewide is a boolean, and in this line is being used to test whether an activity item has been marked as hidden or not – (it’s not a count @tom_taylor_85)

    You should NOT be modifying the code there – that’s a core file, and you’ll run into problems when you upgrade if you’ve modified them. You’ve also changed the logic to say: if an item is marked as hidden get it to display – which is not what you want.

    @bojanski – can you be clearer about what you mean by “remove sitewide activity tab” – do you mean you want to remove the main Activity page from the main nav bar?

    If the latter – edit it out in header.php in your child theme.

    #95547
    techguy
    Participant

    In order…
    -Depends what you mean, but this is a built in featured to BP
    -This is pretty much a requirement for BP. Although, you can choose how big or small you want the profiles to be
    -Groups in BP should satisfy this. You can make them public, hidden or private.
    -This is a widget in the default BP theme
    -Just turn it on in the BP settings
    -There are a couple picture plugins. One that’s paid that’s pretty good from BuddyDev.com Another one that’s getting really close called BP Media. They have a version available now, but it’s basic. In a month? or so it will have even more features.
    -These can just be added to your theme anywhere that you think would be good.

    So, pretty much everything but the pictures is available by default with BP. The pictures need the plugin.

    #95541
    johnny0110
    Participant

    See, now I never thought of that Paul !!!! Thats why they call us newbies…. : )

    Thanks,
    JT

    #15926
    zenzard
    Member

    Is there a way simply to use Ranks on a BuddyPress site? Thinking specifically of special ranks for specific people? (Like the site owner, haha!)

    Thanks!

    #95539
    paulhastings0
    Participant

    Theoretically it’s possible, but I would really discourage it at this point. You’re basically contemplating taking some 100+ files (I’m guestimating that number, it might actually be closer to 200) from a BuddyPress compatible theme and making them all accessible in the WordPress theme editor. It would be an absolute nightmare.

    #95538
    paulhastings0
    Participant

    It sounds like you would need create another folder in your root install of wordpress and title it something like “community”. Then create a bran-new WordPress install in the folder and then install BuddyPress. You’ll effectively have 2 WordPress installs. The one on your “main” site will just be what people look at. But the 2nd install in your community folder will be where people will create accounts, interact, i.e. basically everything else that BuddyPress does.

    johnny0110
    Participant

    Hello all,

    First of all, let me say, Im a total newby to all of this WordPress stuff and Im learning FAST!!! Any and all info would be greatly appreciated!! I hope I dont get beat up here…. : (

    My question is this: Is there a way to put BuddyPress (or some type of social network) on my WordPress based website but NOT use it as a theme? What I mean is, I wan to use BuddyPress as a social network for my companies website but I want it to be a clickable link at the top of the website as a menu link. Clicking the link would ultimately take them to the “Example Company Online Community”. Almost as if it were taking them to Facebook.

    After I installed the BuddyPress plugin in my WordPress, it became PART of my actual website as a theme. Thats not what we want. Is there a way to get a social network “page” within my website without BuddyPress changing my whole website?

    Again, Im a newby here….. be gentle….

    JT

    Tosh
    Participant

    @travel-junkie Can you explain what each of the functions are doing? I’m still not fully understanding this.. sorry :(

    I’ve looked at the skeleton component but it’s so different from what I’m trying to do. I don’t want to give another person a “high five” or accept a agreement.

    #95534
    Jennifer Ross
    Participant

    Hi! Thanks for your replies!

    Yes Paul, the problem still remains after the users log in. I have some test accounts, and after logging in each of those accounts, their activity does show up in the stream, but still on the members tab it shows no users. (this is the case for both the “existing users” and “new users” that I created after the switch.) When a new user registers, or an old user signs in for the first time, I do notice that the wp_bp_xprofile_data table updates to show the user added, however the “members” tab still shows “Sorry, no members were found.”

    I looked at the filters Tom… good thought, but no luck. :-( Still shows no members with each of the filters selected.

    I reinstalled BuddyPress and dropped all the old tables and pretty much started from scratch as far as BP is concerned this afternoon with a fresh install. Still having the same issue.

    I am at a loss. Any other ideas out there?

    Thanks,
    Jennifer

    #15923

    I just installed BuddyPress and setup a new forum all via wordpress, so I did not use any existing forums or databases.

    I can create groups, but I cannot post a forum topic at all! What is wrong? Please help! Thank you.

    #95531
    Paul Wong-Gibbs
    Keymaster

    Jennifer, does the problem remain after at least one of those users have logged in (after you’ve activated BuddyPress)?

    Paul Wong-Gibbs
    Keymaster

    I don’t think this problem has anything to do with BuddyPress?

    #95524
    Sofian J. Anom
    Participant

    Yes, it is possible! For example you can look at http://nahdliyin.com :)

Viewing 25 results - 65,176 through 65,200 (of 94,540 total)
Skip to toolbar