Search Results for 'buddypress'
-
AuthorSearch Results
-
May 15, 2009 at 7:48 pm #45449
In reply to: New Twitter Plugin for BuddyPress
gpo1
Participant@Scotm, Am interested in that also integrating P2 theme with this twitter plugin.
& tweet from wire!
May 15, 2009 at 7:07 pm #45442In reply to: change logo on wordpress login screen
Jeff Sayre
ParticipantThis is actually a WPMU question, but I think you should find an answer here: https://buddypress.org/forums/topic.php?id=2042
May 15, 2009 at 5:51 pm #45428Burt Adsit
ParticipantI 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
May 15, 2009 at 5:00 pm #45423kocm
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.
May 15, 2009 at 4:42 pm #45422In reply to: BuddyPress Admin Bar in the middle of my page!?
belogical
Participantdisabled the old theme so this is a non-issue.
May 15, 2009 at 3:55 pm #454192864451
InactiveDoes 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.
May 15, 2009 at 3:49 pm #45416In reply to: New Twitter Plugin for BuddyPress
nicolagreco
Participanti like the caching mechanism inclusion, better will be if it will be cached with the built in system wp_cache_set & family
May 15, 2009 at 3:48 pm #45415In reply to: Problems with encoding
Jeff Sayre
ParticipantShakera-
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.
May 15, 2009 at 3:35 pm #45414In reply to: I want to speak Spotlish
Lance Willett
ParticipantKunal17,
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?
May 15, 2009 at 3:34 pm #45413In reply to: New Twitter Plugin for BuddyPress
belogical
Participantsounds awesome! will this be integrated into the buddpress status updates that will be incorporated soon?
May 15, 2009 at 3:32 pm #45412In reply to: no bp-core.php?
Jeff Sayre
ParticipantThe 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.
May 15, 2009 at 3:31 pm #45411In reply to: New Twitter Plugin for BuddyPress
2878458
InactiveI’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)
May 15, 2009 at 3:01 pm #45410In reply to: New Twitter Plugin for BuddyPress
Scotm
ParticipantWithout 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.
May 15, 2009 at 2:46 pm #45409In reply to: New Twitter Plugin for BuddyPress
Mark
ParticipantMay 15, 2009 at 2:39 pm #45408In reply to: black avatars
Jeff Sayre
ParticipantEvvscuba–
Here are a few thoughts:
- 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.
- Make sure that your users are uploading avatar files with sufficient dimensions. At a minimum, each dimension needs to be at least 150 pixels.
- 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
- 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.
May 15, 2009 at 2:37 pm #45407In reply to: How do I know what \”rc\” Im running?
Paul Wong-Gibbs
KeymasterRC 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.
May 15, 2009 at 2:35 pm #45406In reply to: This is why you are building a BuddyPress website
Ezd
ParticipantVery interesting video and article Burt. Thanks.
May 15, 2009 at 1:27 pm #45400In reply to: Forum Integration: HELPING HINTS
Marcin Biegun
ParticipantMy 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…
May 15, 2009 at 1:13 pm #45399In reply to: Plugin: PmWiki in Buddypress.
David Lewis
ParticipantAs 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.
May 15, 2009 at 10:57 am #45395In reply to: This is why you are building a BuddyPress website
Burt Adsit
ParticipantHere’s another reason:
http://www.baekdal.com/articles/Management/market-of-information/
May 15, 2009 at 10:09 am #45392In reply to: This is why you are building a BuddyPress website
alunsina
Participantyeah! start a movement now! i might try that balloon thing.
May 15, 2009 at 9:14 am #45387Maythil
ParticipantMention the site name, please
May 15, 2009 at 8:39 am #45386In reply to: New Twitter Plugin for BuddyPress
gpo1
ParticipantThis plugin does it have the same function like twitter like tweet your followers replies & group followers etc?
May 15, 2009 at 6:16 am #45381In reply to: New Twitter Plugin for BuddyPress
Kunal17
ParticipantM, 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.
May 15, 2009 at 6:08 am #45384In reply to: I want to speak Spotlish
Kunal17
ParticipantStill 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?
-
AuthorSearch Results