Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 17,676 through 17,700 (of 68,918 total)
  • Author
    Search Results
  • #176825
    Jonas Lundman
    Participant

    Thanks everyone for this hard-to-find-info!

    Where is the user experiance and human point of view dear Buddypress team? Totally confusing using “legacy”, and I consider myself old in the game…

    #176822
    Jonas Lundman
    Participant

    Im not so good at this template part but I think Accociation with “buddypress pages” (or like Woocommerce and other) is to claim the slug for the screen function, that don care about the content() of the page itselfs.

    I might be wrong, so someone please confirm or correct this.

    nextstep
    Participant

    OK RESOLVED.

    Thanks NM, Yes it was the BuddyPress Album component that I had disabled while trying to sort out the group avatars and not reactivated while trying to fix this error.

    When I reactivated the BP Album plugin the error message disappeared.

    So it was specific to the theme I set that menu item on – it did go away when I changed the theme – thanks Hugo.

    And thanks again NM

    Cheers!

    wiste
    Participant

    @ubernaut thanks for the reply! Sorry but my internet has been down and life a little too busy to log back in here.

    I finally got a reply from the theme developer, but his answer didn’t help. He did at least confirm that it was a problem with the theme and then told me to just upgrade to the new theme they were developing (which is still in beta and has massive problems), so not useful at all. I hacked in some custom CSS I’d found for someone else havign as similar problem with a different plugin to trick it into displaying correctly while I look for another theme.

    I believe it is somehow related to the fact that buddypress sidebars are not the same as site sidebars, it just doesn’t see that there are any sidebars at all. I went through the codex and the pages and tried to see where I could fix it myself since the developer has essentially abandoned the theme but it’s just a little beyond my coding skills at present. I think my ultimate solution will be to find a theme by a developer with better support. Hopefully as I learn more problems like this will be less of an issue.

    On another note:

    I realize that this is an open source, free product but I have to say that the attitude from the developers here in the threads I’ve read is incredibly off putting. Rolling your eyes at people who’ve installed a plugin but do know how to code and find your codex incomprehensible is extremely unhelpful.

    Wordpress was designed just so that people who didn’t know how to code could build custom blogs and websites. Whipping out a hipster sneer and telling them that they should be grateful is both rude and mean. You are the ones who chose to develop a plugin for a different user base than the core product. Don’t slap them across the face for assuming your plugin might work for them (since it’s apparently the #1 plugin on WordPress.org) and then having questions when it doesn’t.

    I will say that having read the forums here first, I almost didn’t install BuddyPress at all because I don’t really want to interact with devs who treat their users so poorly solely based on the excuse that it’s free so you should be able to talk at us however you like, or simply ignore us if our questions are “too stupid”. If I didn’t have even at least a little experience with programming and web development I would’ve passed over it completely. I won’t be able to recommend it to any of my clients because I wouldn’t ask them to have to deal with this themselves.

    You are lucky that you have users here helping one another, because for the most part they are the only one I see providing any support.

    Nahum
    Participant

    I figured this out, in my case.

    If you disable a component and still have the new buddypress menu link for that component in your navigation menu, you’ll get this error. You have to remember to remove it from your menus.

    Nahum
    Participant

    I was working just fine, Multisite, 3.8, and 1.9…and I went to activate Groups component. And I started getting this error message.

    Only thing I can think of is that I had Buddypress activated on single mode as opposed to Network activated at the time I enabled Groups.

    I activated bp in network mode, but it didnt fix it.

    Hugo Ashmore
    Participant

    > I’m conflicted on how much we can realistically support themes that deviate so far from the norm.

    I see no real conflict to be resolved, it’s impossible for BP to take into account unknown divergences from the core template api WP provides, if theme authors want to create something non-standard then sadly that’s their problem and unfair to expect BP to have to try and deal with this. The best BP can do and is doing pretty well is to tie in as much as possible to the set WP template approach and if all themes did the same – and frankly they probably could regardless of proprietary approach to frameworking – then this would be a non issue.

    >that now uncover pretty fatal flaws in several themes

    Flaws that existed and have existed in many themes that do their own thing.

    Where that leaves things is sadly fairly and squarely in the theme authors court to try and help provide a solution for template issues.

    On a sidenote on another thread I noted a response relayed from a theme author to the user on enquiry of how to resolve their theme issue that the theme author couldn’t possibly support every third party plugin issue that happened along! It’s worth perhaps pointing out to any theme authors that might happen past this thread that there are plugins and there are plugins that really are best described as modules that extend WP they transcend the notion of a simple plugin and leverage the WP API to it’s fullest, these plugins, and I’m thinking of BuddyPress and bbPress here are in wide spread use, and really the smart theme author might be advised to actually test their themes with both these ‘plugins’ to gauge the level of support the theme offers and where possible improve it!

    Obviously the above isn’t a great deal of help to those of you having these issues, but this forum is going to struggle to help on these sorts of issues being it’s primary purpose has to be directly related to BP issues and third party themes especially premium ones are something we can’t deal with due to lack of knowledge on how they are constructed.

    #176793

    In reply to: Problem when searching

    hugblue71
    Participant

    And here is my system information :

    BuddyPress 1.9.1

    Operating System Linux
    Server Apache
    Memory usage 19.59 Mb
    MYSQL Version 5.5.30-30.2-log
    SQL Mode Not set
    PHP Version 5.3.2-1ubuntu4.19
    PHP Safe Mode Off
    PHP Allow URL fopen On
    PHP Memory Limit 256M
    PHP Max Upload Size 50M
    PHP Max Post Size 100M
    PHP Max Script Execute Time 3600
    PHP Exif support Yes ( V1.4 )
    PHP IPTC support Yes
    PHP XML support Yes
    Site URL http://lovebytrust.pro
    Home URL http://lovebytrust.pro
    WordPress Version 3.8
    WordPress DB Version 26691
    Multisite No
    Active Theme Sweetdate Child 2.3.1

    borzd
    Participant

    The funny part is:

    The code works (redirects properly) with any other page excluded. Except for this two buddypress pages…

    #176769
    blastblast
    Participant

    @laurentdesserrey
    @synaptic

    I am running a child theme of the bp-default…

    Should I add this code directly to my theme’s “functions.php”
    Or
    Should I create a file named “function.php” , add the email code there and then add it to my child theme’s folder?

    Also, at the bottom of the page here:
    https://codex.buddypress.org/themes/building-a-buddypress-child-theme/

    It states
    “(4) functions.php
    There is one exception to the template override rule — functions.php.
    If you create a blank functions.php file in your child theme, the parent theme (or in our case, the BuddyPress Default theme) functions.php will still be loaded.
    This will allow you to inherit existing functions from BuddyPress Default, but you can also add your own customized code in here as well!
    You must make sure you give your child theme functions a unique name, otherwise they will clash with the parent.”

    So, if I were to add the email code to my child theme – I should name it such as functions1.php?

    Thanks

    #176767
    meg@info
    Participant

    Hi @glyndavidson,

    Please read this ticket hoping this can help you to understand more about bp_moderate capability.

    https://buddypress.trac.wordpress.org/ticket/4991

    #176762
    Squirrel
    Participant

    I use a WordPress theme I made to accomplish this. I’ve been asking on the forums if anyone wants me to release it for free but I’ve had no response/ interest from anyone yet. https://buddypress.org/support/topic/flat-portal-client-area-child-theme-of-twenty-thirteen/

    It has all the functionality you want.

    I made it so that only admin can see all the users and only friends can see each others profiles if not admin.

    #176761
    applegateian
    Participant

    @barney92 your photo makes you look like a dancing hotdog…wait…

    Is it really acceptable to come on here and use abusive, offensive slurs like that? Using the word ‘retard’ is completely inappropriate.

    Anyway, this is a support forum, and I am asking for support. Most people are happy to help.

    I am still learning Buddypress so this is a great place to develop. I contribute regularly to WordPress forums and Stack Exchange to help others.

    #176751
    @mercime
    Participant

    I have created the buddypress sidebar in the themes settings.

    @queertownabbey per layout of all your BuddyPress pages, the default page.php layout is full-width. Since we don’t have access to the premium theme, will refer you to examples of we’ve added sidebars to pages which are full-width by default at https://codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/ specifically with the Twenty Eleven theme

    #176750
    mixtapela
    Participant

    Hello Mercime,

    I apologize for the confusion, Yes I meant the “BP Template Pack” and I have deactivated it, removed it and deleted the folders in subject as outlined in the BuddyPress help page.

    However the meta buttons and page numbers are still showing up vertically instead or horizontally. But when I click on “Load more” buttons the rest of the activity page and buttons show up correctly.

    Please advise,
    Thanks for your help

    #176744
    modemlooper
    Moderator

    bp_core_avatar_handle_upload()

    but it’s part of a larger sequence of functions and may not work properly on it’s own.

    look through plugins/buddypress/bp-core/bp-core-avatars.php

    #176740
    @mercime
    Participant

    I previously had the “BP Compatibility Pack” without knowing that I didn’t actually need it for the new BP version. Could that plugin have cause the issue at hand?

    If you mean the BP Template Pack, then yes, you don’t need it. I would delete that from the plugins page. If you already ran the BP Template Pack with your theme activated, then remove the BuddyPress folders which might have been moved to your current theme in server namely: /activity, /blogs, /forums, /groups, /members, and /registration

    focallocal
    Participant

    I have the same issue. i’m using Response 2.0 Theme by Cyberchimps and have the following plugins the same as brinkin:

    BuddyPress Follow
    bbPress – Report Content

    i deactivated them both but it didnt fix the problem

    #176737
    @mercime
    Participant

    @abses91 the platform theme has a proprietary templating system which could have caused that issue. You’d need a simple buddypress.php file in your site’s theme folder which includes the HTML structure you want for all your BuddyPress pages along with WP loop with wp_title and wp_content. On another note, wasn’t there a plugin to bridge the platform theme with BP? Have you tried checking out or posting at the platform theme’s forums to see if others have experienced the same issue and if they have resolved it?

    P.S. RE plugin bridge – that was for another theme.

    #176735

    In reply to: Groups Link

    @mercime
    Participant

    BuddyPress has been deactivated in your site. Could just be a theme conflict. Next time, check BP with on of WP default themes.

    #176733

    In reply to: Customize member page

    @mercime
    Participant

    @learningeveryday from what I gather from your original post, you want a way for members to publish a blog post from their profile pages, right? Check out http://buddydev.com/buddypress/introducing-buddyblog-allow-users-to-blog-from-their-buddypress-profile/

    brinkingyellows
    Participant

    Hi @r-a-y. Here are the plugins I am currently using on the site.

    Network Activated:

    Advanced Responsive Video Embedder
    Anti-Splog
    Are You a Human
    bbPress
    bbPress – Report Content
    bbPress Enable TinyMCE Visual Tab
    bbpress Simple View Counts
    BP Profile Search
    BuddyPress Activity Plus – (I did deactivate this after the 1.9.1 update but nothing changed)
    BuddyPress Avatar Bubble
    BuddyPress Follow
    BuddyPress Group Calendar
    BuddyPress Groups Extras
    Buddypress Social
    BuddyPress Toolbar
    BuddyPress Twitter
    Buddypress Xprofile Custom Fields Type
    GD bbPress Toolbox
    Group Forum Crumbs
    rtMedia for WordPress, BuddyPress and bbPress
    User Activity
    WP User Avatar

    —-

    Single Site Actived

    Amazon Product In a Post Plugin
    BuddyMenu
    BuddyPress Notifications Widget
    Really simple Facebook Twitter share buttons

    That’s about all the plugins that I have active that play a heavy part in Buddypress or are loosely connected to it.

    #176731
    @mercime
    Participant

    @wkolcz You created a child theme of what parent theme? Have you checked out https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/ ?

    #176729
    @mercime
    Participant

    @ofloveandbeauty Don’t you need Genesis Connect for BuddyPress plugin anymore for your StudioPress theme? Have you checked out StudioPress forums if others have resolved the same issue?

    #176728

    Hey @jetlej.

    On WordPress multisite, Super Administrators can edit/see/delete anything they want to. It’s their site, after all, so they are free to police it.

    On WordPress single site, all Administrators have the same privileges as above.

    We have been slowly rolling in the concept of moderator capabilities into BuddyPress for the past few years, though it’s not quite in a place yet where it’s been fully audited and integrated to be able to add/remove explicit permissions.

    It’s not ideal for everyone, but it works well for most. Can you explain more about your setup and how this is an issue?

Viewing 25 results - 17,676 through 17,700 (of 68,918 total)
Skip to toolbar