Search Results for 'buddypress'
-
AuthorSearch Results
-
June 26, 2010 at 10:22 am #82938
In reply to: Seperate HOMEPAGE for users
@mercime
Participant!is_user_logged_in then register – You can create a Page Template with login form and set it as home page in Settings > Reading
Then for users who have logged in, create bp-custom.php and add code by @sbrajesh and upload to wp-content/plugins folder to redirect them to respective profile pages
P.S. if you’re using WP 3.0, replace line
`if(!is_site_admin($user->user_login))`
to
`if(!is_super_admin($user->user_login))`June 26, 2010 at 9:49 am #82936@mercime
ParticipantThanks @johnjamesjacoby
@arunbasillal good share. That’s what I’d do to make home page “future-proof” for BP 1.2 series – all bets are off for BP 1.3
June 26, 2010 at 9:05 am #82935In reply to: BuddyPress Dev Chat –
@mercime
ParticipantBumping this up -^-^-
June 26, 2010 at 8:34 am #82932djsteve
ParticipantWhen inside a group – there should not be another tab called home – very poor design choice there.. even if it was “group home” it would be better… but perhaps it should say “latest group activity” although I guess that wouldn’t be accurate if someone click to filter there.. unless that tab changed names.. either way – home is not the best choice there…
It would be nice to have a “search the group” or search this group’s forum box next to the rss button near the top..June 26, 2010 at 8:18 am #82930In reply to: Problems with BuddyPress permalinks
@mercime
ParticipantYou might just need to re-run Dashboard > Settings > Permalinks and save to other than default. Also, BP 1.2.4.1 does not fully support WP 3.0 yet. Upcoming BP 1.3 will.
June 26, 2010 at 8:11 am #82929June 26, 2010 at 8:01 am #82928djsteve
ParticipantFirst thing I would like to see fixed – the “next page(s)” as I will call them for groups, and members, and other sections of the site appear in the top right of those views – that should really be placed at the bottom of the groups, and members, and forums, and plugins page views. I spent 10 minutes looking for all the plugins on the extend page one day – and I thought we only had 25 plugins – after pulling my hair out and going around the site.. I realized that after viewing all 25 plugins, I had to scroll all the way back to the top to click next page – this is the same for several areas of the site. At least some pages have “load more” at the bottom – but most pages lack navigation at the end of page where it should be.
June 26, 2010 at 7:31 am #82925In reply to: Is bp dying a slow death?
Hugo Ashmore
Participant@foxly would love to test the nightly, could you fix the link to the build? or is it me?
June 26, 2010 at 7:24 am #82923Romik84
Membermy current code looks like this:
`// Add the actions and filters we need to make all this run
add_action(‘signup_blogform’, array(&$cets_wpmubt, ‘get_topics_select_signup’));
add_filter(‘wpmu_new_blog’, array(&$cets_wpmubt, ‘set_new_blog_topic’), 101);
add_filter(‘wpmu_activate_blog’, array(&$cets_wpmubt, ‘set_new_blog_topic’), 101);
add_action(‘bp_after_blog_details_fields’, array(&$cets_wpmubt, ‘get_topics_select_signup’));
add_action(‘signup_finished’, array(&$cets_wpmubt, ‘save_signup_blog_topic’));
add_action(‘bp_signup_usermeta’, array(&$cets_wpmubt, ‘save_signup_blog_topic’));
add_action(‘admin_menu’, array(&$cets_wpmubt, ‘add_submenu’));
add_action(‘admin_menu’, array(&$cets_wpmubt, ‘add_siteadmin_page’));
add_action(‘delete_blog’, array(&$cets_wpmubt, ‘update_relationships’));`this add the select menu in the Sign Up form but it still doesn’t save the selected Topic for the blog. Any ideas?
June 26, 2010 at 7:23 am #82922foxly
Participant@nuprn1 @tober11 @r-a-y @hnla @thekmen
Just to confirm to the group that this problem *was* due to a defect in the BP Album+ *nightly build* code (not the release version).
Based on the excellent debugging info provided by @thekmen, we were able to quickly isolate and correct this problem. It has been fixed in all nightly builds from 0.1.9.2010-06-25 onwards.
Debugging a complex application like BP Album+ is a team effort. If you ever suspect a problem on your system is being caused by BP Album+, contact us right away. We will do our best to replicate the problem and give you an answer as quickly as possible.
Thanks!
^F^
June 26, 2010 at 7:12 am #82921In reply to: Is bp dying a slow death?
foxly
Participant[EDIT] Removed link to BP Album, added more plugin examples.
Dying a slow death???? Pfft… whatever!
There’s one team (BP Album+) working on FaceBook Media + Flickr cloned for BuddyPress, coming out in a week or two. There’s another dev (BP Links) working on content linking and import from almost any imaginable site, and another dev (Facestream) working on BPFacebook integration.
I think we’re just beginning to discover some of the amazing thing that can be accomplished with BuddyPress.
^F^
June 26, 2010 at 6:29 am #82915lincme.co.uk
MemberPersonally, I and others find the site navigation and layout a nightmare to follow. Never sure quite what we’re looking at once we click something; tabs appear to change but it all looks the same, etc. Ie., am I in an ‘overall’ forum or a group forum? A plugin page or a forum page? A general activity stream or a help/plugin stream? Etc.
Most sites have better visual clues as to exactly what you’re looking at. The insipid colours might have something to do with it as well..? Thanks for the hard work, but something about the design and layout doesn’t work well for us.
Edit: Actually, this is helping us design our site, and most things which seem to be ‘features’ in BuddyPress have been ripped out because they badly confuse our test users. People need to know they’re in one place, looking at a particular thing, not ‘a forum’ which could be overall, for a group, for a plugin, for something unknown leaving you unsure what the heck you last clicked and having to go ‘Back’ yet again… If there has to be a forum and/or blog for everything in the kitchen sink, each needs *very* clear labelling and other visual clues.
June 26, 2010 at 6:23 am #82914lincme.co.uk
Member@nonegiven; Where are you seeing this error, just out of interest..? Have to agree on the appalling geometric images. I don’t even use them as a fall-back.
June 26, 2010 at 6:10 am #82913In reply to: A few Errors
lincme.co.uk
MemberHmm… Just waking up, and browsing around. I’m on Chrome Dev. and IE8 (in case it matters) and your Visit links work fine. I don’t see any problems under activity either (accessed from within profiles).
As I’ve said elsewhere, I removed the admin-bar from our whole site, front and back end. It gets in my way, serves no useful function which shouldn’t be on site pages as links anyway, and confuses technophobes no end. I put the following in wp-config.php to help with that and other things;
define(‘WP_MEMORY_LIMIT’, ‘128M’);
define(‘BP_ENABLE_USERNAME_COMPATIBILITY_MODE’, true);
define(‘BP_DISABLE_ADMIN_BAR’, true);Just my worthacarrot opinion, but I think your site would look much cleaner without it too. Also, your browse/other/search bar goes off into infinity on the right-hand side on MightWorkOneDay Chrome. And bloons are great!
Edit: @blondishnet, I just noticed your “Solved!” update (which seems to have been posted before this, but didn’t show back then).
Care to enlighten everyone as to what was causing it, in case it helps?
June 26, 2010 at 6:07 am #82910In reply to: Where Is The Code for The WP-Admin-Bar?
alanchrishughes
ParticipantThank you. Kind of strange they put that in the Buddypress folders, shouldn’t that be inside the themes instead so you can keep updating buddypress?
June 26, 2010 at 5:01 am #82908In reply to: Forum slow to load, show post form open then closes.
still giving
ParticipantUnfortunately it is not easy to post code to Buddypress but here goes … the answer is, it does not work. It does not fix it.
The Forum page STILL shows an open posting form which then closes to show the forums which looks bad and not professional at all. How can one load the forums first and the post form second?
To help others … this ‘fix’ edit requires commenting out the following line on /buddypress/bp-forums.php
// do_action( ‘bbpress_init’ );
from
function bp_forums_total_topic_count() {
do_action( ‘bbpress_init’ );$query = new BB_Query( ‘topic’, array( ‘page’ => 1, ‘per_page’ => -1, ‘count’ => true ) );
$count = $query->count;
$query = null;return $count;
}The alternative offered is worse … it breaks the default template.
function bp_forums_total_topic_count() {
$query = new BP_Forums_Template_Forum;
$count = $query->total_topic_count;return $count;
}But, thanks, it is good to know that I am not stupid and I am coming across problems wiser people than I have encountered.
June 26, 2010 at 4:49 am #82907still giving
ParticipantWhy dont the WordPress and Buddypress websites share more in terms of user interaction cues, e.g. using forums versus groups etc.
Why is it not easy to clone off other langauge sub-domains and them all share the same layout etc … ? This is also true for WordPress sites.
June 26, 2010 at 4:49 am #82906In reply to: Is bp dying a slow death?
Nile Flores
ParticipantBuddyPress is far from dying. I am really excited about all that I have been hearing at WordCamps this year and after talking to JJJ at WordCamp Chicago… I am certain the BuddyPress project is really growing big time. From a client perspective, I am seeing more and more clients requesting a social network added to their businesses and blog sites.
Kudos to the team. I guess I need to go over to trac and give it a hug like JJJ suggested.
June 26, 2010 at 4:31 am #82905mtroche13
MemberVersion 1.2.4.1.
Does importing templates through BP Template pack require the actual buddypress plugin to be enabled? I was avoiding enabling it until everything was set since I have a high traffic blog and don’t want anything to show up before testing.
June 26, 2010 at 2:39 am #82902In reply to: BuddyPress Dev Chat –
LPH2005
ParticipantOK. Guess that we need a way in BP to get stickies to stay at the top of the main listing of forum topics

