Search Results for 'buddypress'
-
AuthorSearch Results
-
November 8, 2009 at 7:01 pm #56213
In reply to: buddypress doesn't work on stand alone install??!!
dtclarinet
ParticipantOkay. Thanks. That gives me an idea of what is involved. I appreciate it.
David
November 8, 2009 at 6:59 pm #56212In reply to: cannot redeclare Class BP_Activity_Activity {
John James Jacoby
KeymasterSounds like you’ve got files still in place. Can you make sure you’ve deleted all of your old BuddyPress files and try again? Or, maybe delete the buddypress directory entirely and try again?
November 8, 2009 at 6:51 pm #56210grosbouff
ParticipantI’ve done a plugin for that.
BuddyPress is fun

https://buddypress.org/forums/topic/new-plugin-buddypress-real-names
November 8, 2009 at 5:29 pm #56205In reply to: buddypress doesn't work on stand alone install??!!
Brajesh Singh
Participanthi David
No you can not do it in that way.You need to follow the process for migrating from wordpress to wordpress mu.
1.Export your posts/pages
2.take a backup of your wp-content directory
3.Take a backup of database(in case you need it to revert back)
4.remove the wp from server and install wpmu
5.Import the posts from your export file
6.Upload the uploads ,themes directory to wp-content/ in your new installation
If you have a website with thousands of posts,then export import may be trouble.you may follow this instructions in that case
http://welcome.totheinter.net/2008/10/04/how-to-migrate-from-wordpress-to-wordpress-mu/
Hopefully it helps.
November 8, 2009 at 5:24 pm #56204In reply to: buddypress doesn't work on stand alone install??!!
Xevo
ParticipantSee this, maybe it’ll help, or else check google.
November 8, 2009 at 5:20 pm #56203In reply to: buddypress doesn't work on stand alone install??!!
dtclarinet
ParticipantNow that I know what WP MU is, can’t I install it to replace my stand alone platform?? (and then upload the databases to the new install)
November 8, 2009 at 5:11 pm #56202In reply to: buddypress doesn't work on stand alone install??!!
Xevo
ParticipantIt is a plugin for wpmu, since you have to install and use it as any other plugin. And yes, if you use a wordpress single install, you will have to switch over too wpmu first.
They plan on making it available for single installs, but don’t hope on that anytime soon.
November 8, 2009 at 5:03 pm #56201In reply to: buddypress doesn't work on stand alone install??!!
dtclarinet
Participantdavid here again. I just added buddypress to another page http://blog.davidhthomas.net/discussions and it is functional.
It’s strange that is is touted as a “plugin” when it’s really a new wordpress install.
Please correct any of this info if it’s wrong, so I can use buddypress in the most flexible way possible.
thanks,
david
November 8, 2009 at 5:01 pm #56200In reply to: buddypress doesn't work on stand alone install??!!
Xevo
ParticipantRead a readme!
November 8, 2009 at 2:51 pm #56195In reply to: Horizontal Userbar
Xevo
ParticipantCheck the themes of Milo.
http://3oneseven.com/wpmu-buddypress-themes/
Change those, those have the bar like you want it.
(You need an understanding of a bit more then css if you want it like your design right now though..)
November 8, 2009 at 2:40 pm #56194In reply to: New Plugin – BuddyPress Links – Beta Support
danbpfr
ParticipantTranslation is actually not working with your locale function “bp_links_load_textdomain()” in bp-links.php line 138
Instead of the function, a simple if statement is enough and works
if ( file_exists( WP_PLUGIN_DIR . '/buddypress-links/languages/buddypress-links-' . get_locale() . '.mo' ) )
load_textdomain( 'buddypress-links', WP_PLUGIN_DIR . '/buddypress-links/languages/buddypress-links-' . get_locale() . '.mo' );If you wanna translate:
Erase (or comment) the function and use the code above instead
Name your .mo file buddypress-links-xx_XX.mo (xX are your country code)
November 8, 2009 at 2:23 pm #56193In reply to: Horizontal Userbar
takuya
ParticipantThis buddypress.org design is ONLY for buddypress.org.
Some buddypress themes before 1.1 releases had horizontal menus. Maybe you should search and get some sample codes. Also check out gallery section, in case if our member already has done it on their site(s).
November 8, 2009 at 2:05 pm #56190In reply to: Improvement/Enhancement to Groups
takuya
ParticipantI think this is on the roadmap. Wait for future releases.
If there’s no feature enhancement, then I’d suggest you to create one on trac.buddypress.org. BUT I think Andy is aware of this from past discussions.
November 8, 2009 at 1:56 pm #56188In reply to: Post via e-mail
takuya
ParticipantOur moderators recommend to focus here for buddypress and wpmu forums for wpmu. Buddypress doesn’t provide blog functions, it doesn’t provide user management, etc, etc, etc…
It’s recommended that you read documents carefully and understand the differences. So people here can focus on spending more time answering real problems than problems that could simply be answered on wpmu forum.
I understand your frustrations, but please respect all of us, both wpmu forum and buddypress forum.
November 8, 2009 at 1:32 pm #56184In reply to: New Plugin – BuddyPress Links – Beta Support
PH (porsche)
ParticipantIs anyone having issues with any conflicts with the Vote it up plugin and buddy links..?
https://wordpress.org/extend/plugins/buddypress-featured-members-widget
November 8, 2009 at 12:44 pm #56181In reply to: Post via e-mail
PH (porsche)
ParticipantPlease note SocialPreneur that BuddyPress and WPMU are intertwined. How will one know, if a question belongs where, until its asked?
Further more, the behavior and nuance of software such as WPMU interacting with Buddypress and other plugins can best be described as uncertain –
So, please think twice before you press the “SEND POST” and leave your arrogance at the door. Im not here to be chided. This is an open community and we all have much to learn.
You never know who is behind these avatars and profiles, you wouldn’t want to disrespect the wrong guy. The world is a surprisingly small world.
November 8, 2009 at 10:29 am #56176In reply to: Post via e-mail
takuya
ParticipantPlease note that this forum should only be used for buddypress matters. Post wpmu problems on wpmu forum.
November 8, 2009 at 9:57 am #56175In reply to: [ASK] How to install new themes
Xevo
ParticipantThe whole site is blank? Then try using the standard buddypress theme and see if its still blank. If it is, then try disabling buddypress and see what happens then, still blank, then its a wpmu problem, if not then its a buddypress problem and if the site works when using the default buddypress theme, then the theme your using doesnt work.
At least you’ll know where the problem lies with this.
November 8, 2009 at 5:00 am #56167In reply to: BuddyPress Privacy Component: An Update
roydeanjr
ParticipantLookin’ forward to your plugin Jeff! Thank you for the hard work.
November 8, 2009 at 3:14 am #56162profitsbuzz
ParticipantSorry I was searching and found this item to have to same issue I am facing.
my sign up page is not showing. I would like to find out from Andy if I would be able to route to register.php. does it mean the user would be sign up for wpmu too.
so how to configure for my page? thanks
November 8, 2009 at 2:38 am #56161In reply to: Using the Buddybar outside of WordPress
Boone Gorges
KeymasterYou can also use the following jQuery technique to put the buddybar in any application: http://teleogistic.net/2009/10/displaying-the-buddypress-admin-bar-in-other-applications/. It’s probably overkill if you’ve only got a single page (since Xevo’s method is so much more straightforward) but it’s nice if you’re trying to integrate another entire program.
November 8, 2009 at 1:43 am #56159In reply to: Custom Loops for Forum Topics
slicktig1
ParticipantHi,Milan suggested code is not working on latest buddypress install. it is giving following fatal error
Fatal error: Call to undefined function bp_forums_get_topics()
Please suggest the alternative if any. thanks.
November 8, 2009 at 1:23 am #56158In reply to: New Plugin – BuddyPress Links – Beta Support
MrMaz
ParticipantDid you move the “links” directory which contains the required template files into your theme folder?
I have not had a chance to test a dashboard install yet, I will try to do that soon.
What does everyone think about changing things around so the core theme files stay in the plugin folder, but can be overridden in the theme folder if a file of the same path/name exists there?
This is not the BuddyPress convention, but it seems to make more sense from an upgrade/maintenance angle.
November 8, 2009 at 12:52 am #56157In reply to: New Plugin – BuddyPress Links – Beta Support
Jean-Pierre Michaud
Participantyou need to activate it for the whole site, that’s why you have an error page.
November 7, 2009 at 11:10 pm #56152In reply to: New Plugin – BuddyPress Links – Beta Support
PH (porsche)
Participantbp 1.1.2
wpmu. 2.8.4a
I tried to install this via the Dashboard Plug in install system.. After installation.. I try to activate the plugin it just gives me back a blank screen..
I would then have to FTP to mysite to delete the Buddypress-link directory so I can regain management of my admin dashboard..
any ideas?
-
AuthorSearch Results