Search Results for 'buddypress'
-
AuthorSearch Results
-
November 7, 2008 at 12:32 pm #33609
In reply to: Groups busted in trunk 504?
Andy Peatling
KeymasterYour best option by far is to use SVN. If you’re not using SVN then running the trunk is going to be a nightmare.
If you can check out a copy using SVN then you can simply do a “svn up” on the BuddyPress files and they will update.
November 7, 2008 at 11:41 am #33607In reply to: Groups busted in trunk 504?
Andy Peatling
KeymasterSo where exactly are you now in the whole situation? Are groups working? If you upgraded from an earlier revision, make sure you log in as admin and visit wp-admin to upgrade the DB tables.
Users wont show in BuddyPress until they have at least *some* profile information (unless you dont have bp-xprofile installed). Usually this means a first and last name.
Only your own blogs show in my blogs, so if becky creates a blog, thats not going to show in your “my blogs” menu. Unless I am misunderstanding something.
November 7, 2008 at 10:23 am #33604In reply to: Groups busted in trunk 504?
Burt Adsit
ParticipantOn another note if I try to access mysite.org/members I get a little notification screen that tells me I need to put plugin-template.php and plugin-sidebar.php into my theme dir. I found these in the buddypress-home dir. Putting these in the appropriate theme folder gets rid of the error msg but doesn’t get me anything.
All I get is a wp page with the permalink mysite.org/membership
Once again, changing my permalink from mysite.org/membership to ‘registering-and-membership’ solves the prob. Now I get the member directory wonderfully sandwiched between my theme header and footer. However, it still says 404 in the FF tab and no actual members are listed. I get the abc’s, search box and a h2 Members title header. Nothing else. I’m gonna turn on the bp home theme and see what havoc I can cause with that.
Is this a blown regex in wpmu .htaccess rewrite rules or bp hijacking behavior? I haven’t modded the .htaccess rewrite rules at all. It’s exactly what wpmu installs.
Glad you showed up so early?
November 7, 2008 at 10:02 am #33603Andy Peatling
KeymasterPlease use the latest trunk version of BuddyPress.
November 6, 2008 at 10:39 pm #33599In reply to: Any help available to install/host BuddyPress?
Andy Peatling
KeymasterFirst of all you’ll want to get set up with an installation of WPMU and make sure that is running correctly.
It’s probably a good idea to head over to the WPMU forums where there are a lot of expect WPMU users (https://mu.wordpress.org/forums). They will be able to help you get started with MU.
Once you have that up and running, come back here and we can guide you through installing BuddyPress on top.
November 6, 2008 at 10:42 am #33594In reply to: Buddypress – overall site – home page
Andy Peatling
KeymasterI just downloaded a fresh copy of WPMU 2.6.3, the latest BuddyPress trunk and did a fresh subdirectory installation. It all worked fine, no missing function errors.
Are you absolutely sure you have all the latest files and everything installed correctly via the readme? This includes the latest themes – you MUST update the themes too.
November 6, 2008 at 9:53 am #33592In reply to: Buddypress – overall site – home page
wwwmcasin
MemberI can tell that i have followed the instructions a 100 % .
Are you sure there are no errors in the latest trunk version?
I’ll download it and reinstall it. Lets see if that solves it ?
November 5, 2008 at 8:41 pm #33588In reply to: Buddypress – overall site – home page
ron_r
Membermu-plugins is the correct location.
The information you have provided in your posts don’t have enough information in them to tell what is wrong. That’s why we have asked various questions.
The short version would be that most likely you have not followed the install directions correctly. For example, the expected callback error means that a function call is being made to a function that hasn’t been defined. 99.9% of the time with a plugin that means one or more files are in the wrong place.
November 5, 2008 at 6:52 pm #33586In reply to: Buddypress – overall site – home page
wwwmcasin
Membermu-plugins@ ron
is that causing the problems?
November 4, 2008 at 11:52 pm #33578In reply to: How to add a wordpress plugin
zenseeker
ParticipantThanks. I did post on the creator’s site as well. I’m sure it will probably take some tweaking for buddypress.
November 4, 2008 at 10:35 pm #33577In reply to: Buddypress – overall site – home page
ron_r
Memberhttp://www.mcas.in: Did you put the files in the plugins directory or the mu-plugins directory?
November 4, 2008 at 9:08 pm #33573In reply to: Buddypress – overall site – home page
Andy Peatling
KeymasterYes, BuddyPress is all plugins, you can start your WPMU installation then try it out later.
November 4, 2008 at 8:17 pm #33569In reply to: How to add a wordpress plugin
Andrea Rennick
ParticipantIt’s quite likely it just has issues with WPMU, not buddypress. Some plugins do not work well with it. I’d test it on a vaniall install of WPMU first.
November 4, 2008 at 6:21 pm #33567In reply to: homepage no longer working
gogoplata
ParticipantTO resolve this all you should have to do is create a copy of your index.php file, rename it home.php, and upload it to your theme folder and it should work.
I had the same issue when upgrading last night. I think BuddyPress requires there to be a home.php file and once you do what I outlined above everything should be normal.
November 4, 2008 at 2:49 pm #33566In reply to: Buddypress – overall site – home page
Fantasmo
MemberHi just one question:
BuddyPress is a PLUGIN not a standalone application, is it?!
That means I can set up a WordPress-Blog and LATER add the BuddyPress-Function?!
Just asking because I have an idea for a great blog, and I am thinking about wether to wait for the official BuddyPress release or to already start my blog, and later add buddypress.
November 4, 2008 at 6:55 am #33565In reply to: Buddypress – overall site – home page
wwwmcasin
Memberyes @ apeatling . Some problem with the trunk version ?
November 3, 2008 at 7:38 am #33554In reply to: how to pull buddypress data
wakuza
Memberthanx.
November 3, 2008 at 6:23 am #33552In reply to: How to show contents of recent post on the home page
maxkiesler
MemberHi sfinder,
I was just looking into this myself and came up with a quick hack.
Go to:
bp-blogs-widgets.php
line: 50
Change:
<div class="item-content"><?php echo bp_create_excerpt($post->post_content) ?></div>
To:
<div class="item-content"><?php echo $post->post_content ?></div>
This will will show the full post with images, but will not limit the amount of text. You might want to create a function similar to bp_create_excerpt() if you want to limit the amount of text.
Hope this helps.
P.S. I’m new to buddypress and wpmu, so this solution may not be perfect.
November 2, 2008 at 9:23 pm #33549In reply to: Band Profile Features on future release?
Phlux0r
ParticipantI’m sure people will be writing plugins to extend the default Buddypress functionality once it’s released. I think Andy is making sure that it will be easy to write new plugins. It will be just a matter of time…
November 2, 2008 at 9:19 pm #33548In reply to: Admin bar broken in IE7
Phlux0r
ParticipantAndy posted here asking for help with fixing the IE6/7 problems with the Buddypress themes.
November 2, 2008 at 9:13 pm #33547In reply to: how to pull buddypress data
Jake Spurlock
ParticipantTestBP is using the new home theme that is part of the BuddyPress install. The items, account, groups, etc, are all widgets that you can place wherever you need them.
November 2, 2008 at 7:43 pm #33545In reply to: Buddypress without blogs?
Andy Peatling
KeymasterYou can turn off blog registration as an option in WPMU. Then it’s as simple as not installing bp-blogs.
November 2, 2008 at 7:40 pm #33544In reply to: Buddypress – overall site – home page
Andy Peatling
Keymasterhttp://www.mcas.in: are you using the trunk version of BuddyPress?
November 2, 2008 at 5:57 pm #33543In reply to: Buddypress – overall site – home page
wwwmcasin
Membermy mistake was that i uploaded all files in plugin directory .. i forgot to put the theme in the themes directory.. once you do that, the current theme of buddypress shows up..
regardless, even after that there are bugs like https://buddypress.org/forums/topic.php?id=141 and https://buddypress.org/forums/topic.php?id=97 which need to be sorted out
November 2, 2008 at 7:55 am #33542In reply to: Buddypress – overall site – home page
raidar
MemberHi, i have the same problem and i really cant figure it out…what do i need to edit?
-
AuthorSearch Results