Search Results for 'buddypress'
-
AuthorSearch Results
-
April 2, 2013 at 6:43 pm #159702
In reply to: Plugin to make buddypress site Invite only
henry916
ParticipantThanks for the advice, thinking of becoming a member to wpmudev
April 2, 2013 at 6:27 pm #159701santosh2201
Participantsorry for the trouble,buddypress is working fine.
ronsmithmd when you hover on dashboard tab,you can see buddypress tab…click it…then press save and next until it moves to finish tab.April 2, 2013 at 4:06 pm #159693In reply to: Unable to post
Eric Langley
ParticipantI could not get this text to post. Trying it here:
Hello All,
I have a very tough and challenging problem with the register page on the Primary site of my multisite BP install. Register works properly on subsites but not on the primary site. We are running WP 3.3.2 and BP 1.5.6 in Multisite.
It was working fine on the Primary site prior to the installation of Peter’s Login Redirect on Saturday March 30th. The plugin was removed but the problem remains.
Trying to find a BP expert that can help!
Here is the gist of it:
http://community.abeo.us/register page does NOT work.
Subsites, such as, http:test2.abeo.us DO work. The code is the same for both sites, register.php, in the BuddyPress Social Theme.There are two symptoms;
1) If users fill out form correctly, an account is created on the server but the user cannot login with their username and password and they are not logged in automatically as they should be with two plugins that accomplish this BP Disable Activation and BP Auto Login Using Activation Code. Again, this was working fine prior to the installation of Peter’s Login Redirect.
2) If users do not fill out the form correctly no warning messages are displayed for required fields.Hopefully someone in the community can help me resolve this.
April 2, 2013 at 3:11 pm #159686Ben Hansen
Participantok i’m sorry for some reason i thought you had some other forum plugin already sorry for any confusion.
April 2, 2013 at 2:44 pm #159685In reply to: buddypress header width
giannisff
ParticipantYou must do some changes to your style.css file, also to your header.php file.
Change to your style.css (keep a backup anyway) I note only the changes…body {
max-width:100%;
width:100%;
}
div# container {
width:1150px;
margin:0 auto;
}
/*————————————————————–
ADD THIS
————————————————————–*/
#header-in {
width:1150px;
margin:0 auto;
}Now open your header.php file.
after the head>
make this
<div id="header-in" onclick="location.href='http://www.yourdomain.com/';" style="cursor: pointer;">false, 'menu_id' => 'nav', 'theme_location' => 'primary', 'fallback_cb' => 'bp_dtheme_main_nav' ) ); ?>
To change the navigation align go to style.css and change this
#navigation {
position: relative;
text-align: left;
}This way it works for me. I am not sure that is the best way. Just try it.
April 2, 2013 at 1:25 pm #159678April 2, 2013 at 12:50 pm #159675Hugo Ashmore
ParticipantAlso important to bear in mind that as of 1.7 the old BP bbPress integration to groups of a basic striped down forum offering is removed and ALL forum capabilities are handled by bbPress standalone plugin which offers a far better forum experience from the point of view of BP groups, so please take a moment to read through the codex on this subject to familiarise yourself with how forums work with BP.
April 2, 2013 at 12:35 pm #159673In reply to: Buddypress Avatars
core12dev
ParticipantAfter digging even deeper… the theme developer had hidden that function on the style sheet. Seems that group avatars and member avatars share the same avatar size.
Now the avatar is all skewed because of the group avatar sizing. They share the same function. 🙁
Appreciate your help!
April 2, 2013 at 12:31 pm #159672danbpfr
Participantremeber that you can install group forums AND a separate forum.
April 2, 2013 at 12:28 pm #159671In reply to: Buddypress Avatars
danbpfr
Participanthave you activated the xprofile component in the BP settings ?
Dashobard > Settings > BuddyPress > Components Tab
April 2, 2013 at 12:24 pm #159670In reply to: Show private groups in forum directory.
danbpfr
Participantthe silly answer would be: make them public !
Private is private. Even group discussions.
A tech answer probably sit here: https://buddypress.trac.wordpress.org/ticket/2576
And at least, the codex: https://codex.buddypress.org/user/setting-up-a-new-installation/group-settings-and-roles/April 2, 2013 at 12:14 pm #159669In reply to: Buddypress theme integration and/or suggestion
danbpfr
Participantthe answer is in your question i guess.
I currently have the Avada Theme for the demo site. But, they would like Buddypress
If they want BP, install BP 1.7 and done.
BP 1.7 will integrate any WP theme (so far as they are correctly coded accordingly to WP rules of course)
You already experimented with ThemeForest. (no comment) Try another theme publisher.
If you need several button drived admin possibilities, aka automated templating, you have to search yourself. Because there are thousands of BP themes. Ands by this, thousands of opinions.
As site creator you should around this easely.
April 2, 2013 at 12:07 pm #159668In reply to: Buddypress Avatars
b1gft
ParticipantSorry see if you have this one.
http://yoursite.com/members/members name/profile/change-avatar/”>Change AvatarApril 2, 2013 at 12:06 pm #159667April 2, 2013 at 11:59 am #159664danbpfr
Participantthe answer is YES.
bbPress is a forum plugin that can be used separetly from buddypress. If you need extra features, bbPess has also some plugins.
Learn more about this plugin here: https://bbpress.org/
April 2, 2013 at 11:53 am #159663In reply to: Buddypress Avatars
b1gft
ParticipantSee if you have the following file
yoursite.com/members/member name/profile/edit/”>EditEdit< is the name that is written on the tab.
member is a members nameApril 2, 2013 at 11:17 am #159659In reply to: Buddypress Avatars
core12dev
ParticipantThanks. Maybe that’s why I’m losing my mind. I don’t have that option in my profile settings. I do have discussion set to allow Avatars – but no option on my user’s profile settings.
April 2, 2013 at 10:55 am #159658Topic: side bar plugin for each group
in group forum Requests & Feedbacktalitaco
ParticipantHi for some reason my former question “vanished” so here it is again –
Is there a plugin to be placed in the side bar that can be configured differently for each page according to the subject of the group
This plugin sould display things like highlighted comments ,popular recipes ,notification for all the group members or board where members can publish messages like looking for travel partner etc .
tnxbuddypress 1.7
wordpress latest versionApril 2, 2013 at 10:35 am #159656@mercime
ParticipantApril 2, 2013 at 10:18 am #159653notpoppy
Participant@ubernaut Sorry I don’t really understand your reply.
What I want to know is, is BBPress something I can just install on top of my current set-up which will add extra features to my existing group forums?
April 2, 2013 at 10:11 am #159652In reply to: Sidebar got moved down, forums too long, help!
@mercime
Participantclosing this, duplicate of https://buddypress.org/support/topic/theme-layout-issues/
April 2, 2013 at 9:22 am #159648In reply to: Functions.php Ending tag error
@mercime
Participantduplicate post answered and closed
April 2, 2013 at 9:20 am #159647In reply to: Functions.php Ending tag error
@mercime
Participantclosing this duplicate https://buddypress.org/support/topic/functions-php-ending-tag-error-2/
April 2, 2013 at 9:13 am #159646In reply to: Functions.php Ending tag error
@mercime
ParticipantYou must be referring to this file https://buddypress.trac.wordpress.org/browser/tags/1.6.4/bp-themes/bp-default/functions.php
There’s no 8? in that file. Have you tried downloading a fresh copy of BuddyPress and re-uploading it to server?
April 2, 2013 at 9:10 am #159645 -
AuthorSearch Results