Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 65,126 through 65,150 (of 68,951 total)
  • Author
    Search Results
  • #45449
    gpo1
    Participant

    @Scotm, Am interested in that also integrating P2 theme with this twitter plugin.

    & tweet from wire!

    #45442
    Jeff Sayre
    Participant

    This is actually a WPMU question, but I think you should find an answer here: https://buddypress.org/forums/topic.php?id=2042

    Burt Adsit
    Participant

    I installed 1.0 from the download link.

    Changed the slugs: BP_GROUPS_SLUG, BP_MEMBERS_SLUG, BP_FRIENDS_SLUG, BP_WIRE_SLUG

    Applied wire_patch_three.patch

    Works for me. I logged in to your site and noticed that this line wasn’t changed which is the problem:

    Line 368, in bp-wire/bp-wire-templatetags.php

    return apply_filters( 'bp_get_wire_delete_link',
    '<a href="' . wp_nonce_url( site_url( $bp->groups->slug . '/' . $uri . '/' .
    $bp->wire->slug . '/delete/' . $wire_posts_template->wire_post->id ),
    'bp_wire_delete_link' ) . '">[' . __('Delete', 'buddypress') . ']</a>' );

    Your install still says ‘wire’ in the delete url instead of ‘pinnwand’. Looks like the patch wasn’t fully installed? This is on: http://sven-lehnert.de/

    Change line 368 to be $bp->wire->slug instead of $bp->{$bp->current_component}->slug and it’ll work. See the difference in the two lines here: https://trac.buddypress.org/attachment/ticket/723/wire_patch_three.patch

    kocm
    Participant

    @alunsina I don’t think that’s the case for me as I don’t have any other plugins running. i wanted a clean install of wpmu, test with posts and signups, etc. for couple of weeks. Upon successful test of wpmu, install bp.

    @burt adsit: I am not able to read my error log. i’ve requested the logs from my site host. the directory won’t let me browse the files via ftp. as for the apache logs and whatnot, I’ve asked for those too. so far nothing. i’m at an impasse here. it’s frustrating because that seems to be the question everyone asks and I don’t see a clear way of getting that data. i’m on hostmysite if that helps somebody tell me where to look.

    #45422
    belogical
    Participant

    disabled the old theme so this is a non-issue.

    2864451
    Inactive

    Does anyoone know how to do it? I’ve spent hours with the totska plugin trying to get it to work, so that i can have a cahtbar like on facebook, but cannot get it to work.

    #45416
    nicolagreco
    Participant

    i like the caching mechanism inclusion, better will be if it will be cached with the built in system wp_cache_set & family

    #45415

    In reply to: Problems with encoding

    Jeff Sayre
    Participant

    Shakera-

    If I understand your issue, you are having problems localizing BuddyPress into Cyrillic.

    Please check this BuddyPress codex page first as there is a translation of BP for Bulgarian.

    If you are making your own translation, then you should read the Translating WordPress codex page.

    #45414
    Lance Willett
    Participant

    Kunal17,

    Is there anything else in your “bp-custom” file? Also make sure there are no spaces before and after the opening and closing <?php> tags.

    Could you post the entire contents of the “bp-custom” file to http://buddypress.pastebin.com/ so we can look at it?

    #45413
    belogical
    Participant

    sounds awesome! will this be integrated into the buddpress status updates that will be incorporated soon?

    #45412

    In reply to: no bp-core.php?

    Jeff Sayre
    Participant

    The core Buddypress files do not live in /mu-plugins/ anymore. They should be in /plugins/ instead. If the location of BuddyPress is hardcoded into the Toksta chat plugin, then that is the problem.

    Contact the Toksta chat developers and ask them to update their plugin to the proper path–and not via a hardcoded path.

    #45411
    2878458
    Inactive

    I’m excited about this, its almost exactly what i was looking for…

    I would however really like to see tweet by wire integration (perhaps a small check box that says tweet this)

    #45410
    Scotm
    Participant

    Without knowing the details, it would be nice if you could somehow ‘pull’ the post form into a custom home theme in BP. This way users could seamlessly cross-post to Twitter from the home page using one form. I’m using P2 theme as my home theme so the need is obvious, but perhaps this could be possible somehow.

    Regardless, very happy to hear this is coming soon.

    #45409
    Mark
    Participant

    @Gpo1: Whatever you can do with the tweet form at Twitter, you can do with the tweet form in this plugin.

    @Kunal17: It’ll be ready soon as we get the search widget created. Possibly this weekend. And no, we won’t use RSS for that. We’ll make it happen via the API because that is more flexible.

    #45408

    In reply to: black avatars

    Jeff Sayre
    Participant

    Evvscuba–

    Here are a few thoughts:

    1. Do a test with your users by switching to the standard BuddyPress themes. If the problem goes away, then it’s most likely a theme issue.
    2. Make sure that your users are uploading avatar files with sufficient dimensions. At a minimum, each dimension needs to be at least 150 pixels.
    3. Upgrade your version of GD. It is a little outdated. There may have been some browser-related bug fixes since your version (note: I’m just suggesting that possibility; I have not verified this though). The current, stable version is 2.0.35
    4. Finally, contact Sgrunt, the desinger of Facebuddy, and ask for his advice. He may be aware of an issue with IE 6 & 7. If he is not aware of your partciluar issue, he most likley will appreciate you keeping him in the loop–wether or not this particular issue has anything to do with his custom theme. Share with him the results of the above steps.

    #45407
    Paul Wong-Gibbs
    Keymaster

    RC means release candidates and it’s a programming term for referring to specific pre-release versions of software. Buddypress has had 2 so far – RC1 and RC2.

    On a similar vein, most programmers use something known as a revision control repository throughout development, primarily for easy access to previous versions (“commits” in this context) of software. One of the advantages of this is that it saves duplicating a folder on your computer each time you make progress. Each commit will have a version or release number. Imagine having 1303 folders on your hard drive with only slight differences between them.

    As far as we are concerned here, RC1, RC2 and rXXXX (where X are numbers) refer to a particular snapshot or version. Now Buddypress has had it’s version 1.0 release, every live website ought to be running version 1.0.

    Rules of thumb: any BP-specific plugins ought to run on v1.0. Any theme that says RC1, though, probably WON’T run on v1.0. There is probably a lot of tutorials etc that refer to a specific release number (like r1303 in your example). That’s just the nature of ongoing development – documentation is prone to getting out of date easily.

    If you’re trying to follow some specific instructions and get stuck, just post here and we’ll help.

    #45406
    Ezd
    Participant

    Very interesting video and article Burt. Thanks. :)

    #45400
    Marcin Biegun
    Participant

    My problem during last installation with bbpress alpha 6 and buddypress 1 was that all users in bbpress were set to ‘inactive’ and only bbress admin could post on bbpress via buddypress group forum – so it’s another thing to check out if you run into problems with integration…

    #45399
    David Lewis
    Participant

    @Timschmi

    As stated above, a blog is typically more personal… written by one person. A Wiki is the opposite. The whole point of a Wiki is group collaboration… group being the key word. So within an organization, you may have a Management group, an IT group, a Training group… etc… and they would all have their own documentation to manage and collaborate on. So to me… Wiki’s within a group just make sense. Right now, the only thing you can share within a BuddyPress group is chat on the wire. But within an organization (for instance)… groups have much greater needs that that.

    In case you couldn’t tell… I’m hoping to use BP someday as an Intranet… which to me means social networking + collaboration and document sharing. BP 1.0 has the social networking aspect nailed right now. It’s VERY nice. So sweet. I just hope it takes off and developers start getting on board to extend it.

    p.s. I like the Elgg approach of having Wiki’s and Files within groups but also allowing you to browse *ALL* Wikis and Files on the site… so you don’t have to get to them from the group.

    #45395
    Burt Adsit
    Participant
    #45392
    alunsina
    Participant

    yeah! start a movement now! i might try that balloon thing. :)

    Maythil
    Participant

    Mention the site name, please :)

    #45386
    gpo1
    Participant

    This plugin does it have the same function like twitter like tweet your followers replies & group followers etc?

    #45381
    Kunal17
    Participant

    M, the plugin is sounding great. Please let us know as soon as you have something for release. Do you have an ETA for an initial release?

    Would it be easier to start with if the plugin just handled RSS feeds from twitter search instead of taking the search parameters from withing the plugin itself? Maybe 2 different plugins that integrate well will make things accessible to both basic and advanced users.

    #45384
    Kunal17
    Participant

    Still looking for some help with my error.

    Should the ‘mysite’ in (BPLANG’, ‘mysite’) be ‘buddypress-mysite’ as my .mo file is called buddypress-mysite.mo?

Viewing 25 results - 65,126 through 65,150 (of 68,951 total)
Skip to toolbar