Search Results for 'buddypress'
-
AuthorSearch Results
-
August 25, 2009 at 2:58 pm #51542
In reply to: Unable to authorize groum membership requests
Michael Berra
ParticipantCreated a ticket: https://trac.buddypress.org/ticket/943 (thakns for the searching, DJPAUL)
August 25, 2009 at 1:16 pm #51541In reply to: None of the Pages work after fresh install
morgenvrij
MemberI solved my problem thanks to DjPaul here:
https://buddypress.org/forums/topic/blank-page-when-clicking-blogs-members-etc
August 25, 2009 at 1:03 pm #51540In reply to: Why is BuddyPress stripping my object or embed tags?
peterverkooijen
ParticipantThe Unfiltered MU plugin works for admins and editors in WordPress, but it depends what BP component you’re trying to use the embed/object tags in BP.
The Unfiltered MU plugin did not work for importing blog posts anymore. I needed a way to import 180+ post, most of them with embedded video on Blip.tv.
Yes, security is important, but if it wipes out 80% of my blog something’s gotta give.
I’ll remove the code from kses.php and let the Unfiltered MU plugin take over for just the main blog. Or wouldn’t that work? Would I have to start all over again, manually remove 180+ messed up posts?
How can I turn the object/embed tag stripping off in Buddypress’ main blog? I’m not trying to use the tags in a Buddypress component, only in the main blog. Or is that a component as well? Confused…
Like Zenseeker, I couldn’t make sense of Burt Adsit’s solution.
August 25, 2009 at 12:56 pm #51539In reply to: move /members directory to another domain ?!
Jeff Sayre
Participant( Not found any problems yet )
Please read this entire thread. Also, as referenced in that thread, these two tickets in Trac apply:
August 25, 2009 at 12:51 pm #51538In reply to: page not loading: http://buddypress.org/forums/
Jeff Sayre
ParticipantWe are aware of the problem. Andy is looking into it. It occurs in all browsers and on both Mac and WinTel platforms.
For me, the issue is most prevalent after posting a reply. The proper URL for the thread shows in the address bar of the browser but the page is blank. As you say, refreshing the browser “solves” the problem.
August 25, 2009 at 10:22 am #51536In reply to: move /members directory to another domain ?!
jorries
ParticipantOk found the answer:
In bp-core.php change the ID inside
/* Define on which blog ID BuddyPress should run */
if ( !defined( ‘BP_ROOT_BLOG’ ) )
define( ‘BP_ROOT_BLOG’, 5 );
for the blog ID it should run on..
Thats it! ( Not found any problems yet )
August 25, 2009 at 7:10 am #51534In reply to: Why is BuddyPress stripping my object or embed tags?
Paul Wong-Gibbs
KeymasterYes. Changing that bit in kses.php will let anyone use those tags almost everywhere on the site, so you’ve been warned.
August 25, 2009 at 4:41 am #51530In reply to: Why is BuddyPress stripping my object or embed tags?
r-a-y
KeymasterThere’s a reason why the embed and object tags are disabled by default, Peter.
If you’re going to open up your BP network to any user, they can potentially exploit those tags and do all kinds of nasty stuff.
The Unfiltered MU plugin works for admins and editors in WordPress, but it depends what BP component you’re trying to use the embed/object tags in BP.
Burt’s solution is the preferred method.
August 25, 2009 at 4:35 am #51529In reply to: BuddyBar for bbPress
tmcandle
ParticipantThis is probably going to sound stupid, but I copied and pasted the example code from the readme and (as it is late) I did not notice there were single quotes around the whole thing. Not sure why they are there but I ended up grabbing the bottom one unknowingly and it took me a bit to realize it was why I was getting a parsing error.
But now all is well and as soon as I can find a bbPress version of the default buddypress template I am golden.
Thanks for this it is a huge help to provide integration.
August 25, 2009 at 3:30 am #51528In reply to: Why is BuddyPress stripping my object or embed tags?
peterverkooijen
ParticipantSolved it by adding the following under ‘allowedposttags = array’ in kses.php:
'object' => array (
'id' => array (),
'classid' => array (),
'data' => array (),
'type' => array (),
'width' => array (),
'height' => array (),
'allowfullscreen' => array ()),
'param' => array (
'name' => array (),
'value' => array ()),
'embed' => array (
'id' => array (),
'style' => array (),
'src' => array (),
'type' => array (),
'height' => array (),
'width' => array (),
'quality' => array (),
'name' => array (),
'flashvars' => array (),
'allowscriptaccess' => array (),
'allowfullscreen' => array ()),
'script' => array (
'type' => array ()),August 24, 2009 at 11:39 pm #51524In reply to: New Groupblog Plugin
newbie999
ParticipantHello. I’m a newbie and just created a test site up with buddypress/wordpress/bbpress. Everything looks good. I installed this plugin and followed the directions. However, when I activate it, I get this error:
Fatal error: Class ‘BP_Group_Extension’ not found in /home/ieconnec/public_html/isocal/wp-content/plugins/bp-groupblog/bp-groupblog-classes.php on line 105
I’m running buddypress 1.0.3 and wordpress mu 2.8.4a. Any help you can provide will be much appreciated. I would like to be able to use this plugin.
August 24, 2009 at 6:56 pm #51510In reply to: Why is BuddyPress stripping my object or embed tags?
peterverkooijen
ParticipantHow do you mean using custom fields?
I’m trying to import 180+ existing posts, most of them with embedded video.
I still have to try Burt Adsit’s manual solution as a last resort, but if Unfiltered MU doesn’t work it’s unlikely code in bp-custom would work.
August 24, 2009 at 6:47 pm #51508In reply to: Why is BuddyPress stripping my object or embed tags?
Jomark
ParticipantI was able to find a work around for this by using custom fields since it does not strip the codes. I have it working on my web tv-social networking site that mostly uses embedded videos, http://piyesta.com/sadyatv.
August 24, 2009 at 6:32 pm #51507In reply to: Why is BuddyPress stripping my object or embed tags?
peterverkooijen
ParticipantRunning into this annoying problem again and the Unfiltered MU plugin no longer seems to work.
August 24, 2009 at 5:11 pm #51501In reply to: Replace WP profile edit with BP profile edit
Paul Wong-Gibbs
Keymasterhttp://buddypress.pastebin.com/fd73915e
That is not tested & is intended as a starting point. I think it does what you want.
August 24, 2009 at 4:04 pm #51497In reply to: Blank page when clicking blogs, members etc.
morgenvrij
Memberreclametijgers.nl
/reclametijgers.nl/wp-content/plugins/buddypress
August 24, 2009 at 3:46 pm #51488In reply to: Blank page when clicking blogs, members etc.
Paul Wong-Gibbs
KeymasterWhat Url is / will your install be at, and what’s the path to Buddypress on your server?
August 24, 2009 at 2:39 pm #51485In reply to: BuddyBar for bbPress
Lriggle
ParticipantHi Guys!
I’m also having 2 niggling issues with this plugin. 1) If I’m logged out of wordpress AND bbpress, and I log into bbpress, the buddybar doesn’t change from the logged out status. If I click the login link on the buddybar through the forums and log in, it redirects me back to the blog homepage, not the page I clicked from.
Here’s what I’m running…
WPMU 2.8.2
Buddypress 1.0.3
bbPress 1.0.1
Thanks!
August 24, 2009 at 1:54 pm #51483In reply to: Add a custom button to the admin bar
Jeff Sayre
ParticipantAugust 24, 2009 at 12:02 pm #51480In reply to: Class 'WP_Widget' not found
Roger Coathup
ParticipantGetting out of a fix:
If you’ve tried updating Buddypress, but forgotten to update WordPressMU first of all… you are now facing the “Fatal error: Class ‘WP_Widget’ not found”.
You’ll also find, you can’t rewind your buddypress upgrade, and can’t update wordpress from the dashboard. You are stuck!
You could reach for your backup, but if like me, you got lazy and didn’t backup… you’ll be really pleased to know this link to a manual update process works, and you won’t lose any of your lovely data:
https://codex.wordpress.org/Upgrading_WPMU#2.7.1_to_2.8.3
The steps for 2.8.3 also work for 2.8.4a
August 24, 2009 at 11:40 am #51478In reply to: Ajax areas not working correctly
mistermachine
ParticipantHey Guys
This sounds similar to my problem. I have been trying to set up groups for a while now with no luck. Groups haven’t worked from install, which was something I though would clear up as I proceeded with integration, but no go.
http://5planes.mistermachine.com/network/
It looks the page is trying to load an incorrect ajax url. It seems to be adding extra sub-directory to the path name.
http://5planes.mistermachine.com/network/network/
I checked and rechecked the wp-config file with no luck.
Attempts to add new profile information also seems to error out.
Other than these two errors the rest of the site works great! If anyone can help that would be great.
BuddyPress 1.03 and WordPress MU 2.8.4a and bbPress 1.0
August 24, 2009 at 11:38 am #51477Paul Wong-Gibbs
KeymasterThere’s no end user or developer documentation yet.
August 24, 2009 at 9:42 am #51441Sven Lehnert
ParticipantThanks for the replay,
It’s working now.
@ Nicola, I want to know more details. Where can I find the Information about the changes in 1.1 Is there a special place I have to look for ?
August 24, 2009 at 12:15 am #51472Rohan Kapoor
ParticipantAt this point, I at least am not using 1.1 as are most people.
August 23, 2009 at 9:41 pm #51470In reply to: Import existing user
peterverkooijen
ParticipantApparently Manoj Kumar’s very essential users import plugin does not work with the latest version:
The Big K at 19:19 on 9 August 2009
Hi Manoj,
The plugin is not compatible with WPMU 2.8.3 & Buddypress 1.0.3. Could you please fix it.
This is also the version of the plugin I’ve tried – I gave the wrong link earlier.
In my installation the plugin worked for the essentials – username, email address – but nothing was added to meta in wp_signup and the xprofile fields.
Next I’ll try it in a fresh install of Buddypress 1.0 RC…
-
AuthorSearch Results