In the meantime, this thread should be added to the agenda. So, I’ll go to the other thread in the first post to get it on the agenda (if it isn’t already)
June 26, 2010 at 2:31 am #82901LPH2005
ParticipantAgreed – @johnjamesjacoby – I just did this to a second site and took less than 3 minutes to get it working.
1. Install plugin (https://wordpress.org/extend/plugins/syntaxhighlighter/)
2. Insert add_filter statements around line 112 of the syntaxhighlighter.php file in the plugin directoryEasy!
June 26, 2010 at 1:31 am #82898In reply to: Search Activity
Nahum
Participant@butterscotchproxy i’ll revisit this…I had implemented it and didn’t like it, it was a bit junkie but it worked…maybe I’ll take it further this time around, i’ll get back with where to put it, i forgot and will have to look again.
June 26, 2010 at 1:19 am #82896In reply to: essential core features
peterverkooijen
ParticipantI agree…
There are login redirect plugins (bpdev-logout-redirect + bp-redirect-to-profile). I’ve integrated them into my theme. User/member management is fatally underdeveloped.
June 26, 2010 at 1:08 am #82893rich! @ etiviti
Participantsweet! i also dropped viper a note in that wp support thread over to here.
yo @johnjamesjacoby – add it to the site too
June 26, 2010 at 12:56 am #82885In reply to: BP-MarkItUp 0.1 enables markItup! in your buddypress
LPH2005
ParticipantIf someone wants to do this for their BP installation, the download link didn’t work for me (6-25-2010) but I found excellent instructions here:
http://etivite.com/groups/buddypress/forum/topic/quick-tip-adding-markitup-to-group-forum-textareas/
-
AuthorSearch Results