Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 67,676 through 67,700 (of 69,060 total)
  • Author
    Search Results
  • #37972
    wormman
    Member

    I am using it on http://www.hotcliques.com . I created this yesterday. Please feel free to check it out. I think that some of the social networking features may not be working properly. I haven’t slept though. I was fired up to get this working after coming up with the idea yesterday morning.

    Would love critical advice.

    Thanks!

    Ken

    #37968

    Alright, so I went through and triple checked all of my site_url related settings, they were fine. So I moved all of the plugins from mu-plugins to _temp (except the core) visited the site, then moved them back, and all appears to be well. Is it possible that BuddyPress just got confused? I’d say it’s probably more likely that I’m going crazy…

    Next up… If I use the above blog_to_news function, I’ve got it working in the navbar, but the widgets in the blog still point to “blog/…” rather than “news/…” Funny thing is that they load just fine because I never updated the permalink structure to say “/news/%category%/%postname%/” but once I do that, it goes back to post 1 and doesn’t work again.

    So even if the permalink and HOME_BLOG_SLUG match, filtered or not, if it doesn’t route to “yourdomain.tld/blog/…” then it doesn’t want to use anything but index.php.

    #37967

    In reply to: RC-1: no widgets?

    Sgrunt
    Participant

    i re-up this thread, cause i see that all the non-english buddypressers are blocked from this issue. Sorry to be boring Andy, and really thanks for you great work with bp!

    #37962
    au8ust
    Member

    @matthewpedia

    it’s in the /mu-plugins/bp-core/

    <?php $counter++; ?> is on the line 133 (using buddypress rc1)

    #37961

    In reply to: Error in Profile Page

    Sgrunt
    Participant

    you have modified the base.css in the css folder here: wp-contentmember-themesbuddypress-membercss

    the 2 overlapping divs are: #optionsbar and #userbar: maybe a problem of width

    #37959

    Yes sir, this is exactly how I have mine. It is from the latest RC1 functions.php file it appears. (Side note: what does it do about archives, etc…?)

    Back on topic (mostly)… Here’s a question, and maybe this is the culprit. I’ve asked over on the WPMU forums and so far no one has bitten so maybe I’ll theorize here.

    I have two domains, testdomain.com, and testdomain2.com. testdomain.com originally had wordpress.org 2.7 installed on it, integrated with bbpress.org 1.0a6. I backed up my database and started my conversion process.

    When I installed WPMU and BuddyPress, I did so at testdomain2.com and I am confident I used the subdirectory option. Then when it was working and I had the test database all restored from my afore mentioned backup, and working with all the integration and everything, I moved all of the files from testdomain2.com, to testdomain1.com. With a few hours tweaking, everything appears to be working, but this and the fact that it is now installed as a subdomain install instead of subdirectory.

    Now, I can’t tell what the difference is between the two installs (subdirectory and subdomain.) The .htaccess files are the same, the database is the same, and the files all appear to be the same as well. What the heck does WPMU do where to have it know the difference? Could that be part of my problem? Ah!

    #37955
    Burt Adsit
    Participant

    Ok this conversation is being continued here: https://buddypress.org/forums/topic.php?id=1252

    So I’m closing this.

    #37953
    jodyw1
    Participant

    Andy, I found if I drop that into “wp-content/member-themes/buddypress-member/css/custom-components/” it loads as you say.

    It’s changed things somewhat … http://doorqtech.com/members/jodyw1/&#8230; but I still have to figure out how to get to look like this: http://doorqtech.com/groups

    #37952
    Burt Adsit
    Participant

    Does nothing to remove it. It’s kinda like a mattress tag. :) I complained about that and Andy put a filter in there for group creation. We can override the forum name that gets created and the description I think.

    #37951

    Awesome thank you very much. Curious if removing the “- Forum” from the forum name of a group forum has any ill effects on it? I hate the redundancy but am afraid to break it. :)

    #37950
    Burt Adsit
    Participant

    @john, I included some template tags in the bbGroups package that demonstrates some of that theme’s use of bp centric features. I didn’t include the forums feature because it was specific to the theme. I’ll just zip up that theme and post it on my blog for you to look at the code. Gimme a few.

    OK. It’s here: http://ourcommoninterest.org/downloads/oci.zip

    You should just be able to unzip that in my-templates. One thing though. bbPress doesn’t seem to have a functions.php file that gets run in each theme/template as wp does. So I had all the template specific code being launched from my oci_bb_group_forums.php plugin. I’ve got all the template code living in oci_bb_custom.php so it get loaded up automatically. I included my oci_bb_custom.php file in the template zip. Just drop that in my-plugins and it’ll be loaded by the bbGroups plugin in bbpress.

    If you look at the front-page.php file you’ll see how the forum list is generated.

    <?php oci_forum_list('open', 'Community Forums', false); ?>
    <?php oci_forum_list('readonly', 'Group Forums', true); ?>
    <?php oci_forum_list('hidden', 'Private Forums', true); ?>

    That fn is a little out of date. I used to have an option in there to generate identicon avatars for all forums. Even the forums that weren’t bp related. I took that capability out. What it does do now is display avs for the currently logged in user’s groups only.

    #37946

    @mikepratt, Burt nailed it on the head, but I’d like to add that I think many people are still stuck in the forum world, and haven’t peeked their heads out to see that social networking has evolved in the past 5 years or so. I know on lots of car or video game forums, it’s basically just a free for all chat fest, and trying to convert those minds into using BuddyPress or WordPress alone is too big of a change; I’ve tried it twice now with little success. Having a dedicated familiar looking forum but using BuddyPress to emphasize the social atmosphere helps those stubborn users transition a little easier and allow them to fallback on the features of a dedicated forum in the event it doesn’t work out.

    @burt, I noticed on your Common Interest site that you have the forums separated between public and group. I would like to do something similar, and am curious as to how you did so. Also, is there an easy way to tap into the profile fields/user information from BuddyPress and display it as post author information in bbPress?

    #37942

    This is the error Fatal error: Cannot use object of type stdClass as array in /home/blogpeor/public_html/wp-content/member-themes/buddypress-member/functions.php on line 13

    #37935
    Burt Adsit
    Participant

    This is for sites that want to use bbPress as it was intended. As a forum. bbPress is designed to be that. The feature set of vertical software is more rich than horizontal software. bbPress does things now that bp doesn’t do and may never do.

    I like having a forum interface to bbPress in bp. I’d like to see a blog interface also. I don’t expect the feature set to be the same.

    It’s wonderful that bp has a forum interface since I think that forums are an extremely important part of social software. People who get together in groups like to talk. I think that the tools we use to communicate can constrain or enable that communication.

    The purpose of bbGroups is to extend bp’s native strengths.

    #37933
    Mike Pratt
    Participant

    Burt – Congrats on what appears to be a successful plugin. Could you humor me? I don’t quite understand the use case for it. Is it for folks who want to leave the confines of the BP Group forums and interact via the bbPress door to the same forums? I don’t deny that someone would but I’m not sure why since they can do it right there in BP (at least on my site)

    #37932

    http://blogpeporia.com

    Running RC1. I still can’t upload any avatars, and the Recent Blogs widget causes errors on the widget page.

    #37931
    Burt Adsit
    Participant

    Hey John. I was just going to suggest on the other thread that we move any discussion to here. You’re way ahead of me.

    Keep banging on it.

    There are things that have been left out intentionally. Lack of time. Don’t know what to do with certain things. Certain areas in bp haven’t been fully developed yet.

    #37930

    It’s not a stupid question, but it is worded a little strangely.

    BuddyPress basically works inside/outside of WPMU, taking what is otherwise just a random assortment of administered blogs, and adds a social networking flair on top of it to allow a layer of interaction between registered users and blog owners.

    One install of BuddyPress per one install of WPMU.

    Does that make sense?

    #37929

    So far this is working for exactly as advertised and intended. Major thumbs up and I’m quite surprised it isn’t a built in part of BP.

    #37928

    Haha… You know I can sense your sarcasm, even through the internet. :)

    #37926
    Burt Adsit
    Participant

    I’m gonna. Gotta do some things first.

    #37925
    Burt Adsit
    Participant

    I like your attitude John. You’re so laid back. Hardly anything gets you excited.

    #37923
    Arturo
    Participant

    BuddyPress is a set of WPMU plugins, so if you want add new feature, install it and have extended profile, private messages, ecc… the answer for your question is Yes, you can.

    #37918
    nicolagreco
    Participant

    YU HU,

    AWESOME

    (add it on bpdev)

    Nicola

    #37915

    We have liftoff! All systems go! Let me take a look around and see what this thing can do! :)

Viewing 25 results - 67,676 through 67,700 (of 69,060 total)
Skip to toolbar