Search Results for 'buddypress'
-
AuthorSearch Results
-
March 5, 2010 at 1:20 pm #66861
Okfalls
ParticipantHi.. For what it is worth I had/am having the same trouble. I deleted BP files and have not bothered since. I never did get an answer that helped me with the problem…
March 5, 2010 at 12:55 pm #66855In reply to: BuddyPress-Links 0.3 FINAL is here at last
bpinspire
Participant@MrMaz It was with a child theme activated using the default BP theme. Look to be working fine if you use only the default BP theme. How far are you from 0.4? just curious.
March 5, 2010 at 12:48 pm #66853dainismichel
ParticipantAnyone?
March 5, 2010 at 12:16 pm #66850In reply to: BuddyPress-Links 0.3 FINAL is here at last
MrMaz
ParticipantDo you see the problem with the default theme activated (no child theme)?
Before I release the next version I am going to do more testing on single WP myself. Up until this point I have been relying on feedback.
March 5, 2010 at 12:08 pm #66849In reply to: Buddypress on my Homeserver
webdoc01
ParticipantFurther to my above post
I installed buddypress v1.2.1 as a plugin to my wordpress v2.9.2 install wordpress was and is working fine on my server, this is running on windows home servers own internal server which is IIS 6 I think, my hp mediasmart server is running PHP v5.2.10.
The problem I am having is with the nav bar and links that buddypress adds to wordpress, all links goto the page that says The page cannot be found.
I have setup wamp on my desktop pc, on this i installed wordpress & buddypress and both work fine and as they should do, but installing buddypress to my wordpress install on my hp mediasmart server has problems it seems.
Any help on this will be greatfully received
Regards
Webdoc
March 5, 2010 at 11:55 am #66847In reply to: send-invites problem in single group
cyanto76
MemberUpdate: I think that the problem is in the plugin Sitepress or BuddyPress multilingual. I suppose that one of that plugin make a substring to extract language parameter form url. So in this case the es/ parameter with /send-invit”es/” generate a wrong rewriting of the URL.
Is anyone with idea?
Greetings
March 5, 2010 at 11:30 am #66845tagnu
MemberHi versluis,
Thank you for the reply. I couldn’t log on after activation, so I deleted the /buddypress/ directory.
(Later I found out just renaming bp-loader.php was enough)
I have all my plugins deactivated, but activating buddypress again displays the white screen.
Any other ideas?
But don’t you think this has something to do with the tables of BP not being created during the initial activation?
Thank you again.
March 5, 2010 at 11:28 am #66844In reply to: BuddyPress-Links 0.3 FINAL is here at last
bpinspire
Participant@MrMaz I notice a bug under WordPress single install 2.9.2 with BP1.2.1 when the plugin is activated everything look to be fine if your role is set as administrator but if you are login as regular member and try to see someone member pages your are getting a blank page. I had to deactivate the plugin. Any idea?
March 5, 2010 at 11:08 am #66843Jay Versluis
ParticipantI wonder if it’s a conflict with another plugin. Here’s what I would do:
Deactivate all other plugins, then re-activate BuddyPress with its default theme. See what happens. If that’s successful, activate your other plugins one by one to find the culprit.
If you can’t login to your site anymore, rename the BuddyPress folder in /plugins/ to something else for now to deactivate it.
Good luck!
March 5, 2010 at 9:34 am #66836In reply to: oEmbed for BuddyPress plugin – out now!
March 5, 2010 at 9:28 am #66834In reply to: buddy-matic
hkcharlie
Participantdo you mean buddypress will .be updated to enable it to use my theme?
I thought the latest version was 1.2
March 5, 2010 at 7:27 am #66825nickrita
ParticipantI’m still trying to find a solution.
I think there are two things that have to be done:
1. Chose “Show Blog Posts” in the selection table to be set first.
2. Tell the code that there should be shown the filtered activity stream instead of the whole one.
I found the solution for 1.:
I created a folder “activity” in my child theme and copied the index.php from the bp-default-theme activity-folder inside. Then I changed in index.php the following line:
<option value="new_blog_post"><?php _e( 'Show Blog Posts', 'buddypress' ) ?></option>and have this instead of it now:
<option value="new_blog_post" selected><?php _e( 'Show Blog Posts', 'buddypress' ) ?></option>Now, the Blog-Post option is shown first in the selection, BUT there are still all activities without filter on the page. So step 2 has also to be done and I don’t know where.
I would appreciate any help.
March 5, 2010 at 7:19 am #66824In reply to: Hide main theme from users
Maythil
Participant@ Andrea_r
With regular WP and Buddypress, I reach an error page whatever menu item I click.
March 5, 2010 at 6:54 am #66821In reply to: Tweetstream (twitter plugin) Beta testers needed!
takuya
ParticipantVersion 1.1.8 has a bug with WordPress 2.9.2 with BuddyPress 1.2.1
Enabling this plugin disables buddypress profiles, which returns 404 on every member profile page.
I’m using custom member slug for my BP install, so please check if there’s conflict on your code with users with custom BP slugs. This is the only BP plugin I’m running aside from BP.
March 5, 2010 at 6:34 am #66819In reply to: Is there a backdoor in WPMU/Buddypress?
FayssalF
ParticipantMichael, could you have a look at the invisible-defender plugin?
March 5, 2010 at 4:50 am #66811In reply to: oEmbed for BuddyPress plugin – out now!
r-a-y
KeymasterYou’ll have to register uStream and TED Video as handlers like @levin did
If you know a little code, you can make them both as embed handlers.
Here’s the code WP uses for PollDaddy as a guide:
function wp_embed_handler_polldaddy( $matches, $attr, $url, $rawattr ) {
return apply_filters( 'embed_polldaddy', '<script type="text/javascript" charset="utf8" src="http://s3.polldaddy.com/p/' . esc_attr($matches[1]) . '"></script>', $matches, $attr, $url, $rawattr );
}
wp_embed_register_handler( 'polldaddy', '#http://answers.polldaddy.com/poll/(d+)(.*?)#i', 'wp_embed_handler_polldaddy' );I still have to add WP_Embed support though, which I forgot to do!
—
I forgot to check for WP_Embed handlers that aren’t part of the default oEmbed class.
I’ve just got this working on my sandbox. This will work its way into the new version.
—
Looking at releasing v0.6 sometime next week. Sorry about the delay.
March 5, 2010 at 3:51 am #66807In reply to: Buddypress iPhone theme update
r-a-y
KeymasterYou wouldn’t have to hack the core, it would be a filter.
We could probably check to see if a user is using an iPhone or mobile phone using this PHP library:
http://detectmobilebrowsers.mobi/
And then apply a filter to remove the view/delete links if it’s an iPhone.
March 5, 2010 at 3:17 am #66804In reply to: oEmbed for BuddyPress plugin – out now!
Tosh
ParticipantWhen is v0.6 coming out?
March 5, 2010 at 3:01 am #66802In reply to: BuddyPress Group Tags is now available
pcwriter
ParticipantThanks for pointing to the ticket. I had only edited line 3 in create.php. Now they’re both done right!
March 5, 2010 at 2:16 am #66801In reply to: Buddypress iPhone theme update
modemlooper
ModeratorWell if its hacking core I don’t want to do that. That would cause headaches on updates. Still deciding on how this app will work. May kill some of the filters. It’s a bit much to use on mobile.
What are the necessities?
March 5, 2010 at 1:47 am #66797In reply to: atahualpa 3.4.4 and buddypress 1.1.2
catwebweaver
MemberI have BuddyPress 1.2.1 activated with Atahualpa 3.4.2 here: http://catswebweave.com – wish I could edit the CSS to give the BuddyPress pages a light background, though. Any clues on how to do this?
March 5, 2010 at 1:27 am #66791In reply to: BuddyPress Maps
paulhastings0
Participant@Grosbouff any progress with the plugin?
March 5, 2010 at 1:16 am #66788In reply to: Buddypress iPhone theme update
r-a-y
KeymasterCoolio! Did you figure out how to remove the view / delete links? Let me know if you need help with this.
March 5, 2010 at 1:13 am #66787In reply to: Buddypress iPhone theme update
modemlooper
ModeratorI’ve managed to get iui kit working with it. It’s a significant leap from a basic theme to actually looking and acting like a native app with sliding navigation. iui was used to build the facebook iphone app.
Though I have to rework the entire navigation structure.
Choose BuddiPhone as the name.
March 5, 2010 at 12:49 am #66782In reply to: Most effective/stable events plugin?
David Lewis
ParticipantI can’t wait for bp-events any longer. I’m going to just use a simple WordPress plugin for now. Hopefully at some point bp-events or some other BuddyPress solution will happen. Given the pace and history of development… bp-events 1.2 could be months away. Or not. Hard to say.
-
AuthorSearch Results