Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 22,376 through 22,400 (of 68,945 total)
  • Author
    Search Results
  • #157309
    hkcharlie
    Participant

    @modemlooper thanks for the advice, where  should I place this ?   (functions.php  ?)

    bp-help
    Participant

    I still would appreciate some help on this! Thanks everyone! 🙂

    #157306
    danbpfr
    Participant

    .. and sipping a cup of tea, yes 😀

    #157300
    notpoppy
    Participant

    First, thanks for the speedy reply!

    I do have group forums so I guess that limits my choices a bit. Guess I’ll have to sit tight and wait for Buddypress 1.7 and BBPress forums 2.3…

    #157299
    danbpfr
    Participant

    hi @notpoppy,

    no it’s not possible. WP post comments are not forum discussions.
    And the BP included bbPress forum as no settings for such.

    If you use BP 1.6.x with the bbPress 2.2.4 plugin for a standalone forum, you can plug bbPress, but this cannot be done if you have group forums.

    If you use BP 1.7 and bbP 2.3, every thing becames possible, but you have to wait a little, both are still in beta…

    That said, each WP comes with Askimet, the theoretical nec plus ultra of comments anti-spam, whitch protect the comments, the activity stream, etc
    Search on this forum, you’ll find many discussions about spam and what to do/use….
    Even if no definetly solution exist.

    #157298
    danbpfr
    Participant

    the thing to understand with PHP is to never use a function name twice on a same action. A function name is and must be unique.

    In the WP ecosystem, you can act on templates throught the child theme. Generally you only change HTML and CSS and use the existing php filters from the original template.

    If you need to modify an existing function, you copy the original to the child theme functions.php file and do your changes on this copy. Once done, you change the name of the function and the new hook name

    unhook first  the action or the filter
    remove_action or remove_filter, than the new function
    function my name
    add_action or add_filter (‘the_action_to_hook’, ‘my_name’)

    Because this is registered in the theme functions file, and because WP is calling a evantually exiting child theme first when he loads, the child becames priority of any other existing theme. And that’s why it works !

    Don’t be affraid, the only one who can broke things in a child theme is you, never an update.

    The only limit is when you use a so called buddypress ready theme, in fact a third party theme. This works generally  out of the box, but if you want to change something in such a theme, you must first create a child for it. Simply because that original “child” is updatetable. And the whole world knows that you want’t loose your changes.

    That said it’s not forbidden to work on a local copy, and to save systematically any file you modify on the prod site.
    Reading the Codex on rainy days is also a good thing you can do. 🙂

    #157296
    gouessej
    Participant

    Hi

    There are already several tools to restrict access based on user roles, for example Members, Advanced Access Manager, Restrict Content, Page Security, Maven Member, User Access Manager, WordPress Access Control, Role Scoper, Press Permit, … However, none of them allows to restrict access of users not logged as WordPress users but with OpenID.

    #157291
    parakeet
    Participant

    Grr. Me too!

    Was working okay.

    Have been trying out BuddyStream, BuddyBlog and BP Simple Front End Post.
    Now no blog posts are appearing in Activity feeds.
    I’ve deactivated all those plugins. Now the only plugins I’m running are BackWPup, BuddyPress itself and Remove Admin Bar – but still, new blog posts are not appearing in the Activity feeds!

    How frustrating 🙂 Looks like I’ll need to wipe the slate clean and start again?

    Haylp!

    BP 1.7b2
    WP 3.5.1

    #157089
    Shahzaib Sabir
    Participant

    @chouf1 I think i detect the problem. The conflict was, because i added the following code to my style.css to float a link(wstest.tk) on extreme right of the buddypress bar. `#wpadminbar li {
    float: right;
    }`

    When i remove the code from style.css this works.

    Is there any code, by applying i could float a link to right instead of applying the above code, which floats all the links from left to right?

    Here is the link of my test website http://wstest.tk/
    Username: test
    password: test


    @chouf1
    Please have a look into and tell whether you could help me? plz..

    #156841

    Since your site was compromised, and you are the resident expert with your configuration, we rely on you to fill in any gaps that you can.

    If you get to the point where you’ve identified a clear and repeatable security issue with WordPress, BuddyPress, bbPress, or any other plugin, let is know by checking out the following page:

    https://codex.wordpress.org/FAQ_Security

    Thanks, and good luck.

    #156839
    LudachrisGSX
    Participant

    Thanks for the replies… having used WordPress several times before to build client sites, I do feel pretty comfortable with it and understand what it is. I’ve just never used it for a community site solution like my vBulletin site business. I guess I’m just trying to feel comfortable with the idea of using a script that wasn’t originally designed to be a community script as the basis for a community site.

    One of the drawbacks of it not being a community script out of the box is that you have to load it up with a ton of plugins and then worry about compatibility and quality of code (something I’ve also encountered with vB, Drupal, and Joomla). The more plugins the more headache come upgrade time usually. Hopefully that won’t be a big issue like it is with vB.

    I think I feel good enough to start installing a test site to build it up and see how close we can get to our project vision using available plugins and themes.

    #156838
    bp-help
    Participant

    @praisehim Sorry to butt in but the simplest answer is to just not use that theme and use the default buddypress theme. The moderators here are well versed in the default theme and some other ones. Anytime you use themes or plugins that are not included with BP then you have to rely on that theme or plugins author for support. Don’t get me wrong their will be people that will try to help but it seems to go a lot smoother when they know the theme and these moderators know their stuff on here really well. Their good people!

    danbpfr
    Participant

    hi @number_6,

    Number 2: – Why did you resign ? 😀

    sticky is a WP setting. This can be done/undone when you publish a post.

    The only sticky or featured related code i found is in the child theme index.php

    Give a try by removing this:27
                                <?php if ( is_sticky() ) : ?>
    <span class=”activity sticky-post”><?php _ex( ‘Featured’, ‘Sticky post’, ‘buddypress’ ); ?></span>
    <?php endif; ?>

    or ask the author  @modemlooper directly

    #156828
    danbpfr
    Participant

    <?php if ( bp_has_activities( 'user_id=1895624') ) : ?>

    https://codex.buddypress.org/developer/developer-docs/loops-reference/the-activity-stream-loop/

    buddypress/bp-activity/bp-activity-classes.php

    #156813
    Paul Wong-Gibbs
    Keymaster

    As Boone told you already, there are no known security issues with BuddyPress.

    #156804
    Bornholmeren
    Participant

    Thanks, I can use that also, but what I ment was the link and text belove my hole site, in the bottom, where it says:

    http://www.bornholmeren.net er lavet i WordPress og BuddyPress.

    It is not easy to read with the color it has know.

    #156800
    shadow772
    Participant

    sorry fot not waiting, but I have to solve this issue for the running system.
    I know you have other things to do and btw: buddypress is great

    in the test environment I can now create groups just by re-uploading a fresh buddypress-plugin folder via ftp

    doing a backup right now and testing for the running system
    wish me luck =)

    #156792
    modemlooper
    Moderator

    no worries! 😉

    #156791
    @mercime
    Participant

    @ludachrisgsx Looks like you’d want to import vbulletin forums to bbPress forums https://codex.bbpress.org/import-forums/vbulletin/ For more information/assistance, please post at https://bbpress.org/forums/

    BuddyPress and bbPress are both WordPress plugins.

    1. scalable – yes. One can only be limited by server and skillset. https://wordpress.org/showcase/flavor/buddypress/ are just some who have thousand of users.

    2. not buggy – nothing’s perfect in this world. Having said that, both BuddyPress and bbPress have the same Project Lead and both projects are actively maintained and upgraded. Compatibility of both plugins with current WordPress version is assured.

    3. easily modified – easy is relative. The code is open source. Experienced BP/bbP/WP developers can certainly add/remove features as needed.

    4. ton of features – register at http://testbp.org/ the official BuddyPress test site running default features on trunk versions of WP/BP/bbP using Twenty Twelve theme.

    5. easy to build out different content types etc – see #3 above.

    6. not bloated – one can enable or disable features as needed.

    7. easily optimized for search engines – WP/BP are naturally optimized for search engines even without “seo” plugins.

    8. solid support community – all of us who give support in these forums are volunteers living in different time zones. There is no on-demand support. One could hire full-time/experienced developers by posting at:
    https://buddypress.org/support/forum/plugin-forums/bp-jobs-board/ and
    http://jobs.wordpress.net/

    9. secure, obviously – we take security seriously.

    >> I know that asking this here will come with a BP slant,

    Unlike phpfox and vbulletin, we’re not trying to sell BuddyPress. It’s free. It’s there for anybody to use. And it’s an outstanding plugin if I may say so myself, constantly improving and keeping up to date with latest developments. We have active communities submitting enhancement requests, bug reports and patches for the bugs where found. There are developers who submit add-ons themes/plugins which are either free in WordPress.org or commercial ones specifically for BuddyPress.

    Good luck with your selection process.

    EDIT – I took my time answering, didn’t see your post @modemlooper

    #156787
    Ben Hansen
    Participant

    @mercime thanks!

    #156786
    modemlooper
    Moderator

    My concerns about BuddyPress – it’s open source, which is risky to build a business around when you’re looking to customize it and add plugins.

    BuddyPress IS WordPress AND is also open source and WP powers a large portion the internet. As for support, you can hire a developer to create and fix anything. The core plugin is completely stable and constantly being updated.

    Did you hear Google dropped Google Reader? phpfox could have a similar fate and since it’s not open source you could lose out, at least with open source you could take the code and do what ever you want.

    http://bpinspire.com

    bp-help
    Participant

    Is there anyone else that would not mind helping me out on this? Thank you everyone! 🙂

    #156782
    modemlooper
    Moderator

    You can turn off the responsive CSS

     

    `function my_bp_no_responsive() {

    remove_theme_support( ‘bp-default-responsive’ );

    }

    add_action( ‘bp_head’, ‘my_bp_no_responsive’);`

    #156767
    shadow772
    Participant

    I’m using OneCommunity theme
    at the test environment I deactivated all plugins, except buddypress itself and also switched to the BP Default theme, but it didn’t help

    it all worked with all the plugins and this theme, I dunno why it now doesn’t anymore

    EDIT- info removed per request ~~~ mercime

    #156766
    discdemo
    Participant

    Does anyone know how comments would slip by moderation in a buddypress environment, even when “an admin must always approve” is checked?  I tested a few comments in an activity feed and it posted without a hitch.

    thx.

Viewing 25 results - 22,376 through 22,400 (of 68,945 total)
Skip to toolbar