Search Results for 'buddypress'
-
AuthorSearch Results
-
November 25, 2012 at 6:34 pm #145629
danbpfr
ParticipantHi,
you have a big chance: i spoked to iMath, and he did it !
A nightly built fresh baked plugin to alllow you to have navatar suggestions list !
From now on the WP plugin repository
https://wordpress.org/extend/plugins/bp-avatar-suggestions/Have fun !
PS: @djpaul, idea becames realityNovember 25, 2012 at 3:34 pm #145625Streamsider
ParticipantLooked into this further — I don’t want buddypress on all sites, I just want the links on the subsites to connect with their buddypress page. Just as buddypress does under SITES tab, the links point to the owners subsites — I just need that, but in reverse.
November 25, 2012 at 3:07 pm #145623Paul Wong-Gibbs
KeymasterDid you move your bb-config.php across? If the database user/password changed, did you update those details in the bb-config.php?
Did the absolute path of the bb-config.php change? If so, you’ll need to go into wp-admin > Settings > BuddyPress > Forums, and “reinstall”.
November 25, 2012 at 1:15 pm #145621Hugo Ashmore
ParticipantThis is where searching / reading through docs first is a good idea:
In the BP codex there’s this page which may serve what you’re after:
https://codex.buddypress.org/developer-docs/bp_enable_multiblog/
November 25, 2012 at 5:34 am #145614In reply to: Hiding menu from non login users
raminjan
Participantto @amitsingh1984: well whichever file, your menu’s code is located in then add this code at before the menu’s script: <?php if (is_user_logged_in())
> and make sure at the end of the script for the navigation you would include this would take that whole chunk of script for your navigation and shows if the user is logged in or you might also use Sara Goodings plugin “if-menu” but I would suggest the code since it takes less time for your site to load.November 25, 2012 at 1:28 am #145613In reply to: Hiding menu from non login users
aces
ParticipantI’m not clear quite what you want but the end of the following post is about creating different logged in and out menus ( with a child of bp-default theme ) …
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-do-i-make-buddypress-1-6-a-private-community/#post-136021.November 25, 2012 at 12:01 am #145612In reply to: Theming & layout help
johnjf
ParticipantCan anyone help me please????? This is getting frustrating, Everything in the profile such as activity feed, etc isn’t appearing properly in my right column. It also make my main navigation go from left to right to right to left. Why is this so complicated to create a new website using buddypress…
November 24, 2012 at 10:31 pm #145611In reply to: Spam users
Hugo Ashmore
ParticipantIm surprised the buddypress team did not come with a permanent solution about this major problem ….
What major problem and why or how could BP sort it if – no offence to BP – more mature apps can’t! If a numpty idiot is paid to post pointless irritating spam on as many sites as they can in day then what can you do other than as suggested manually approve, what would you wish to do? Or are we talking about some other issue?November 24, 2012 at 9:39 pm #145607In reply to: Move bp default theme menu to the left
bojan85
ParticipantHi @mercime, I tried that code but for some reason its not moving.
Below is my child css can you give me a hint if I have made a mistake somewhere?
Thank you for your time./*
Template: bp-default
Tags: buddypress, two-column,
*/
#navigation #nav {
float: left;
margin: 40px 0 0 20px;
}body {
font-size: 14px;
}
#header {
background: #FFF;
-moz-border-radius: 0;
-webkit-border-radius: 0;
color: #333;
height: auto;
margin-bottom: 0;
line-height: 1.2em;
filter: none;
padding: 0;
}
#header #search-bar {
min-height: 75px;
margin-top: 0;
}
div.item-list-tabs {
margin-bottom: 10px;
background: #EAEAEA;
background: -moz-linear-gradient(top, #EAEAEA 0%, #EAEAEA 15%, #D2D3D4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAEAEA), color-stop(15%,#EAEAEA), color-stop(100%,#D2D3D4));
background: -webkit-linear-gradient(top, #EAEAEA 0%,#EAEAEA 15%,#D2D3D4 100%);
background: -o-linear-gradient(top, #EAEAEA 0%,#EAEAEA 15%,#D2D3D4 100%);
background: -ms-linear-gradient(top, #EAEAEA 0%,#EAEAEA 15%,#D2D3D4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#EAEAEA’, endColorstr=’#D2D3D4′,GradientType=0 );
background: linear-gradient(top, #EAEAEA 0%,#EAEAEA 15%,#D2D3D4 100%);
}
div#subnav.item-list-tabs {
filter: none;
}
#header #search-bar .padder {
padding: 10px 15px;
min-height: 5em;
height: auto;
}
#search-form {
margin-top: 14px;
}
#header #search-bar input[type=text] {
border: none;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
margin-right: 4px;
padding: 5px;
font-size: 1em;
line-height: 1em;
}
#header #search-bar input[type=text]:focus {
outline: 0;
-moz-box-shadow: 0 0 10px #FFF;
-webkit-box-shadow: 0 0 10px #FFF;
box-shadow: 0 0 10px #FFF;
}
#header #search-bar input[type=submit] {
font-size: 13px;
padding: 1px 6px;
margin-left: 4px;
border-style: solid;
border-width: 1px;
color: #FFF;
text-shadow: 0 1px 0 #000;
}
#header h1 {
float: left;
margin-bottom: 0;
margin-top: -5px;
text-align: left;
max-width: 520px;
}
#header h1 a {
color: #FFF;
text-decoration: none;
text-transform: lowercase;
font-size: .7em;
font-weight: 400;
text-shadow: 0 -1px 0 #052343;
line-height: 1em;
letter-spacing: 0;
text-align: left;
max-width: 520px;
}November 24, 2012 at 9:34 pm #145606modemlooper
ModeratorAnything can be acomplished given the skills. This would require custom code.
November 24, 2012 at 8:22 pm #145604In reply to: Spam users
Amin
ParticipantOk, I knew this is not a good option.

