Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 50,151 through 50,175 (of 68,985 total)
  • Author
    Search Results
  • #84031
    lincme.co.uk
    Member

    @peterverkooijen; It’s all good, and once we’ve had a few ruffled feathers we can get down to sharing really useful ideas, eh? I don’t think you’re “wrong”, any more than I think I’m “right”. We probably see more the same way than not. As for BP as a project, sadly, it’s perhaps too late to go back to great design principles. A bit like a snowball rolling downhill. Most software projects are like that. Once started, you either roll with it or stop and admire the view. From where it’s easy to say, “Look at that damned thing, storming downhill like that!”

    @alanchrishughes; No, heck no, I don’t work on BuddyPress and never have. The folks who do have obviously worked long and hard on it, and in their defence I should say that it’s all too easy to be critical about someone else’s work. If this were my software project it would never have got this far the way it is. However, it isn’t. I don’t have the time to commit to working on it, so I can only be an armchair critic. Frankly, no matter what your experience, shouting from an armchair has its limitations, and makes you no friends.

    Regarding the forum/group options, I think BuddyPress needs remodelling and recoding, but that probably won’t happen – snowball downhill, etc. It should be really small in terms of code, with add-on modules for groups, forums, etc., as you wish to use them. As I said, have a user entity, then create modules and functions for users to, erm, use. It seems to me to have been designed back-asswards, but you know, what can I say..?

    #84029
    xrun
    Member

    The site is not launched yet so it’s not open to the public. I’m developing this on a contract for a client with an NDA and stuff. I can however post some code snippets. If you need more access, please send me a pm.

    The guide after installing the BP plugin instructs us to add the theme divs to some index.php and other files in the BP template files added to the theme.
    The top of f.ex. the index.php in activity looks like this:
    (I have changed the angular code paranthesis at the beginning and end of each line to be able to post this here)

    (?php get_header() ?)
    (div id=”container”)
    (div id=”content”)
    (?php if ( !is_user_logged_in() ) : ?)

    — and so on.

    The theme page.php starts like this:
    (?php get_header(); ?)
    (div class=”left-navi-blog”)
    (?php include “left-sidebar.php”;?)
    (/div)
    (div class=”center-blog”)
    (?php if (have_posts()) : while (have_posts()) : the_post(); ?)

    — and so on.

    The instructions say to add the divs from the page.php to the activity index.php like this:
    (?php get_header(); ?)
    (div class=”left-navi-blog”)
    (?php include “left-sidebar.php”;?)
    (/div)
    (div class=”center-blog”)
    (div id=”container”)
    (div id=”content”)
    (?php if ( !is_user_logged_in() ) : ?)

    — and the rest of the code lines follows.

    The problem is that the left sidebar is nowhere to be seen, and I get all those meta links and blogroll and other links below the activity section of the page displayed when I click Activity in the BP adminbar.

    Just can’t figure out why this is when I’m following the instructions.

    #84027
    harderstuff
    Member

    If I remove registration/register.php from my theme, I just get sent back to the subdomain’s home page when I try to register, without getting a form to register in. Where does the BuddyPress registration page come from when things are working correctly? Is it from the bp-default theme?

    #84026
    nickaster
    Participant

    Okay thanks…. couple things

    1) I already had bbpress running at mydomain/forum
    2) According to all the installation instructions everything went fine. The Url you suggested 404s on me
    3) mydomain/forum still looks fine
    4) Where do i go to get started in figuring out how to change my templates to get this registration thing to work. Right now, for example, I have Disqus as my blog comments. I suspect this screws thing up?
    5) Is this supposed to just run on top of bbpress? Like, if someone registeres for bbpress are they some how in the buddypress system too?

    #84025
    LPH2005
    Participant

    Do you have a link for us?

    #84023

    In reply to: Help Getting Started

    r-a-y
    Keymaster

    There’s a bug in the current release, which is fixed in the development 1.2 branch.

    In the interim, you can fix this by patching /buddypress/bp-groups/bp-groups-classes.php:
    https://trac.buddypress.org/changeset/3113

    #84020
    thatguy
    Member

    @r-a-y — on the .htaccess file I have the following – is it not correct?:

    RewriteEngine On
    RewriteBase /main/

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-content/ms-files.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
    RewriteRule . index.php [L]

    SecFilterEngine Off
    SecFilterScanPOST Off

    #84017

    In reply to: Help Getting Started

    Ky
    Participant

    OK, I’ve got another question for anyone willing to help out there, please. I created a new profile, but it doesn’t show up. When I go into the admin section, it shows up under users, but I get an error when I try to confirm deletion “Fatal error: Using $this when not in object context in /home/curls/public_html/wp-content/plugins/buddypress/bp-groups/bp-groups-classes.php on line 1053.” I wonder if it has anything to do with the user name–mom25kids. Is it OK to include the numbers? Any ideas how to fix this? Thanks!

    dunc
    Participant

    @dwdutch Do you mind sharing your plug-in code? I’m trying to do pretty much the same thing – list members on a page who have have a certain profile field set.

    I plan on rolling out similar filtering elsewhere but at the moment that seems like a distant dream. ;)

    I am using your ‘Admin-only’ xProfile Group mod so it’s a double thanks from me.

    #84015
    alanchrishughes
    Participant

    @lincme.co.uk I am assuming you are one of the people who developed or now work on Buddypress, do you know if there is going to be a forum option like I have described that is separate from groups in any up coming version? I have really been wanting to redesign a website I run http://www.parkersburgskateplaza.org using Buddypess since I first read about the software this winter, but I am almost ready to just roll with it as is and stumble through trying to explain how it works to people, but would rather wait if something simpler is in the works.

    #84011
    peterverkooijen
    Participant

    @lincme.co.uk, I think we basically agree, but your remark sounded similar to the standard defense of BP, that it is so great because you can do absolutely anything with it. My counter-argument to that unavoidably sounds rigid and over-important.

    #84005
    Jamie Marsland
    Participant

    @Travel-Junkie: Your code below works great for WordPress 3 and Buddypress but not for multisite sub blogs? I need to stop access to sub blogs as well if users are not logged in. If i type in the url of my sub blogs then they show up. Is there anyway to stop this?

    tks
    james

    function sh_walled_garden()
    {
    global $bp;

    if( bp_is_register_page() || bp_is_activation_page() )
    return;

    if( ! is_user_logged_in() )
    bp_core_redirect( $bp->root_domain .’/’. BP_REGISTER_SLUG );
    }
    add_action( ‘get_header’, ‘sh_walled_garden’ );

    #84002
    nanchante
    Participant

    where do i do this please?

    and you mean a group of js files, not a buddypress group, rt?

    #84001
    Desi Ninja
    Participant

    @andrea_r @jeffsayre @crashutah
    okey another dumb question-
    i want to put google’s transliteration API http://code.google.com/apis/ajaxlanguage/documentation/#Multi on the create new post page (even better if i can make a custom post type section with an UI that displays the toggle input language option) and also in comments section.
    any help on where exactly to put the code?

    foxly
    Participant

    @effone

    Try disabling BP Album+ We interact with the activity stream in different ways, and some of our suers have been reporting problems. Ideally, try to prove causality … IE: deactivated BP Album+ *3 days* ago* and NOW pictures from the software are starting to flood the activity stream.

    Thanks!

    @foxly

    ^F^

    #83996
    lincme.co.uk
    Member

    @peterverkooijen; Ok, I came across sarcastic back there. Apologies. Discussion is always useful, but not when we let ego get in the way.

    Your comment about “Mushy holistic talk” made me smile. Where did those terms creep in? Perhaps “New Age Software: it does nothing, but it feels good!” might be the key here, umm..? Actually, while I do have a ‘holistic’ side to me, I’m a software developer who began using computers 28 years ago. I’ve lead projects in the Banking and Avionics industries, and trained post-graduate software engineers for some time. The avionics software we created was superb, cost millions, and is used by major avionics firms to build aircraft and helicopters you might have flown in. The best bit is that not one of them fell out of the sky due to engineering software errors (yay for us), and a major helicopter company put on a personal display for us to show that it all worked. Scary, but fun!

    So yes, I know huge software projects inside out, and you can take it from me that my comments on things here are not just the ramblings of a wannabe.

    BuddyPress should have been designed, in my experience, from the user up. In other words, first create the user and his/her data, and provide basic functions. Next, think about what the user might want to do. So, provide groups of users, activity streams, etc., and let the user decide what they show and don’t show. That’s just basic reality modelling. If you want forums and other such freestyle public groups, then provide those too. But it all comes down to the basic user, and what he/she wishes to be public.

    Regarding your points about what social networks are or aren’t, I think you’re letting your own definitions become over-important. The USER decides what the social network is to THEM by specifying their profile and posting privileges. After all, don’t you decide in the real world what you share with people, and when, and under what particular circumstances? Same thing online. If not, then real world people may shun your social network.

    #83993
    thatguy
    Member

    @r-a-y – thank you very much for the info. I checked and double-checked but it appears everything is correct as per the instruction link. Any other ideas??? I can’t seem to get any images to show up.

    #83992
    cpkid2
    Participant

    Still having problems with this. By the way, I upgraded to the latest Buddypress and some people are still having trouble registering.

    Here is a message I got today:

    “After I filled out all fields and clicked “Complete” button, I got “The webpage cannot be found HTTP 404″ page. FYI, I’m using Win XP and IE 7.”

    Can anyone please help me? This is a big issue.

    #83988
    peterverkooijen
    Participant

    Thanks hnla. So I’m not missing anything then?

    I thought it could be a problem because I’m also missing the ‘Uploading Files’ section under Settings > Media, where you can set upload paths. I saw in the code that only shows up when multisite is active. Upload path is relevant for avatar upload, which is the only thing (so far…) that I can’t get to work in BP 1.1.3 on WP 3.0.

    The clean test install of 1.2.5 + 3.0 did have the ‘Uploading Files’ section with or without WP_ALLOW_MULTISITE, so that may not have anything to do with it after all. Confused… :-|

    #83987

    Is it related to BuddyPress? If so, I can’t help.

    OTOH did you know TwentyTen displays thumbnails as replacement headers and not in the body of the post, a decision I challenged unsuccessfully. If the thumbnail isn’t the same size as the header, it won’t show anything at all! I still can’t fathom why anyone thought that made sense.

    II have some code to display a thumbnail in a Trac ticket but I can’t access it right now since I’m typing on my iPad and afraid I’ll lost this if I switch tasks and go looking for it. Just look for a thumbnail-related ticket under my name.

    #83986

    In reply to: Can’t delete user

    Paul Wong-Gibbs
    Keymaster

    We have a fix in the branch for this, which will be BP 1.2.5.1 very soon. Look at https://trac.buddypress.org/changeset/3113

    #83982
    Hugo Ashmore
    Participant

    An upgrade from 2.9.2 WPMU to WP 3.0 is slightly different due to already having multi sites configured, there is a Super Admin section but no ‘Create a Network’ as it already exists, at least that is how it appears to me comparing my 2.9.2 installs against some fresh installs of WP 3.0 multi site enabled

    #83980
    harderstuff
    Member

    Yes, BuddyPress is activated network-wide.

    I get redirected to subdomain.domain.com/register which runs the register.php file in my theme. The register.php file is a copy of the bp-default/registration/register.php file, with a couple of formatting changes.

    Should I get redirected to domain.com/register (without the subdomain)?

    btw, the contents of the bp-custom.php file are:

    php define( ‘BP_ROOT_BLOG’, 9 );
    php define( ‘BP_ENABLE_MULTIBLOG’, 1 );

    if that’s any help.

    #83979

    In reply to: Moodle

    LPH2005
    Participant

    The new BuddyPress Courseware I’m working on, will kick ass, I wouldn’t even bother testing moodle

    I look forward to your plugin. Moodle was adopted by our school district last year. Best wishes on your plugin and hope that it is better than Moodle, because it takes a long time to tweak it. Let me know if you ever want someone to help test it for you or give you feature feedback.

    #83977
    Mark
    Participant

    @Kunalb, I’m glad to hear that you will be working on an events plugin. Buddypress is in deperate need of one. Do you know when you will have it finished roughly?

Viewing 25 results - 50,151 through 50,175 (of 68,985 total)
Skip to toolbar