Search Results for 'buddypress'
-
AuthorSearch Results
-
April 2, 2010 at 6:09 pm #71466
In reply to: BuddyPress Events 1.1 – invalid header?
mcrustk2
ParticipantIm getting the same error, any solution to this?
April 2, 2010 at 5:52 pm #71464In reply to: Plugin Release: BuddyPress Group Wikis
aribo
Participant@D Cartwright Strange, because when I activate WPML I cannot access the wiki pages. Perhaps it is one feature/option of WPML that triggers the problem. I’ll have a further look.
April 2, 2010 at 5:51 pm #71463In reply to: BP 1.2 and bbPress admin/plugins
kidrob
Participant“OK, tried both methods M suggested, and they get me this far:
1) I can create posts and forums in the bbPress admin panel
2) They don’t show up in BuddyPress/forums”
^^Exactly my problem – any may have a solution to this?
April 2, 2010 at 5:47 pm #71461In reply to: [NEW PLUGIN] BuddyPress Quickpress (alpha)
mcrustk2
ParticipantThis is a fantastic plugin – could be the making of buddypress if finished. The fact that its aimed at users who are not tech savvy and doesnt move ‘the header’ is on to a winner.
April 2, 2010 at 5:07 pm #71455In reply to: How to add items to the activity stream
3sixty
ParticipantJens, I think Rich is referring to this page, which has a link to download the BP skeleton component:
https://codex.buddypress.org/developer-docs/creating-a-custom-buddypress-component/
The “skeleton component” is (I think) designed to hook into the Activity Stream, so by looking at that code, you might find what you need?
April 2, 2010 at 5:04 pm #71454In reply to: BuddyPress Group Description Email Address Filter
simon-culshaw
MemberMuch Appreciated! Thank you etiviti for your assistance!
April 2, 2010 at 3:04 pm #71437In reply to: How to add items to the activity stream
Jens Wedin
ParticipantThanks, I found this page
https://codex.buddypress.org/developer-discussions/buddypress-template-tags/
But is there another place where the functions are described?
Cheers,
Jens
April 2, 2010 at 2:15 pm #71434In reply to: BuddyPress Group Description Email Address Filter
rich! @ etiviti
Participantfilter is bp_get_group_description
April 2, 2010 at 1:25 pm #71432In reply to: Plugin Release: BuddyPress Group Wikis
cmccarra
ParticipantHi,
Nice Plugin! Though here are a few problems I’m having with it:
How do you delete a wiki page? I didn’t see any delete button.
There seems to be a bug, that you can’t create a page from the front end (eg. not the admin wiki settings page). I gave a name to a wiki clicked create wiki and nothing happened. This is probably just me.
No ability to rename slug.
Can’t define page excerpt. I created a wiki and the whole wiki was the excerpt.
These are the problems I currently see with the plugin, though great plugin nonetheless.
April 2, 2010 at 12:28 pm #71430Andrea Rennick
ParticipantI love you guys.
April 2, 2010 at 12:10 pm #71426In reply to: BuddyPress-Links 0.3 FINAL is here at last
Anton
ParticipantThanks for the update MrMaz. I’m looking forward to the 0.4 release
April 2, 2010 at 11:52 am #71424In reply to: BuddyPress-Links 0.3 FINAL is here at last
MrMaz
ParticipantJust a heads up that I am still working on 0.4. I have been chipping away at it over the past few weeks. I can’t give an ETA, but just wanted you all to know that this plugin is still being actively developed. I am currently putting in about 10 hours a week into it.
0.4 is going to melt your heads.
April 2, 2010 at 11:43 am #71423In reply to: Facebook Pages-like ?
jivany
ParticipantYes. Use groups and extend them. If you haven’t seen it, @Andy is creating a new plugin repository for Buddypress. The whole thing is based on the regular buddypress groups but it’s quite different.
This might help you too:
https://codex.buddypress.org/developer-docs/group-extension-api/
If you create a plugin to do this, I’m sure there are other people who would love to see it.
April 2, 2010 at 11:23 am #71421In reply to: BuddyPress-Links 0.3 FINAL is here at last
MrMaz
ParticipantShortcodes are for embedding in posts, did you mean template tag?
Here is the code that “should” work to do what you want, but I have not tested it.
<?php
if ( bp_has_links( array( 'newest', 'per_page' => 3, 'category' => $your_category_id ) ) ) {
while ( bp_links() ) {
bp_the_link();
// you will need to output your custom HTML here based on
// what you need from links-loop-item.php
}
}
?>April 2, 2010 at 11:16 am #71420In reply to: Can't delete user account
francescolaffi
Participantreported this bug in the trac https://trac.buddypress.org/ticket/2272 , if someone else has the problem please say in the trac if you have tested the solution
April 2, 2010 at 10:09 am #71417In reply to: GSOC BuddyPress Ideas
francescolaffi
ParticipantI’m also going to apply for a gsoc project related to buddypress, I already have some ideas ( https://buddypress.org/forums/topic/ignore-and-report-function-in-the-activity-stream#post-46033 ). Application is nearly finished but still not submitted so I’d also like to read jjj suggestions.
April 2, 2010 at 10:07 am #71416In reply to: BuddyPress-Links 0.3 FINAL is here at last
April 2, 2010 at 10:04 am #71415In reply to: [Resolved] CubePoints and BuddyPress Intregration?
vee_bee
Participant@tomteduck – where are the like hooks??
I can do the rest, but looked and could find no hooks
April 2, 2010 at 9:43 am #71412francescolaffi
ParticipantI forgot to add this topic to my favorites so I didn’t read your replies.
I opened a ticked in the trac https://trac.buddypress.org/ticket/2271 , if this solution is working for you could write there that you successfully tested and solution will be probably included in future bp release. You can login in the trac with the same account you are using for this forum.
April 2, 2010 at 9:02 am #71406In reply to: installing 1.3 on nginx
Paul Wong-Gibbs
KeymasterBuddyPress *doesn’t* ever write to the .htaccess file; you probably mean WordPress itself.
April 2, 2010 at 8:59 am #71404In reply to: GSOC BuddyPress Ideas
Paul Wong-Gibbs
KeymasterHello
Thanks for writing.
John James Jacoby, a BuddyPress committing developer, and also a mentor in the GSoC programme, has told me very recently that this weekend he will be writing up a blog post this weekend with regards to BuddyPress and GSoC. I’ll ping him towards this thread so he can make sure you know where to look for it. Thanks.
April 2, 2010 at 8:46 am #71402In reply to: [New Plugin] BuddyPress Group Forum Extras
kriskl
ParticipantThank you,
silly me, playing with settings, and not realizing what they do

regards
April 2, 2010 at 8:36 am #71401In reply to: Time stamp message pages incorrect
Hugo Ashmore
ParticipantDoes anyone else see this issue ?
At the moment running 1.2.2.1 / 2.9.2
Specifically viewing a message thread in your account shows the ‘Sent’ time stamp as being out by a good ~ 7 /8 hours
It is unlikely anything to do with server /WP time settings being out of phase, the main activity stream times are correct.
The problem does appear to replicate the one that plagued the activity stream prior to 1.2 and corrected by Andy’s code here:
April 2, 2010 at 6:20 am #71398raynerlim36
Participant@David Yes! Thanks very much! Although I’m having some CSS problems because I’m a newbie, it basically worked. Just need to read up more on CSS menus. Thanks again!
April 2, 2010 at 5:20 am #71396In reply to: How to customize activity "Load More" button?
rogscorp
ParticipantIt’s not working. I’m supposed to change default.css right?
Do I have to delete some lines after adding that?
I keep wondering why
<?php if ( bp_get_activity_count() == bp_get_activity_per_page() ) : ?>
<li class=”load-more”>
<?php _e( ‘<img src=”something something’, ‘buddypress’ ) ?> <span class=”ajax-loader”></span>
<?php endif; ?>
doesn’t work. The images shows up but the link doesn’t work. Puzzling.
-
AuthorSearch Results