Search Results for 'buddypress'
-
AuthorSearch Results
-
September 6, 2010 at 7:33 am #91644
In reply to: Buddy press menu bar
erikshosting
MemberIm not sure why it only solves part of your problems.. But I wrote up an article complete with plugin to dynamically add all your pages to the buddypress bar.. Maybe this will help?
http://erikshosting.com/wordpress-tips-code/add-pages-to-buddypress-admin-bar-dynamicall/September 6, 2010 at 6:29 am #91642In reply to: Avatar upload failed on www.buddypress.org
WraithKenny
Participant@Modemlooper, the whole point of my question was that I have Gravatar’s for every email I own, and not a single one shows up on this site, no matter which email I use here. ITS BROKEN (kinda).
In case anyone’s interested in the fix, only use lower case letters for your email address. I propose that the theme author or who ever’s in charge of it puts a filter on the function that calls gravatar to convert the string to lower-case, as some (like me) prefer to type their names will Capitals.
September 6, 2010 at 4:58 am #91640In reply to: *updated* BuddyPress Groupblog – update the plug-in
nit3watch
Participant@paulhastings0 MariusOoms has just released a update.
September 6, 2010 at 4:23 am #91639In reply to: Redirect BEFORE Login
JC
Participant@pcwriter close but no cigar. Choice #1 is installed and works great. Choice #2 is huge, with a million setting, I cant get anywhere with it.
@r-a-y I’m using a newer version of that and it does what it is supposed to. Redirect AFTER login.I want a user to go to my home page, login with remember me checked and go to their profile, then close the window without logging off.
When they return, I want them to go to the profile, not to the login page.I had it working a couple of evolutions ago, but don’t remember the plugin combo that did the trick.
Anyway, thanks guys for trying.
Anybody else have any idea?
JC
September 6, 2010 at 4:14 am #91638In reply to: Redirect BEFORE Login
September 6, 2010 at 4:01 am #91637In reply to: Redirect BEFORE Login
r-a-y
KeymasterTry this plugin:
https://buddypress.org/community/groups/bp-redirect-to-profile/September 6, 2010 at 4:00 am #91636In reply to: How to make a private community?
NipponMonkey
MemberHi, I’m the person who started this thread about 5 months ago!
I’ve been messing around with my own solution for a while now, and I’ve created my first couple of WP/BP plugins recently.
In fact, I’ve just released my BuddyPress Private Community Plugin:
https://buddypress.org/community/groups/buddypress-private-community/Somebody has already given it 5 stars!
It’s basically a single static class that has a few customizable settings, you can block RSS feeds, stop widgets from displaying when the user is logged out, and set an array of pages that are public. Of course you can set the redirect page when I logged out user tries to access a private page too. It defaults to the home page, but I suggest you change that in the config.
There is an example of how to create your own config file for the plugin, one that is saved in a place that won’t be overwritten when you update the plugin and that doesn’t require database access – so it should be a lightweight and quick plugin.
It’s been working great for me, let me know what you think and if you find any bugs!
September 6, 2010 at 3:09 am #91635In reply to: How to modify the top admin bar?
erikshosting
MemberHey this thread might be a little bit old.. But I wrote up a tutorial on adding menu items, drop down menus, & drop downs with flyouts Via a plugin so its all upgrade safe.
The link is here:
http://erikshosting.com/wordpress-tips-code/adding-custom-menus-links-flyout-dropdowns-to-the-buddypress-bar/Here is another tutorial on how to remove the downward facing arrows from certain bp menu items:
http://erikshosting.com/wordpress-tips-code/remove-buddypress-bar-arrow-images-from-menu-links/September 6, 2010 at 12:31 am #91630In reply to: *updated* BuddyPress Groupblog – update the plug-in
Mariusooms
ParticipantHmmm…unfortunately I mostly could not replicate many of the errors people encounter. I can only think it has to do with subdomain installs versus subdirectories. As is, I can’t support subdomain installs. If someone can find a fix so that it would work properly I’ll include the fix.
Please try 1.4.5 and see if you find any problems. I have not tested it on a live site, but as far as I can tell it works fine. I would appreciate some extensive testing.
September 6, 2010 at 12:21 am #91629In reply to: Redirect BEFORE Login
pcwriter
ParticipantI saw your post on Buddydev but didn’t have what was needed to answer… now I do.
Redirect to profile:
http://buddydev.com/buddypress/bp-redirect-to-profile-plugin-redirect-users-to-their-profile-on-login-on-buddypress-sites/Restrict non-members to splash-page:
http://www.primothemes.com/post/s2member-membership-plugin-with-paypal/Hope this helps!
September 5, 2010 at 8:25 pm #91624In reply to: Link to profile
outolumo
ParticipantI put this in my functions.php:
function bp_loggedin_user_profile_link() {
global $bp;?>
<a href=”‘. $bp->loggedin_user->domain . ‘” title=”profile”><?php _e( ‘My Profile’, ‘buddypress’ ) ?></a>
<?php return;
}You can change the link text to whatever you want, I chose to use one buddypress translates by default.
NOTE: using bp_ prefixed functions may later cause collisions.
September 5, 2010 at 5:44 pm #91617christian_gnoth
Memberthere are no more hints
September 5, 2010 at 4:01 pm #91615In reply to: Users Youtube Videos in Profile
cmccarra
Participant@LPH2005 Yeh but the current stable version only supports photo upload. That plugin is too big for all I want to do. Bp-dev.org’s Youtube Plugin (http://bp-dev.org/plugins/bpdev-youtube/) is exactly what I need though it is not compatible with the latest version of Buddypress. Anyone considering updating it? I don’t think it’s updated by the developer anymore.
September 5, 2010 at 4:00 pm #91614ericreynolds007
ParticipantI created ticket #2619 at https://trac.buddypress.org/ticket/2619
September 5, 2010 at 3:45 pm #91613In reply to: Even default theme not working.
@mercime
Participant@pacifist congratulations

@coralatlas – many have been able to get it up and running:
https://buddypress.org/showcase/
https://buddypress.org/community/groups/gallery/forum/September 5, 2010 at 2:39 pm #89958In reply to: Multisite URLs UNDER Buddypress Scheme?
Paul Wong-Gibbs
KeymasterThe OP is asking for the blog URL part to be after the /members/membername part. Even if root profiles is set, the blog itself won’t be as required.
September 5, 2010 at 12:23 pm #91607Hugo Ashmore
ParticipantYou have misconfigured somewhere down the line I would suggest you start afresh, read through this page:
https://codex.buddypress.org/how-to-guides/install-buddypress-on-a-secondary-blog/
And don’t have any unnecessary plugins running!! keep it to absolute minimum while setting up a non standard install untill things are correct.
September 5, 2010 at 12:13 pm #91606christian_gnoth
Membernow the BP_ROOT_BLOG is set to 43 which is this buddypress.it-gnoth.de blog, but still the same. I also reinstalled the forum.
September 5, 2010 at 12:02 pm #91605christian_gnoth
Memberok that I try
September 5, 2010 at 12:02 pm #91604christian_gnoth
Memberhmm, I just logged in with wptest1 and it is the same problem…. I used the admin user, so I wanted be sure that I do not get this problem with this user, but with the wptest1 user it is the same!!!
Please log in again, scroll down and you should see that the whole menu tree is below the wp-footer!!!
September 5, 2010 at 11:59 am #91603Hugo Ashmore
ParticipantOh or is it the fact that you haven’t defined BP as running on a specific user blog rather than the primary or blog 1
define ( ‘BP_ROOT_BLOG’, $blog_id );
define ( ‘BP_ROOT_BLOG’, 2 );
in wp-config.php
September 5, 2010 at 11:55 am #91602Hugo Ashmore
ParticipantI’m still confused as to what you see as a problem. the correct link with WP/BP installed as a subdomain of your domain seems to work as expected, doesn’t it?? I not sure why having logged in I’m dropped into the WP dashboard, but other than that the site appears to function? As for the post above with that huge long list of links, that was only apparent from the link a few posts earlier and I’m not sure of the relevance to whatever the problem is that you feel is apparent. Sorry looks like I won’t be much help here, perhaps mercime gets the issue?
September 5, 2010 at 11:47 am #91601christian_gnoth
Memberas all other plugins are working correctly and their menus are integrated correctly into the wp.-admin menu area, the problem lies in the buddypress plugin!!!
September 5, 2010 at 11:43 am #91600christian_gnoth
Memberthe login was not correct. please login to: http://buddypress.it-gnoth.de/ as there is the buddypress default theme active. in the wp-admin backend you can see that the buddypress forum menu tree is below the wp footer.
September 5, 2010 at 11:29 am #91599Hugo Ashmore
ParticipantInitially you referred to running the BP default theme when asked however the link doesn’t show this??!!
Regardles of whether you think something is an issue please follow mercim’s request to deactivate all but BP plugin and ensure you are running the bp default theme.
-
AuthorSearch Results
