Search Results for 'buddypress'
-
AuthorSearch Results
-
February 19, 2010 at 10:17 pm #64272
In reply to: BuddyPress-Links 0.3 FINAL is here at last
bnt76
ParticipantThank you for taking the time to answer my questions and subsequent suggestions, please keep me informed about the pro version of this plugin as it is integral to the proposed idea of my site, I don’t want to say that my site will hinge on this plugin (however this would be a lie)
It’s just that after seeing this plugin it has pushed me into a whole new direction and one that I thought would not be possible, so please consider me your first customer!
Just sent you a friend request, damn I love BP, just wish I had the technical ability instead of the ideas!!!
February 19, 2010 at 10:05 pm #64267In reply to: Forum, not bbpress
Dwenaus
ParticipantI have to agree with nexia. the best approach for simplicity would be to take the good core of bbpress, fork it, and integrate it into buddypress completely. From there it will be easier to integrate new features as group forums grow. as of now, it is a good technological feat, but maybe not the right direction.
The fact is, the majority of what you see in the group forums is buddypress, but bbpress. bbpress is just running the backend engine, which is not that much code. There is probably an equal amount of code written to connect them.
February 19, 2010 at 9:20 pm #64250intimez
ParticipantGive this a try
<h3><?php _e( 'Groups Directory', 'buddypress' ) ?><?php if ( current_user_can( 'manage_options' ) ) : ?> <a class="button" href="<?php echo bp_get_root_domain() . '/' . BP_GROUPS_SLUG . '/create/' ?>"><?php _e( 'Create a Group', 'buddypress' ) ?></a><?php endif; ?></h3>February 19, 2010 at 9:09 pm #64252In reply to: oEmbed for BuddyPress plugin – out now!
February 19, 2010 at 9:04 pm #64249In reply to: Where do child themes go for BP 1.2?
andystaple
Participanthttps://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
Right in the WordPress Themes folder like Modemlooper said. That is a good read to understand child themes
February 19, 2010 at 9:04 pm #64248In reply to: oEmbed for BuddyPress plugin – out now!
r-a-y
KeymasterHey geoffm33,
Delete the whitespace on the last line in bp-oembed.php (the whitespace after ?>).
Thanks for reporting the bug.
Will fix it up.
February 19, 2010 at 9:02 pm #64247In reply to: oEmbed for BuddyPress plugin – out now!
geoffm33
ParticipantMay not be compatible with SI CAPTCHA:
Upon activation of oEmbed:
Warning: Cannot modify header information – headers already sent by (output started at /home/public_html/sandbox/wp-content/plugins/bp-oembed/bp-oembed.php:110) in /home/public_html/sandbox/wp-includes/pluggable.php on line 868
When viewing any page (admin or otherwise)
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/public_html/sandbox/wp-content/plugins/bp-oembed/bp-oembed.php:110) in /home/public_html/sandbox/wp-content/plugins/si-captcha-for-wordpress/si-captcha.php on line 961
Other than that, I only get the same warning that you say is fixed in trunk.
Good work!!
February 19, 2010 at 9:00 pm #64246In reply to: Profile URLs don't work properly.
intimez
ParticipantThat’s odd. If you sign up typing in Dennis Pedrie as the username (not Name), then the profile link should be /members/Dennis-Pedrie/profile
I tested using Guest User and it’s /members/Guest-User/profile
[wordpress2.9.2 + buddypress1.2]
February 19, 2010 at 8:48 pm #64241In reply to: Not being able to post any updates…
Marcus (aka @msykes)
ParticipantI got this for a fresh install of WP 2.9.1.1 + BP 1.2 and also for an upgraded 2.9.1.1 + BP 1.2
I think this must be a bug, because the SQL statement is missing two non-null fields, and the SQL in the buddypress plugin that creates the MYSQL tables shows it is not-null either.
Do you not have this problem r-a-y?
February 19, 2010 at 8:41 pm #64240In reply to: oEmbed for BuddyPress plugin – out now!
r-a-y
KeymasterRe: members directory – yes, that is intended because I don’t think you’d want to see a huge embedded object right next to the name in the directory.
Re: additional sites – to extend the list of oEmbeddable sites, you have to extend WordPress’ oEmbed provider list. I should have put this in the FAQ.
February 19, 2010 at 8:37 pm #64238In reply to: Profile URLs don't work properly.
Dennis Pedrie
ParticipantThat redirects me home. It works fine when it’s given a username (/members/dpedrie/profile), but none of the links throughout all of buddypress give you the correct link.
February 19, 2010 at 8:30 pm #64230In reply to: oEmbed for BuddyPress plugin – out now!
modemlooper
ModeratorBUG?:
when you go to members directory it shows the last link next to your name. Is this suppose to be that way?
February 19, 2010 at 8:19 pm #64232In reply to: oEmbed for BuddyPress plugin – out now!
modemlooper
Moderatorhow do we add more sites that can be oembeded? I’d like to include some of the twitter image sites like Twitpic
February 19, 2010 at 8:13 pm #64231In reply to: Adding to the codex
r-a-y
KeymasterNeeds some work:
https://codex.buddypress.org/developer-docs/functions/
You should be able to start adding to it if you’re logged in.
February 19, 2010 at 7:53 pm #64227In reply to: BuddyPress-Links 0.3 FINAL is here at last
r-a-y
Keymaster@MrMaz, any idea how much the Pro version is going to cost?
Remember in the first release, I said how BP Links resembled an aggregator? I’d love to see an aggregator-like feature in the pro version (if possible, and if you have the time to implement it of course!).
February 19, 2010 at 7:51 pm #64226In reply to: FAQ: How To, Code Snippets and Solutions
r-a-y
KeymasterBP 1.2 – Disable activity stream comments for blog and forum posts
1) Login to the WP backend, navigate to “Buddypress > General settings”.
2) Under “Disable activity stream commenting on blog and forum posts?” Select “Yes”.
February 19, 2010 at 7:38 pm #64225In reply to: BuddyPress-Links 0.3 FINAL is here at last
MrMaz
ParticipantI have a couple of questions I have been playing with adding a (tweet this) to the link at the bottom where it says:
‘0 Comments (avatar image) admin created 5 seconds ago – (then here I would like to add a button for sharing)’
Cant find the right section to allow this do you have any ideas?
You need to look at link-loop-item.php, there are a TON of actions in there.
Another question as well is it possible to make the link section your home page, i.e. the first thing I want people to see is the link listing page, any ideas on how to do this?
This was possible on the old default theme using a widget, but I dropped the huge widget until I can maybe bundle an optional CMS type home page with the plugin so there is room for the widget.
Some suggestions (you can tell me to take a running jump on these!)
Is it possible to add a question in the link submission page (to prevent the inevitable spammers) like ‘whats 98 + 17 (enter in box) once they have given an answer the link is posted based on correct answer or wrong one throws up link could not be posted.
I have been thinking about this, and I’m not sure how to handle it yet. I would like to get some more suggestions from the community before I pick a direction.
The other idea is a bookmarklet code so people can post on there blogs etc, or some kind of iFramed box to show how many votes they have received on their blog once the it has been submitted.
This will be in the pro version.
I know I may be reaching here but I just think this is a fantastice piece of code.
Cheers dude, look forward to hearing from you.
Cheers!
February 19, 2010 at 7:11 pm #64223In reply to: oEmbed for BuddyPress plugin – out now!
r-a-y
KeymasterThe array_map() warning appears to be a BP thing.
It looks like this is fixed in BP-trunk as of changeset 2747:
February 19, 2010 at 7:10 pm #64222In reply to: forum post links = follow
intimez
ParticipantFebruary 19, 2010 at 6:51 pm #64220In reply to: oEmbed for BuddyPress plugin – out now!
Ashish Kumar (Ashfame)
ParticipantWorking! Thanks
February 19, 2010 at 6:33 pm #64219In reply to: oEmbed for BuddyPress plugin – out now!
r-a-y
KeymasterCool! Glad that worked, bennyticklez.
I’ll look into that warning error.
Now to update the readme.txt!
February 19, 2010 at 6:24 pm #64218In reply to: oEmbed for BuddyPress plugin – out now!
bennyticklez
MemberDoing the rename makes the plugin work and the youtube video now embeds however i get the following error above it:
Warning: array_map() [function.array-map]: Argument #2 should be an array in /home/tick/public_html/banterbook.com/wp-content/plugins/buddypress/bp-activity.php on line 1113
February 19, 2010 at 6:08 pm #64214In reply to: user's name showing slash
Paul Wong-Gibbs
Keymasterintimez has reported this at https://trac.buddypress.org/ticket/2010
February 19, 2010 at 6:06 pm #64213In reply to: forum post links = follow
Paul Wong-Gibbs
KeymasterPlease file a bug report on https://trac.buddypress.org/
February 19, 2010 at 6:05 pm #64212In reply to: BuddyPress-Links 0.3 FINAL is here at last
Michael Berra
ParticipantAnd another small thing: When I comment on my own link, I get notified
-
AuthorSearch Results