Search Results for 'buddypress'
-
AuthorSearch Results
-
September 2, 2010 at 4:21 pm #91351
In reply to: Customize group features
rich! @ etiviti
Participantyou can disable activity stream commenting for forum topics/replies via buddypress wp-admin – activity stream just contains an excerpt of the topic post with permalinks back to the forum topic. (which activity stream has its own commenting system which leads to division of conversations)
September 2, 2010 at 4:11 pm #91350In reply to: Remove Automatic Links in Profile
Boone Gorges
KeymasterMy plugin is not needed. Do this: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/remove-automatic-links-in-profile/#post-32749
September 2, 2010 at 3:53 pm #91346In reply to: Customize group features
Thibaut
ParticipantOption 2, let’s being creative…
Modifying the way activity stream is displayed into groups so that it is displayed in a forum way.I mean :
***Original group’s activity stream display***
Marc tells :
“Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.”
Kevin, in reply to Marc :
“Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.”
Marie, in reply to Marc :
“Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.”Celia tells :
“Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.”
Kevin, in reply to Celia :
“Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.”***Forum style group’s activity stream display***
Marc started a new discussion : “Lorem ipsum dolor sit amet, consectetur adipisicing…” 2 replies – [view discussion]
Celia started a new discussion : “Lorem ipsum dolor sit amet, consectetur adipisicing…” 1 rely – [view discussion]
Best with titles and such forum oriented features of cours yet this way of displaying content may be immediadly feasible ?
Buddypress don’t need BBPress integration anymore… Lol.
Well, i’m just dreaming up since It would takes weeks to make it with my programation skills yet maybe an idea to keep for further developments or skilled devs that have the same needs.
September 2, 2010 at 3:53 pm #91345In reply to: Customize group features
techguy
ParticipantTry this link to change it to the forums instead of the activity: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/changing-group-tab-display-defaults#post-55449
I think you can turn on or off the reply button for forums in the BP admin, but they aren’t completely integrated that way. A reply in the activity won’t appear in the forum. So, that’s why it’s disabled by default (I think).
September 2, 2010 at 3:25 pm #91342In reply to: BuddyPress Theme – what is needed?
@mercime
ParticipantBuddyPress Template Pack – https://wordpress.org/extend/plugins/bp-template-pack/
September 2, 2010 at 3:09 pm #91338In reply to: post update with pictures
@mercime
ParticipantVideo – via Oembed for BuddyPress – Input any URL from one of video sites listed in plugin info into an activity update or forum post in BuddyPress.- https://buddypress.org/community/groups/oembed-for-buddypress/
BP Media plugin – not sure if the plugin can do that already, but check it out.
Flickr update in member profile – va BP Flickr Plugin by @sbrajesh
Images/Music/Video upload in Status Updates and media shows up in Activity streams when posted in Gallery BP Gallery Plugin by @sbrajesh. This is a paid plugin.
September 2, 2010 at 2:41 pm #91332In reply to: 404 error after installing BP
Jimboba
ParticipantI believe I have done what you have suggested and changed the permalinks settings. An example post did read:
http://www.warchest.co.uk/blog/index.php/2010/09/how-to-paint-miniatures/Now reads:
http://www.warchest.co.uk/blog/?p=80
I take it that proves the .htaccess file is updating?The reason for my confusion regards missing files is that selecting “Account’ for example looks for ‘http://www.warchest.co.uk/blog/members/admin/’ where ‘/members/admin/” does not exist on the server. All files excepting those cited previously are in the buddypress plugins folder.
Apologies if my lack of knowledge in this area is throwing a curve ball.
I am using the default buddypress theme.
September 2, 2010 at 1:49 pm #91330Hugo Ashmore
ParticipantDo not hijack threads please this practice is poor nettiquette. Problems may seem similar but often have different causes, having to answer two sets of questions in one thread can become confusing.
@tungjacob You have a highly customised theme, can you return to the Bp-default theme and test whether the issue is still apparent; also go to your permalink settings first and ensure that your .htaccess file is updating correctly by selecting an option and saving.
@jimboba much the same for you to; the lack of files is vague you either have the necessary BP files or not forget the lack of files for the moment BP wouldn’t be running if it were missing files. check whether you are able to update .htaccess file correctly
September 2, 2010 at 1:25 pm #91329In reply to: LOVINGFUTBOL.COM
Javier Arques
ParticipantThanks a lot!!
@DJPaul I love your achivements plugin!September 2, 2010 at 12:48 pm #91326Anton
ParticipantThanks @boonebgorges
Will give it a try
September 2, 2010 at 12:18 pm #91324In reply to: listing members
dorothy sulzmann
ParticipantHi Hnla, thankyou for your reply.
With regards to the other thread i think that is solved now thankyou. Still having a few problems with the issue on this thread. I’m putting in the code you gave me in every place i can think of but still no luck. I hope it’s ok if i explain what i have done here and you can see if i’ve missed anything. Thank you in advance.
I have a members page on my wordpress/buddypress site – all working wonderfully. I have set up 3 other pages in wordpress which i want to show only specific members on. These pages are called DJs, Venues and Promoters. Each member when registering has to fill out the field of Business type. There are 3 business types – djs, venues and promoters. I want all the members who put in DJ on business type to show on the DJ page, the members who put venue as business type to go on the venue page etc.
So far i have 3 template .php files for each of the 3 pages. The code on the template pages is the same as the members.php file with the exeption of the directory name and the “ code. The loop directory here varies for each page.
With each of the loop directories i have copied the members-loop.php file and all i want to do is make each directory show its specific members. I’ve tried so hard to put in your code above into each of the respecitive loop directories but i’m obvoiusly missing something. Can you tell me where exactly i should be putting the code in each of these loop directories.
Many thanks!September 2, 2010 at 11:55 am #91321In reply to: Approve groups before they are listed
Boone Gorges
Keymaster@bmunch Your suggestion (groups can be created only by users of a certain level) would be much easier to implement than true moderation of group creation. You’d just have to wrap some of the “create a group” elements in the UI in a `if ( current_user_can() )` check, and maybe add a few such checks at the top of some key group creation functions.
With real group moderation, a lot of admin overhead is required: a UI for admins to see pending/approved groups (Group Management doesn’t do that, but it could be a step in that direction, as BPGM has all the necessary hooks and filters); a notification system to let admins know when a group is pending; a notification system to let users know when their groups have been approved; the backend functions necessary to create and check a piece of group metadata saying whether the group has been approved. This could conceivably be accomplished with a plugin (though I can think of one or two places where additional filters would be required in BP’s core code), but it would take a lot of work. Maybe one of you is up for the job
September 2, 2010 at 11:50 am #91319In reply to: Features for BuddyPress
Boone Gorges
KeymasterYou could hack together something like Lifestream fairly easily using https://wordpress.org/extend/plugins/bp-external-activity/. There’s no interface for it yet, but the infrastructure is all there.
Jeff Sayre has said that he’ll be releasing his Privacy Component shortly after 1.2.6 is released.
The kind of rich tagging you’re talking about really isn’t possible at the moment. Only when BP’s core components are converted into WordPress content types (like custom post types) will they be able to easily inherit WP’s taxonomy functionality. I’m guessing that will happen in the BP 1.4 range. The good news is that, once it does, tagging/categorization will be totally seamless.
September 2, 2010 at 11:46 am #91318In reply to: BP and Tube Site w/User Uploads? (Hodge Podge)
Boone Gorges
KeymasterThe social features of BuddyPress are in addition to, not in place of, the ‘posting’ features of WordPress. If you set up a WP site so that users can write and publish new blog posts, BuddyPress won’t change that.
September 2, 2010 at 10:43 am #91308nit3watch
Participant@apeatling soz was resolved, error on my side. Corrected it in the above post
September 2, 2010 at 10:07 am #91304Hugo Ashmore
ParticipantYou are now running two concurrent threads on the same subject, please don’t. Why have you not simply continued in the original thread? this practice causes confusion and wastes resources.
Did you actually try my half baked example? where did you get the example above from?
Please continue this in the original thread where my examples do work in the members loop
@bowromir if you have code to help can you post it to the thread I linked to above.
September 2, 2010 at 9:32 am #91299dorothy sulzmann
ParticipantI’m using buddypress 1.2.5.2 (latest version) and wordpress 3.0.1(latest version).
What i’ve done so far: I’ve gone to ‘Profile Field Setup’ on the WordPress Dashboard under the Link ‘Buddypress’ and added the fields ‘Business Type’ with a drop down box of three options – DJs, Venue or Promoter. So when users register they choose one of these business types. I wanted these to show up on the members directory so put in to members-loop.php this code:
`<?php
//code inside the members-loop.php
$business_type= xprofile_get_field_data( “Business Type” ,bp_get_the_site_member_user_id());//fetch the text for business type
?>`
and i’ve tried:
“
Anyone have any idea where i’m going wrong?
September 2, 2010 at 9:29 am #91298Hugo Ashmore
Participant@dorothysulzmann
Not sure I understand your statement ” can’t find anything to help”? what is you other thread about then? and if the help that you are getting in that thread isn’t working why haven’t you posted back to that thread.We can’t magic up code for you we can help you in the right direction, we all have things like this we are trying to solve or work out sometimes it does take a bit of time to get there.
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/listing-members/field_5 cannot be the field ID they are numeric so not sure where you have got that idea, did you simply copy an example from the codex loop page/
Read the thread I linked to, not necessarily the solution you are all after but should help. As for simply displaying a particular field it’s a relatively trivial matter and should be clear how in that thread.
September 2, 2010 at 9:11 am #91297dorothy sulzmann
ParticipantHi katemgilbert
I’m having the same issue and can’t find anything to help. I looked at: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/
and http://buddydev.com/buddypress/fetching-and-showing-only-specific-fields-from-buddypress-xprofile-data/ but none of them seem to be working for me. If you figure it out please post back. CheersSeptember 2, 2010 at 8:52 am #91295Anton
ParticipantThanks @nit3watch
It might work but what I’m looking for is a way to check if a user has logged in/registered with their Twitter account. When you register via Twitter (using the Twit Connect plugin) your email address is saved in wp_users as changeme.username@yourdomain.com. I want to add a function that checks if the user logged in via Twitter or checks their email address for the words changeme in their email address and then redirect them to the edit email settings page. Just need a way to get the users email address for the current logged in user.
September 2, 2010 at 8:14 am #91294nit3watch
Participant@antonrsa Iv’e got the wpmu dev Content Monitor plug-in, have a look at the plug-in at their site ( http://premium.wpmudev.org/project/content-monitor ) and let me know if it could help you, though I would ask that if you modify the plug-in you release it to the respiratory.
It should be a good base to do what you want to do.
September 2, 2010 at 7:25 am #91293Josh Thomas
ParticipantHello all,
I use Digital Access Pass as a WP membership option and it is fantastic.
@drewmeyers, it does content drip like you mention and also easily integrates with Paypal.
I researched all the big ones and DAP wins hands down.Check it out at http://digitalaccesspass.com
Drop me a line if you want to chat about it some more. I was in real estate for two years and
I’m curious what you have going on. DAP should work great for you.September 2, 2010 at 7:23 am #91292In reply to: Features for BuddyPress
paulhastings0
ParticipantI agree that all of those things would be awesome. In fact if Lifestream made their plugin compatible with BP that would be awesome!
Sitewide Tagging = Plugin
Extended Profile Page = Plugin
Aggregation of Web 2.0 Sources = Plugin
Collaboration = PluginPrivacy = Core
Are you a coder and asking what plugin the community would like you to make?
September 2, 2010 at 6:17 am #91290In reply to: Features for BuddyPress
@mercime
ParticipantSeptember 2, 2010 at 6:12 am #91289In reply to: Features for BuddyPress
idotter
Participantno answers ?
-
AuthorSearch Results