This is not a buddypress only problem, it’s global. Even the best platforms around the world suffers from spammers!I just forgot to say that, to enable auto activation of users, this plugin is needed: “BP Disable Activation” (just for others who might like that)
November 24, 2012 at 7:35 pm #145602lanooz
ParticipantHm, I guess I should’ve posted this in How-to and troubleshooting section. So If you think this is where it should be can i ask someone to move the topic? (there should be at least a Delete post feature)
Thanks in advance.November 24, 2012 at 6:59 pm #145599In reply to: Filter User Registration Fields, Prevent Spambots
John Frusciante
Participant@themightymo I have tried that plugin with out any results. I helps for human but not for spambots that register everyday ..
November 24, 2012 at 6:50 pm #145596In reply to: Spam users
John Frusciante
Participant@hnla thanks for your reply but Im not asking so we can solve Internets biggest problem, Im asking about a specific problem regarding buddypress.
@aminima Thanks for your suggestion, but thats not an option. Its an active community and users want to participate when they register. Approving manually it is not an option, unfortunately

Im surprised the buddypress team did not come with a permanent solution about this major problem ….
November 24, 2012 at 6:35 pm #145594In reply to: Maintenance Mode for BuddyPress pages?
Jimmy
ParticipantOk, I’ll disable caching and re-install.
November 24, 2012 at 4:36 pm #145588In reply to: [Resolved] BuddyPress Template Pack Plugin Problem
satrya
ParticipantI figured out the issue, in my child them i need to define `add_theme_support( ‘buddypress’ );` and voila the BP Compatibility appear
November 24, 2012 at 4:09 pm #145587In reply to: Create a new page with an editable field for Groups
@mercime
Participanthttps://wordpress.org/extend/plugins/bp-group-reviews/ – copies plugin groups here but not sure whether it’s working for current BP version
Also, check out https://codex.buddypress.org/developer-docs/how-to-edit-group-meta-tutorial/ and https://codex.buddypress.org/developer-docs/groups_get_groupmeta/
November 24, 2012 at 4:06 pm #145586In reply to: link to use in members area
@mercime
ParticipantPlugin using WP’s native custom menus https://wordpress.org/extend/plugins/buddypress-profile-menu/
November 24, 2012 at 2:52 pm #145582In reply to: [Resolved] BuddyPress Template Pack Plugin Problem
@mercime
ParticipantFirst, make sure that BuddyPress plugin is activated. Second, you cannot use it on the bp-default theme. If BP is activated, go to wp-admin dashboard menu Appearance > BP Compatibility.
November 24, 2012 at 10:01 am #145577November 24, 2012 at 5:19 am #145574@mercime
Participant@horroruk
`div.item-list-tabs {
margin: 25px 0 20px !important;
}div#subnav.item-list-tabs {
margin: -15px 0 15px !important;
}`November 24, 2012 at 3:49 am #145571In reply to: BuddyPress pages widght and sidebar problems
@mercime
Participantflyj4ck, we try to help as much as we possibly can. The other person with the Gonzo did not come back to give the site URL so I could help him/her out. We’ve template-packed more than 100 themes successfully already, for free at that.
As for your set-up, as I mentioned above, I need to see what happened after #4 because you have a premium theme which I am not about to purchase for this purpose aside from the fact that I roll out my own themes. Let me know when you’re ready.
November 24, 2012 at 3:29 am #145568In reply to: How to remove the title from static home page
@mercime
Participant@bellushi create a page template which does not include a page title and choose that template for the static home page.
November 24, 2012 at 3:21 am #145565In reply to: activity plus plugin
@mercime
Participant@raminjan Activity Plus plugin is be WPMUdev https://wordpress.org/extend/plugins/buddypress-activity-plus/ so you might want to contact them. Otherwise you can post at https://buddypress.org/community/groups/bp-jobs-board/forum/ or at http://jobs.wordpress.net
November 24, 2012 at 3:13 am #145563In reply to: Activity stream to album or gallery
@mercime
Participant@transmission there are alternatives
– free BuddyPress Media https://wordpress.org/extend/plugins/buddypress-media/ – not tried this, don’t know if it uploads media from status update page
– free beta BP Media http://code.google.com/p/buddypress-media/
– premium BP Gallery http://buddydev.com/plugins/bp-gallery/ -
AuthorSearch Results