Search Results for 'buddypress'
-
AuthorSearch Results
-
November 8, 2009 at 5:24 pm #56204
In 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?
November 7, 2009 at 6:37 pm #56150In reply to: wp-sigup.php and /register
abcde666
Participantthis has been fixed, the page still looks kinda ugly though:
November 7, 2009 at 6:28 pm #56149In reply to: Themes or Styles for Member Pages in BP 1.1.2
John James Jacoby
KeymasterI would recommend making your own parent/child theme and use the bp-sn-parent as your guide.
To truly get the mileage you want out of your BuddyPress powered website, you will want to customize it fully. The parent/child setup is designed to let the parent theme be the “core” theme, and let child themes change the core design. You could also just make your own child theme and use bp-sn-parent as the parent, and then use your own custom CSS to make it look however you’d like.
November 7, 2009 at 6:20 pm #56148In reply to: surprising avatar behavior
John James Jacoby
Keymastergeorgef101, do you still have the bp-themes folder located in wp-content? If so, BuddyPress will think you’re using the old theme style and look for the 1.0 avatars. If not, make sure your folder permissions are set (I put mine to 777 to make sure it works, but you may want to do 755 depending) and then run the code above. It should rename all of your avatars accordingly and put them where they belong. Once that’s done, you shouldn’t need to delete or change anything.
November 7, 2009 at 6:14 pm #56146In reply to: Make your own custom BuddyPress page
Lriggle
Participant21CDB’s code works fine with my theme. I’d like my custom page to be in a sub-folder instead of in my root directory, though.
define('CS_INTUITION_SLUG', 'intuition');
function show_intuition_page()
{
bp_core_add_root_component(CS_INTUITION_SLUG);
}
add_action( 'plugins_loaded', 'show_intuition_page', 2 );
function bp_show_intuition_page() {
global $bp, $current_blog;
if ( $bp->current_component == CS_INTUITION_SLUG && $bp->current_action == '' )
{
// The first variable here must match the name of your template file below
bp_core_load_template( 'intuition', true );
}
}
add_action( 'wp', 'bp_show_intuition_page', 2 );When I remove the intuition.php file from my root directory, and make an intuition directory with an index.php in it, it doesn’t seem to work (I get 404’s). If I try and change what the value of the slug and the template are as well, I still get 404’s.
Ideas?
-
AuthorSearch Results