Search Results for 'buddypress'
-
AuthorSearch Results
-
January 15, 2013 at 4:29 am #150674
In reply to: Installation Wizard not working
anandbala
ParticipantWhat do you mean those werenโt saved?
Have you checked wp-admin Pages > All Pages?
Are your Settings > Permalinks set to other than the default permalink?Yes does’t save on wp-admin Pages > All Pages
yes i choose The default permalink Day and Name.but in the link https://codex.buddypress.org/user/setting-up-a-new-installation/installation-wizard/
It specific that Month and name . which will i have to do.Thank u
January 15, 2013 at 3:47 am #150673In reply to: Adding group blog posts to the activity stream?
Ben Hansen
Participanti think buddypress needs to be network activated (i could be wrong on that) but it will only really be displayed on the main site (that part i’m certain of).
January 15, 2013 at 12:53 am #150672@mercime
ParticipantWhat was your former WP theme and what’s your new WP theme? AFAIK there’s no .bp-wrapper in BP Default theme
January 15, 2013 at 12:28 am #150670In reply to: User Roles on Multisite Network
Ben
ParticipantAre you running bbPress? I had the same issue, and narrowed it down to bbPress. I’ve filed a bug report here: https://bbpress.trac.wordpress.org/ticket/2161
Here’s a temporary solution that worked for me:
`function bp_fix_blog_role($blog_id, $user_id) {
add_user_to_blog($blog_id, $user_id, ‘administrator’ );
}
add_action( ‘wpmu_new_blog’, ‘bp_fix_blog_role’, 10, 2 );`Just drop this in `mu-plugins` if you want. You can change “administrator” to whatever role you prefer. This function runs immediately after the blog is created, so it will probably solve your problem.
Code source: https://wordpress.org/support/topic/how-do-i-change-the-default-administrator-role-to-author-for-new-users
January 15, 2013 at 12:01 am #150668In reply to: Adding group blog posts to the activity stream?
voopress
ParticipantDid you ever figure this out? Sounds like I’m looking for the same thing. Here is my post.
https://buddypress.org/support/topic/bit-confused-about-bp-aggregation/#post-150665
January 14, 2013 at 11:55 pm #150667In reply to: User Role Blog Creation Issues
Ben
ParticipantThanks for your help @djpaul, I’ve filed the bug here: https://bbpress.trac.wordpress.org/ticket/2161
January 14, 2013 at 10:40 pm #150664Patryk
ParticipantI have the style to the registration page BuddyPress
`/*************************** Register Page ***************************/
.bp-wrapper .register-section .textInput,
.bp-wrapper .register-section input[type=”text”],
.bp-wrapper .create-form .textInput,
.bp-wrapper .create-form input[type=”text”] {
width: 250px;
}
.bp-wrapper .register-section #signup_username,
.bp-wrapper .register-section #signup_password,
.bp-wrapper .register-section #signup_password_confirm {
width: 142px;
}
.bp-wrapper .register-section,
.bp-wrapper .create-form {
padding: 20px;
margin: 15px 0;
border: 1px solid #eee;
}
.bp-wrapper .register-section h4,
.bp-wrapper .create-form h4 {
font-size: 20px;
line-height: 1;
}
.bp-wrapper .create-form label {
font-weight: bold;
}
.bp-wrapper .standard-form#signup_form div div.error {
color: #8a1f11;
margin: 10px 0 5px 0;
}`I do not know what to do now
January 14, 2013 at 10:30 pm #150663In reply to: Not exactly "a few easy clicks"
Jonathan
Participant@ngoegan What private community plugin did you use? I’ve been trying to create a private BuddyPress community and the plugin I’m aware of is old. I’d love to know if it still works so I can avoid using a funny collection of other hacks I’ve read about.
January 14, 2013 at 10:22 pm #150662In reply to: Installation Wizard not working
@mercime
ParticipantSave Settings -> https://codex.buddypress.org/user/setting-up-a-new-installation/configure-buddypress-components/#settings-buddypress-pages
What do you mean those weren’t saved?
Have you checked wp-admin Pages > All Pages?
Are your Settings > Permalinks set to other than the default permalink?January 14, 2013 at 10:07 pm #150659In reply to: Bit confused about BP aggregation
@mercime
ParticipantOne thing that is not clear to me is that some people talk about BP automatically aggregating all content from all blogs but Iโve yet to find anything describing this.
Site/Blog Tracking – aggregates posts and comments from all subsites of a multisite installation https://codex.buddypress.org/user/setting-up-a-new-installation/configure-buddypress-components/#settings-buddypress-components
I do have this option enabled but new posts or summaries arenโt showing up in BP activities.
Check each subsite’s Settings > Reading and make sure that on Search Engine Visibility, you did not check “Discourage search engines from indexing this site”. If it is checked, the posts/comments on that subsite will not show up in the Activity Stream.
January 14, 2013 at 9:58 pm #150658January 14, 2013 at 9:55 pm #150657@mercime
ParticipantI got them from my old template
The thing is, those styles may not even work in your new template unless the HTMLtags/selectors/etc in your new template matches those of your old template. You could try adding those external stylesheets (bp.css and bp-admin.css)to your theme’s header.php see http://www.w3schools.com/css/css_howto.asp
January 14, 2013 at 9:46 pm #150656Patryk
Participantthe contents of the files I need to copy and paste into my current theme? style.css, but where BuddyPress will know that he has into this use?
January 14, 2013 at 9:00 pm #150652Patryk
ParticipantI have two files bp.css and bp-admin.css, these files are responsible for BuddyPress style, I got them from my old template, I do not know how I have them enter into a new wordpress theme
January 14, 2013 at 8:49 pm #150651@mercime
ParticipantNot quite clear what you meant. You don’t paste anything to BuddyPress, you paste style changes into your active WP theme’s style.css file. If that’s not what you meant, then:
– What’s the name of the WP theme which you’re trying to make compatible with BuddyPress?
– Did you already go through Appearance > BP Compatibility?
– Have you finished with Step 3 of the compatibility process?January 14, 2013 at 7:45 pm #150646Mathieu Viet
Moderatori’m back !
This time i think version 1.0-beta2 of the plugin can work on these configs without bugs !
- BuddyPress 1.6.3 with group forums & sitewide forums powered by bbPress 1.2
- BuddyPress 1.6.3 with group forums powered by bbPress 1.2 & site wide forums by bbPress 2.2.3
- BuddyPress 1.7 with group forums & site wide forums powered by bbPress 2.2.3
- bbPress 2.2.3 alone
To test this new beta, make sure the root folder name of the plugin keep the same name.
@mercime i added an image to show you where the select boxes are in bbPress 2.2.3 to my reply on github.
Have you tested to change the support status from the backend admin of the topics (bbPress 2.2.3) ?
the link to 1.0-beta2 of buddy bbPress Topic Support
@chouf1 , this now should work like a charm ๐
January 14, 2013 at 6:15 pm #150640imnotme82324
ParticipantAha! You’re a genius! I didn’t realize there were so many filter files. I was only looking in the functions.php xD
Instead of removing the filters completely, I decided to go with a replace because some people freak out when their em-dashes don’t look how they should ๐ In case anyone else ever has this problem, here’s what I did to resolve it:
`function removesmartquotes($content) {
$content = str_replace(‘&# 8220;’, ‘& quot;’, $content);
$content = str_replace(‘&# 8221;’, ‘& quot;’, $content);
$content = str_replace(‘&# 8216;’, ‘&# 39;’, $content);
$content = str_replace(‘&# 8217;’, ‘&# 39;’, $content);return $content;
}add_filter(‘the_content’, ‘removesmartquotes’);
add_filter( ‘bp_get_activity_action’, ‘removesmartquotes’);
add_filter( ‘bp_get_activity_content_body’, ‘removesmartquotes’);
add_filter( ‘bp_get_activity_content’, ‘removesmartquotes’);
add_filter( ‘bp_get_activity_parent_content’, ‘removesmartquotes’);
add_filter( ‘bp_get_activity_latest_update’, ‘removesmartquotes’);
add_filter( ‘bp_get_activity_latest_update_excerpt’, ‘removesmartquotes’);
add_filter( ‘bp_get_message_notice_subject’, ‘removesmartquotes’);
add_filter( ‘bp_get_message_notice_text’, ‘removesmartquotes’);
add_filter( ‘bp_get_message_thread_subject’, ‘removesmartquotes’);
add_filter( ‘bp_get_message_thread_excerpt’, ‘removesmartquotes’);
add_filter( ‘bp_get_the_thread_message_content’, ‘removesmartquotes’);`Important: I added a space between the &# and 8220/21 as well as & quot because they were turning into real quotes in the final post ๐ So if anyone uses this, make sure to remove the spaces.
Thanks a bunch to the both of you. I wouldn’t have figured it out with your help.
January 14, 2013 at 6:05 pm #150638In reply to: Add tab & screen function to Groups Directory
shanebp
Moderator@modemlooper
Ok, tried using the Group Extension Api.
But it seems to only apply to single groups… ?
Which is what this does… https://gist.github.com/4531952Any suggestions on how to point a li tab created in bp-default/groups/index.php to a function ?
I hope it doesn’t involve creation of a new component.January 14, 2013 at 4:55 pm #150635In reply to: Bit confused about BP aggregation
modemlooper
ModeratorIf you have site tracking checked in the BuddyPress settings blog posts will get posted to the activity stream. This does not post to Twitter. Posting to Twitter from many sites on a WP install requires you to activate a Twitter posting plugin on every site. There is no specific BuddyPress plugin. A plugin could be created to hook into the activity stream and send Tweets when a blog post gets added to the activity stream.
January 14, 2013 at 4:49 pm #150634In reply to: Problems with new member registration.
Rachel Biel
ParticipantI don’t know if it is Wanguard either, but from the Wanguard list of users, the ones that are having problems have a No Status under their Wanguard status and the others have a green “checked”.
But, I want to make the site private, by email invite only, too. ย How did you do that, @jrcdyer?
January 14, 2013 at 4:39 pm #150633In reply to: User Role Blog Creation Issues
Ben
ParticipantTurns out my issue was with bbPress. If I deactivate bbPress there are no problems with creating a blog through `/blogs/create/`. I know that more recent versions of bbPress (I’m running 2.2.3) have created their own user roles, perhaps @JohnJamesJacoby can help me understand this issue.
I’ll try a few things and then report back here if I find a solution.
Thanks!
BenJanuary 14, 2013 at 3:29 pm #150625In reply to: buddyPress Pro
@mercime
Participant@judym12 There’s only one kind of BuddyPress plugin and it is free even though it’s used by many professionals – https://wordpress.org/extend/plugins/buddypress/
Who’s trying to sell a PRO version of BuddyPress? URI? There are plugins built to be used with BuddyPress which are paid or premium or PRO versions, but those are not THE BuddyPress plugin.
January 14, 2013 at 2:59 pm #150623In reply to: Log in to BuddyPress.org
enquirer32
ParticipantNot critical at all… you could just change the message to read:
It used to say – ‘You are already logged in’.ย
January 14, 2013 at 1:51 pm #150618In reply to: buddyPress Pro
mahdiar
ParticipantI don’t think there is a pro version !
January 14, 2013 at 1:11 pm #150616Mathieu Viet
ModeratorThe only config i haven’t tested was this one ๐ I thought as in backend it is not recommanded to do so, then..
So i’ll check this asap to see what’s going wrong when bbPress 1.2 is running for group forums and at the same time bbPress 2.2.3 is runnig sitewide forums.
For what @chouf1 describes, it’s because the js is not enqueued as bbPress 2.2.3 is activated. So i need to strip a condition and check what’s happening on the different configs..
For what @mercime describes in point B on github, i have no idea at the moment, but will find ๐
Thanks a lot for your testing. I’ll be back soon with a new beta ๐
-
AuthorSearch Results