Search Results for 'buddypress'
-
AuthorSearch Results
-
March 10, 2010 at 9:04 pm #67624
In reply to: How to add to the "My Account" section of the nav?
r-a-y
KeymasterUnfortunately, there’s no hook in the “My Account” menu to add custom items so you’ll basically need to duplicate the bp_adminbar_account_menu() and add your changes, then remove the bp_adminbar_account_menu() function and add your custom function.
The following guide tells you how to do this:
https://codex.buddypress.org/how-to-guides/modifying-the-buddypress-admin-bar/
March 10, 2010 at 8:09 pm #67615ruthlessbookie
Memberif you have a “bp-themes” folder in your themes directory, you can get rid of it – not so sure you want to remove the one from within the buddypress plugin folder – the one in the themes directory is left over from older versions of buddypress. remember – before you delete anything, do a backup first.
March 10, 2010 at 7:58 pm #67614r-a-y
KeymasterAre you using WPMU or standard WP?
If you’re using WPMU, read what I just wrote here:
https://buddypress.org/forums/topic/wordpress-vs-wordpress-mu#post-41890
March 10, 2010 at 7:46 pm #67611In reply to: Request to all developers and plugin writers
Mariusooms
ParticipantThanks! Good to be reminded, I’ll make sure to check again in case I missed something.
The new bp-default is already a MAJOR change in a good way since the old BuddyPress theme btw. The old theme was littered with empty clearing div’s.
March 10, 2010 at 7:45 pm #67610Bowe
ParticipantIf you install BuddyPress you’re blog will remain the main blog and all your posts/authors/categories etc are still there.. It does not remove your existing blog, it simply adds social network functions to them!
Your WordPress theme can’t be used though, so you’ll might need to change the standard BP theme to fit your needs by creating a Child Theme.
March 10, 2010 at 6:39 pm #67606In reply to: Email notification not working
ruthlessbookie
Memberok, here’s the results:
1. created a full mirror of my live site in a test directory, including a separate copy of the database.
2. de-activated all plugins, including buddypress
3. chose a non-buddypress theme in admin
4. ftp’d a fresh copy of wpmu to the directory – surprisingly, this didn’t break anything.
5. Before re-activating any plugins, I successfully registered, all activation / notification emails worked fine.
6. re-activated BuddyPress
7. tried to register a new member, and now I have nothing – no activation / notification emails.
Am I wrong to conclude this is a BuddyPress issue?
March 10, 2010 at 6:29 pm #67605peterverkooijen
ParticipantI meant maybe someone could take code from Buddypress and turn it into a BBpress plugin, instead of trying to force Buddypress to fit within BBpress. Half the posts on here are about BBpress these days. Buddypress is not supposed to be a forum script.
March 10, 2010 at 6:22 pm #67603In reply to: BuddyPress-Links 0.3 FINAL is here at last
Hugo Ashmore
ParticipantCouple of things that may be of vague interest.
1/ Just tested on a unmodified 2.9.1 / 1.2.1 install live server and the plugin seems to work flawlessly on PHP 5.1.6 in your readme.txt you state requirement of 5.2 perhaps to be safe?
EDIT/ ignore following just read the readme more carefully “not compatible with 1.2.x classic theme” hmm more and more the upgrade to 1.2.1 while maintaining backwards compatibility is simply not a viable proposition. projects like BP / WP rely heavily on third party plugins and the whole extensible nature if upgrades leave major plugins such as Events and Links non functional then there rapidly is little point in backwards compatibility, one finds not much choice but to upgrade fully. I have to know scrunb the theme work I’ve done and start over working on the 1.2.1 stream long before I had wished to given time constraints *sigh*
2/ appears there’s a possible jquery init issue. trying to get plugin to run on dev server running install using backwards compatible plugin / BP 1.2.1
As previous posters report Ajax will not fire whatsoever looking at script debugger shows this occuring in your global.js
‘bp_init_objects is not defined
bp_init_objects( [ ‘links’ ] );
Line 9′
March 10, 2010 at 5:48 pm #67597peterverkooijen
ParticipantThis sounds more like you need a very basic social networking plugin for BBpress. Why not approach it from that end?
I’d hate to see Buddypress reduced to a BBpress appendage.
March 10, 2010 at 5:48 pm #67596paulhastings0
ParticipantI believe this is a similar issue: https://buddypress.org/forums/topic/bug-recent-site-wide-posts-widget
March 10, 2010 at 5:40 pm #67594In reply to: Changing BuddyPress Page Templates
modemlooper
ModeratorYou could do it other ways but if you just want the BP components placed inside your current theme the plugin is a easy way to do that. However, you still may need to adjust CSS.
March 10, 2010 at 5:33 pm #67588In reply to: Changing BuddyPress Page Templates
r-a-y
KeymasterTry and override things like width via CSS first.
If you can’t do that, use a child theme and copy over the BP template files you need to override to add CSS classes and then try styling them in CSS to achieve what you want.
March 10, 2010 at 5:27 pm #67585In reply to: video plugin?
r-a-y
KeymasterThe BP-Gallery plugin by BuddyDev.com is your best bet; it’s still in beta though.
Also, it’s a paid plugin. Cheapest membership rate is $30 for 3 months access to the entire plugin and theme gallery.
—
There’s also MrMaz’s BP-Links plugin – https://wordpress.org/extend/plugins/buddypress-links/.
And oEmbed for BuddyPress – https://wordpress.org/extend/plugins/oembed-for-buddypress/
Both of these plugins rely on third-party video sites like YouTube, DailyMotion, etc.
March 10, 2010 at 5:26 pm #67583In reply to: BuddyPress-Links 0.3 FINAL is here at last
kimsoler
ParticipantThe Plugin doesn’t seem to work for domains .es and .cat
March 10, 2010 at 5:26 pm #67582In reply to: BuddyPress Geo
r-a-y
KeymasterPlease contact the plugin developer:
March 10, 2010 at 5:16 pm #67579In reply to: FAQ: How To, Code Snippets and Solutions
r-a-y
KeymasterHelp! There’s no register button on my BuddyPress site!
If you’re using standard WP, login to the WP admin area, navigate to “Settings > General”, and make sure “Anyone can register” is checked.
If you’re using WPMU, login to the WPMU admin area, navigate to “Site Admin > Options”, and under “Allow new registrations”, select any option but “Disabled”.
March 10, 2010 at 5:14 pm #67577In reply to: BuddyPress-Links 0.3 FINAL is here at last
Hugo Ashmore
ParticipantHave issues such as this been caught and fixed for next release?
‘function bp_links_dtheme_creation_tabs() {
global $bp;
$href = sprintf( ‘%s/%s/create/’, $bp->root_domain, $bp->links->slug );
?>
<li class=”current”<a href=”‘
Missing short tag after class token
And explicit ‘for’ attributes need to to have a matching ID on the input.
March 10, 2010 at 5:13 pm #67576In reply to: Changing BuddyPress Page Templates
veneration
MemberWhen you say “Thats not the right way to do it” do you mean that there is a way that is “The only way” or that the way I am describing isn’t cohesive to my goals?
March 10, 2010 at 4:58 pm #675745860248
InactiveI just discovered the “bug” 30 minutes ago. I’m not sure if it’s a bug yet, or an “upgrade”.
In Buddypress 1.2 /buddypress/bp-blogs/bp-blog-templatetags, all functions related to blog posting have been removed. They exist in Buddypress 1.1 and 1.0 but I don’t know why they are removed.
I’m going to manually put it back in for now.
– Shawn Yuan
March 10, 2010 at 4:56 pm #67573In reply to: Changing BuddyPress Page Templates
modemlooper
ModeratorThats not the right way to do it. You will need to use some of these files.
Plugin here that guides you through it
https://codex.buddypress.org/how-to-guides/wordpress-to-buddypress-theme/
March 10, 2010 at 4:29 pm #67570In reply to: “My Favorites” Plugin
dulcefiero
MemberI have not tested this out but I’ve been looking for something similar and also found the “My Favorite Post” plugin which links the database to the user profile rather than the wp-favorite-posts plugin which uses cookies. This may better integrate with user profiles in buddypress (if it works). If anyone tries it out let me know and if I get any updates I’ll post them:
http://www.kriesi.at/archives/wordpress-plugin-my-favorite-posts
March 10, 2010 at 4:24 pm #67569In reply to: Anyone else working on integrating Gigya?
arnonel
Participantdoes this work fully with BuddyPress?
ie, I know i can login, but can I then view my buddypress profile and edit etc?
March 10, 2010 at 4:15 pm #67568In reply to: fecebook connect?
arnonel
ParticipantRPX is working great for sign in, but thats all you get, is sign in.
Buddypress profiles etc dont work. If i sign in with my google account, and click on my profile, it just redirects to the home page….
is there a way to solve this?
March 10, 2010 at 3:49 pm #67566In reply to: Recommended hosting service?
Hugo Ashmore
ParticipantGood point shared hosting won’t allow WPMU to run probably due to the requirement to be able to create sub domains at will.
Not sure even with single WP I would want to run a busy buddyPress site on shared hosting?
March 10, 2010 at 3:31 pm #67564In reply to: Recommended hosting service?
takuya
ParticipantIf you are running buddypress with wordpress single version (not wpmu), then dreamhost, hostgator, and others should be fine.
But if you intend to host blogs or use buddypress with wpmu, then those shared servers won’t be capable of your applications. I currently use wpmu/buddypress on Media Temple grid server.
-
AuthorSearch Results