Search Results for 'buddypress'
-
AuthorSearch Results
-
February 17, 2009 at 2:30 am #38142
benny148148
ParticipantThanks for the clarification…I’ve been running MU for a while but haven’t ventured over here until now. I was basically asking if I can use the friends/groups plugins as stand alone plugins, without using the BuddyPress core plugin and BuddyPress themes…I think you answered this question though.
Thanks
February 17, 2009 at 2:26 am #38141In reply to: Scaling down/Centering complete Buddypress
mdsports
ParticipantI forgot to ask… If there’s and easier way…please…someone help???
February 17, 2009 at 2:25 am #38140In reply to: Scaling down/Centering complete Buddypress
mdsports
ParticipantI think I may have experienced the same problem with buddypress. The only solutuion I’ve found so far is to remove “position: relative;” from most of the css file attributes.
February 17, 2009 at 1:39 am #38139In reply to: Running BuddyPress in a subdirectory
jugoretz
ParticipantNope, no other problems, just the messaging problem I referred to in another thread (and maybe that’s related?). The other person I’ve found who has that problem does not seem to have a subdirectory install, though. (in the comments here http://futuristguy.wordpress.com/2009/01/05/missional-tribe-not-just-another-use-of-the-word-missional/)
So far every other problem I’ve had has been clearly matched to this misalignment of /eportfolios and /eportfolios/social . And working out the right links has fixed all of those problems.
But I think maybe I wasn’t clear–it’s not just that buddypress is in a sub-directory, the issue is that the buddypress homepage (home blog) is *not* the home blog of the wpmu install. Blog number 1 of wpmu is at /eportfolios and the buddypress home is /eportfolios/social
Is that something you’ve tested and had full functionality without these changes? That would be great–would make upgrades easier–but I don’t see how.
See, siteurl() is macaulay.cuny.edu/eportfolios . but in the case of those links in the top nav (and others) it should be macaulay.cuny.edu/eportfolios/social
Tell me there’s something obvious I’m missing! That would be great!
February 17, 2009 at 1:29 am #38137Andy Peatling
KeymasterBuddyPress is a set of WordPress MU plugins.
February 17, 2009 at 1:28 am #38136Trent Adams
ParticipantNot sure what you mean by changing your site? Buddypress is just the suite of plugins to extend WPMU, so what do you mean change site to buddypress? You can add the functionality to any theme, so you don’t have to use the buddypress-home and member themes if that is what you are referring to.
Trent
February 17, 2009 at 12:14 am #38131In reply to: Running BuddyPress in a subdirectory
Andy Peatling
KeymasterThis should not happen, I’ve tested in multiple levels of subdirectory installations and it all worked without the need for changes.
There must be something wrong with your setup if you are seeing these issues. Are you running into further problems?
February 16, 2009 at 11:06 pm #38128In reply to: wp-super-cache strategy
Rich Spott
ParticipantI had super-cache installed, with wpmu 2.7 and buddypress RC-1, and everything seemed to be working fine, except for I would get a 500 Internal Error on Wp-activate (when the new user clicks on the email link that is sent to them to activate the account). Everything else worked fine, wp-signup worked like a breeze, and all of my pages and posts were cached as they should be.
Once I uninstalled Super-Cache, wp-activate worked again fine. I uninstalled all of my mu-plugins (re-captcha, google analytics, buddypress redirect) and just put super cache and buddypress in there, and i still got the 500 internal error on wp-activate. When I removed it and added the others back in, everything works fine.
Any ideas? I’d love to have super cache working, but not at the expense of adding new members.
February 16, 2009 at 10:22 pm #38125In reply to: Plugin Developers: Changes around $bp global
Andy Peatling
KeymasterDevrim, you can’t just set this stuff up outside of a function call. You should download the skeleton component to understand how to write WPMU capable plugins.
You need to wrap your code in a function then call it on the ‘wp’ action.
function mystuff() {
…
}
add_action( ‘wp’, ‘mystuff’ );
You are running into problems because your code is executing before anything has been set up. BuddyPress is entirely action based, if you start programming outside of this, you’ll run into many issues.
February 16, 2009 at 10:18 pm #38123In reply to: Announcement: BuddyPress RC-1
Andy Peatling
Keymaster@parkcityxj read the second point of the second post in this thread.
February 16, 2009 at 10:00 pm #38122In reply to: Announcement: BuddyPress RC-1
oldskoo1
Participantparkcityxj
Are you using a custom members theme?
If so it won’t be RC1 compatible.
You might be able to patch the groups module to get the forums working…
Download RC1 – open members theme folder, copy the groups folder, paste it over your current groups folder and it might fix your problem.
Of course, backup your current groups just in case.
February 16, 2009 at 8:49 pm #38119In reply to: Announcement: BuddyPress RC-1
parkcityxj
MemberI can’t get my group forums to work now. Whenever I try to post something I get this message “Are you sure you want to do this?” and only the option to “please try again” I’ve deleted my old groups and created new ones as well.
February 16, 2009 at 8:48 pm #38118In reply to: Left Sidebar in profile and groups page
Erwin Gerrits
ParticipantI believe that section is called “userbar” and there’s a userbar.php in the buddypress-member theme directory. Unless the user is logged in it displays the login form, otherwise it calls bp_get_nav() to display the user nav options.
February 16, 2009 at 8:40 pm #38117In reply to: Buddy Press themes
mimik
MemberHere is my home theme folder with css, you will see I havent modified anything. If someone can take a wee look and see where im going wrong please
http://uploading.com/files/45XJ22TL/buddypress-home.zip.html
February 16, 2009 at 8:19 pm #38116Devrim
Participantand to whom it may concern; these kind of errors are discouraging. If we had a decent buddypress alternative we would have switched already. $bp related errors* and errors that belong to the core, very demotivating as they are making our whole system unstable.
We spend hours first on the system try to find what’s wrong, and hours on internet try to find if anyone else has a fix.
* https://buddypress.org/forums/topic.php?id=1125&replies=14#post-6258
February 16, 2009 at 8:08 pm #38113In reply to: Announcement: BuddyPress RC-1
Kevin Ryman
ParticipantWell, sorry for the above post. I uploaded all the theme files and re-modified the necessary files and the problem was fixed. Thank you for bbPress!
February 16, 2009 at 7:40 pm #38109In reply to: Screenshot – Buddypress Demo?!
Sgrunt
Participantthe same scaling problems happens with the bp demo too…to solve them you should rebuild the whole css..
February 16, 2009 at 7:29 pm #38108In reply to: Announcement: BuddyPress RC-1
Kevin Ryman
ParticipantAfter upgrading to 1.0 RC1 I get the following error message when trying to access my messages:
Fatal error: Cannot use object of type stdClass as array in /home/********/public_html/beta/wp-content/member-themes/buddypress-member/functions.php on line 14
I didn’t upload the themes but I did upload the functions.php to the buddypress-theme as directed above. Any tips?
February 16, 2009 at 7:26 pm #38107In reply to: BuddyPress Showoff: Post your links
domainsmalltalk
MemberI’m running a test in german language at http://www.mitmachweb.de
I’ll be playing around a little very soon.
February 16, 2009 at 7:19 pm #38106In reply to: Screenshot – Buddypress Demo?!
ichbinsdennis
MemberHehe..
Same as I tried.. If you reduce width, iexplorer has problems with showing elements correctly when scaling down.. Avatars are not at right position etc. .. Firefox looks perfect.. I hate Iexplorer (; Your theme as well has problems with iexplorer. Try to scale down and reduce width of browser your background is squeezing
February 16, 2009 at 7:17 pm #38105In reply to: Screenshot – Buddypress Demo?!
Sgrunt
Participantif you see it with an high resolution it is centered, i’ve have a 1440×900 and a 1680×1050 monitors. However, just reduce body width to see it centered on lower resolutions, and make some tweaks.
February 16, 2009 at 7:15 pm #38104In reply to: Screenshot – Buddypress Demo?!
ichbinsdennis
Memberwell great looking but some scaling problems with internetexplorer.. I had to fight with it too, now i just used margin, doesn’t looks very good when scaling down, but elements stay where they are..
The Buddypress demo isn’t centered as screenshot is! I was installing RC1 and its not centered, but full size!
February 16, 2009 at 7:11 pm #38103In reply to: Screenshot – Buddypress Demo?!
Sgrunt
Participantthe demo too has white borders on both sides…and is centered.
However the css is fully customizable, here is my first attempt: http://wikiroma.it/index.php
February 16, 2009 at 7:02 pm #38102In reply to: Screenshot – Buddypress Demo?!
ichbinsdennis
Memberwell i meant that the theme is centered and has white border on the right/left.. That was exactly what I was trying all the time.. (for advertising and Web2.0 looking reasons..)
February 16, 2009 at 6:56 pm #38101In reply to: Screenshot – Buddypress Demo?!
John James Jacoby
KeymasterLooks like it must have just changed this afternoon. Before it had a picture of a mans blog, and now it’s a zoomed out fullscreen home page layout.
-
AuthorSearch Results