Search Results for 'buddypress'
-
AuthorSearch Results
-
February 11, 2015 at 3:01 am #234267
In reply to: bbPress Error after updating BuddyPress
chemicalscream
ParticipantOh I’m also getting this now too:
Warning: Cannot modify header information – headers already sent by (output started at /home/house/public_html/wp-content/plugins/bbpress/includes/extend/buddypress/groups.php:28) in /home/house/public_html/wp-includes/pluggable.php on line 1178
February 11, 2015 at 2:22 am #234264In reply to: Require profile image?
ckchaudhary
ParticipantHave a look at this.
This provides a way to upload profile pic during registration, but doesn’t force users to upload.
You can probably tweak the plugin to achieve that, although i am not sure how easy that’ll be.February 11, 2015 at 2:12 am #234262In reply to: Adding Custom JavaScript To x Profiles
ckchaudhary
ParticipantTo add javascript to any page, you can put it in any of your theme’s javascript files.
To do layout changes you’ll need an understanding of BuddPress Templates Hierarchy and css customizations.
February 11, 2015 at 2:04 am #234260ckchaudhary
Participantfields assigned with the URL type – they never show up once data is entered.
Must be something in your theme/plugins. It works by default.
text fields – data entered is being displayed with links added to words and phrases, linking to them as members.
Yeah buddypress does it deliberately. The purpose is to show/search all members who have entered same value in any of the fields.
You can disable it by adding following line of code in bp-custom.php or in your theme’s functions.php:
remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 9, 2 );February 11, 2015 at 1:46 am #234258ckchaudhary
Participant- If your theme already has register.php template file, go step 2 directly.
If not, copy file plugins\buddypress\bp-templates\bp-legacy\buddypress\members\register.php to themes\your-theme\buddypress\members\register.php - Open register.php file and find following code:
<?php do_action( 'bp_before_registration_submit_buttons' ); ?> <div class="submit"> <input type="submit" name="signup_submit" id="signup_submit" value="<?php esc_attr_e( 'Complete Sign Up', 'buddypress' ); ?>" /> </div> <?php do_action( 'bp_after_registration_submit_buttons' ); ?>Move this code block to just before the line which says
</div><!-- #profile-details-section -->
That should do it.
February 11, 2015 at 12:17 am #234252In reply to: Me and my friends activity steam?
mcpeanut
Participant@bphelp does this also stop public groups from displaying in your activity stream if you are not a member too?
the reason i ask you this bphelp is because remember the old plugin you was working on (i think it was a fork of some code rich fuller posted a few years ago) which was named “activity-privacy-component” ? you left it on github and described it as a jurrasic plugin because of the new plugin “buddypress activity privacy plugin”.
Well that very same “Jurrasic plugin” still works very well today and is still far far far more superior at keeping your stream private compared to the plugin you said was better.
The only one thing that the old “activity-privacy-component” plugin doesnt do is keep the public groups you are not a member of from out of your private stream.
February 10, 2015 at 9:09 pm #234248In reply to: Me and my friends activity steam?
bp-help
Participant@chatty24
Until the core devs gets this worked out you can use shanebp ‘s solution here:
https://buddypress.org/support/topic/only-friendsyou-in-activity-feed-has-solution-been-found/
It works with the latest WP/BP just keep in mind the admin can still see all activity and subscribers can also see the admins activity but subscribers will only see activity of other subcribers that are friends and the admins. Make sure you copy the folder:
your-site\wp-content\plugins\buddypress\bp-templates\bp-legacy to your themes root then go to your-site\wp-content\themes\YOUR-THEME\buddypress\activity\activity-loop.php to make the edit.
Good luck! 🙂February 10, 2015 at 8:26 pm #234247In reply to: Me and my friends activity steam?
Henry Wright
Moderatorshanebp
ModeratorBeing able to create a group without logging in is more than ‘clever’.
There have been a few similar reports over the last couple of years – always specific to groups – suggesting that there is a ‘hole’ somewhere, maybe in BP.I don’t know what the solution is and have been unable to replicate the problem.
@leighgregg
What version of WP and BP are you using?
Are you using any additional plugins or code re BP Groups?There was an issue that was fixed for BP 2.2
February 10, 2015 at 11:05 am #234227In reply to: Register and Activate Association Problem
Matt2012
ParticipantNot sure if this related but I can’t set the register and activate fields when I have s2member active.
If I disable the s2member plugin – the buddypress fields for register and activate are filled in again.What I would like ideally is that s2member does not interfere with the current login / register set up just gives me an option to add paid levels inside the membership loggedin area.
Is this a set up issue or is it a related bug?
February 10, 2015 at 8:06 am #234222In reply to: Register and Activate Association Problem
lightslave
ParticipantFirst of all thank you so much for taking the time to try to figure out where the problem is.
Anyone can register is acitvated and now my pages appear. It looks a bit different then in the past. But it works.
Now…when I click on my sineup button (on the right corner of my website/ http://kompanio.de) I get an Error that says this: “ERR_TOO_MANY_REDIRECTS”
Is this a wordpress/buddypress issue or is this a total different error that has other reasons?
February 10, 2015 at 6:09 am #234220In reply to: Buddypress Settings Won't Save?
Mathieu Viet
ModeratorThanks a lot @gina yes we need to test this fix on 2.2.0 so you’ll need to backup your database (and wp-content files just in case) and upgrade again. Once done paste the script in a bp-custom.php file you will put in your plugins directory. The test patch will only be run If BuddyPress 2.2 is activated. If it’s fixing the issue with invite anyone you can choose to keep it till 2.2.1 is released or If you are afraid to Forget to remove it by then, revert once again to 2.1.1.
February 10, 2015 at 5:18 am #234218In reply to: Add User to Blog as Subscriber on Registration
thecorkboard
Participant@mrjarbenne, I’ve made some progress using @sbrajesh’s very fine BuddyPress Multi Network plugin. Now it seems that I get the effect I want as long as students register at each sub-network registration page. I have an issue with blog posts showing up in the activity stream, but that’s for another forum topic…
February 9, 2015 at 11:40 pm #234216In reply to: Change Buddypress Nav Menu
mrjarbenne
ParticipantThis might be helpful. You can go through and change every instance of the word Messages to Mail using a language file.
February 9, 2015 at 9:43 pm #234201In reply to: Sitemap Breaks when I install Buddy Press
tutakjj
ParticipantThanks. I am have tried multiple sitemap plugins and they all give the same error when BuddyPress is active. If I disable BuddyPress the sitemap works fine. I am using WordPress SEO by Yoast at the moment, same deal. http://bphope.staging.wpengine.com/sitemap_index.xml
February 9, 2015 at 8:10 pm #234195In reply to: template help
danbp
ParticipantBuddyPress is only a plugin you can use with almost any correctly formated theme.
See here how you have to do this:
https://codex.wordpress.org/Customizing_Your_Sidebar#New_way_of_adding_sidebarsFebruary 9, 2015 at 7:10 am #234168In reply to: Modify the activity loop
deshmukh
Participant@danbp Thanks! That helped me move to ‘display_comments’ => ‘stream’ without touching the buddypress core files! 🙂
But that is not what I meant. This is going to be a lengthy reply. So, please bear with me.
Chronology of events:
1 Jan – Status update of Member A
2 Jan – Status update of Member B
3 Jan – Comment on Status update of Member A.Default behaviour — SWA appears as:
– Status update of Member B of 2 Jan
– Status update of Member A of 1 Jan
– Comment of Jan 3 on Status update of Member A of Jan 1Modified SWA With your suggested function:
– Comment of Jan 3 on Status update of Member A
– Status update of Member B of Jan 2
– Status update of Member A of Jan 1How I wanted it:
– Status update of Member A of Jan 1
– Comment of Jan 3 on Status update of Member A
– Status update of Member B of Jan 2Any way to get this?
By the way, on a side note, in my view, that is the most logical way of a reverse chronological sequence. Whenever an activity happens about a post like a comment, that entire conversation becomes a new conversation.
Still, so so near yet so far. If you don’t mind a bit of mathematics, its lim n -> 1
February 9, 2015 at 2:34 am #234165In reply to: Profile Page layout
danbp
ParticipantHi,
ever heard about html and CSS ?
Go to your profile, check the source code of that page and you will see how it’s made.
If you use your browser web developpers tools you can check more indeep.If you like to learn, you can read the codex about theming.
If all this is already right for you, you can go to bp-templates/bp-legacy/buddypress/members/single/and grab the appropriate template file, in occurence member-header.phpAns to make this work correctly, you have to create a child-theme first.
For much more details, Codex is your friend.
February 9, 2015 at 2:22 am #234164In reply to: Activity Feed for members only?
danbp
ParticipantThe activity loop is in the template. And the file you can edit doesn’t exist.
In fact it exist, but you have to make a copy of it first, make your modification and add the copied file to your child-theme.
Be warned 😉 : if you modify the original file, the modification will be lost at the next update of BP.
The concerned file is /buddypress/bp-templates/bp-legacy/buddypress/activity/activity-loop.php
Inside that file you will see what is explained on the codex page i indicated you previously.All the other points are also explained on the codex.
Would be better if there was an option in the Admin section
Do you imagine the number of settings which would be necessary to fit all existing and upcoming use cases ? Even our spumoni dudes devs haven’t implemented a pizza oven yet ! 😀
February 9, 2015 at 1:51 am #234160In reply to: Activity Feed for members only?
clifton11221
ParticipantWould be better if there was an option in the Admin section (BuddyPress settings) in which admins could just select Activity permissions.
February 9, 2015 at 1:48 am #234159In reply to: Forum in private groups
danbp
Participanthi @melle328, @milenushka
i opened a ticket about that issue. Feel free to connect to Trac and give your feedback.
https://buddypress.trac.wordpress.org/ticket/6202To login, use same credentials as on this ofrum.
February 9, 2015 at 12:22 am #234158In reply to: Error after updating to buddypress 2.2.0
Magic-Komplex
ParticipantFound the issue, thanks for pointing me at this way of troubleshooting. It’s the buddypress activity privacy plugin that causes the error, so I opened a support ticket at this forum now. 🙂
February 8, 2015 at 11:15 pm #234155In reply to: Buddypress images and WP Smush it
disha76
Participant@djpaul If you can integrate p2 theme for buddypress maybe efforts at re-inventing wheels can be spared. p2 has a status box that can post single or multiple images as well create albums (galleries) from the status text area box (which also lets you post blog from front end)
February 8, 2015 at 9:30 pm #234149In reply to: Pagination on Members broken after update
r-a-y
KeymasterThis should be fixed in 2.2. What version of BuddyPress are you all using?
February 8, 2015 at 9:28 pm #234148r-a-y
KeymasterApologies for the widget styling.
You can apply the following patch for a temporary fix until we issue 2.2.1:
https://buddypress.trac.wordpress.org/attachment/ticket/5817/5817.clear.patch - If your theme already has register.php template file, go step 2 directly.
-
AuthorSearch Results