Search Results for 'buddypress'
-
AuthorSearch Results
-
September 11, 2010 at 11:48 pm #92197
modemlooper
ModeratorThere are too many options. There are 725 plugins tagged video for WordPress. Not all of these will work with BuddyPress.
https://wordpress.org/extend/plugins/search.php?q=videos&sort=
You are better off testing plugins out. As for themes, you can use most WordPress themes with BuddyPress but you will have to adjust the code.
September 11, 2010 at 11:38 pm #92196LPH2005
ParticipantThank you Paul.
September 11, 2010 at 11:16 pm #92194Paul Wong-Gibbs
KeymasterThe map on the profile pages on this site are hardcoded with the following: http://pastebin.com/rqd16Rm9
September 11, 2010 at 9:33 pm #92190In reply to: How to make a Ning-like site with Budypress?
Hugo Ashmore
ParticipantYou have already asked this, please be patient it’s the weekend and late, posting twice will not get any faster a response.
Closing this thread ;continue in the original please.
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-make-a-social-metwork-like-the-above-with-buddypress/September 11, 2010 at 8:25 pm #92184In reply to: Buddypress forums not working
Thorsten :-)
ParticipantI’ve still a similar problem, see https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/error-with-forum-bp-v1-2-5-2/ butte didn’t getany response yet. I use a windows 2003 Server System with the following plugins installed: Akismet, BP Xtra Signup, BuddyPress, BuddyPress Album+, BuddyPress Forums Extras – RSS Feeds, Buddypress Friends, BuddyPress Profile Privacy, BuddyPress Tweet Button, Configure SMTP, Duplicate Post, Easy Verification, Fast Secure Contact Form, Invite Anyone, Jet Event System for BuddyPress, Link Library, My Brand Login, NextGEN Gallery, oEmbed for BuddyPress, TinyMCE Advanced, Transposh Translation Filter, Welcome Pack, WP Google Weather
September 11, 2010 at 7:29 pm #92182In reply to: Custom register.php
Iain Manley
ParticipantI’m experiencing the same problem – but I’m definitely using a BuddyPress enabled theme. I’m trying to enable registration on my home page by using a template, but nothing is being returned by bp_get_current_signup_step(), so nothing is displayed between
. Is there a way of working around this? @thomallen Did you get this working eventually?
September 11, 2010 at 7:25 pm #92181In reply to: Modifying / Customising the registration process
Iain Manley
ParticipantI’m having trouble. The form is empty, because bp_get_current_signup_step() is not being returned as equal to ‘request details’ on line 12. I don’t think anything is being returned for bp_get_current_signup_step(), because I’m not on register.php. Any idea how to fix / work around this? You can see what I mean at languagecollective.org. ( @pcwriter)
September 11, 2010 at 6:57 pm #92178LPH2005
ParticipantMaybe this will help. But I don’t use this plugin so I’m not sure if it includes the widget used on this site.
September 11, 2010 at 4:47 pm #92177@mercime
Participant@Pisanojm re “latest topic preview in the groups page underneath each group name”
solution at this thread with some adjustment may be the ticket for you – https://buddypress.org/community/groups/creating-extending/forum/topic/show-by-latest-post-by-group/September 11, 2010 at 3:46 pm #92173In reply to: Adding topic tags after topic creation?
September 11, 2010 at 3:39 pm #92172leguis
ParticipantNo answer? Please
September 11, 2010 at 3:28 pm #92170In reply to: Posts and replys on home page
castleofislam
Memberthanks @pcwriter for the help. Actually I don’t have any knowledge of php and it will be impossible for me to try this .. Is there any other way I can do the required.
September 11, 2010 at 3:24 pm #92169In reply to: Problems with new BuddyPress site
woodygoulart
MemberI now understand from my test user registration that all users must reply to an authentication email that they receive after registering to be a user on a BuddyPress site. If a user for any reason does not respond to that automated email to authenticate their registration, that user will be marked as a “spammer” and thus they will be unable to participate in that BuddyPress site.
Perhaps this procedure should be explained directly in the BuddyPress documentation somewhere so that administrators will understand what to expect with BuddyPress?
September 11, 2010 at 3:18 pm #92168In reply to: creating a new page with a chat script
paulhastings0
Participant@thelandman That looks great. I’m a big proponent of lettings others learn from what we’ve done and accomplished. Is there any chance you could turn it into a plugin or possibly submit your code to the phpfreechat plugin developers and invite them to release their future versions with your “BP-enabled” settings?
September 11, 2010 at 3:17 pm #92167In reply to: Problems with new BuddyPress site
woodygoulart
MemberI tested the BuddyPress registration process by registering as “test” but using an actual email address of mine. This “test” user was also automatically marked as a “spammer” and that automatic marking of any user as a “spammer” is a problem. BuddyPress should look into why this automatic marking of a user as a “spammer” happens, and also provide clear and specific instructions for administrators to undo the marking of “spammer” whenever (as in this case) the marking of a user as a “spammer” is clearly an error.
September 11, 2010 at 1:24 pm #92163rich! @ etiviti
Participanta little quick tip i did to display the latest activity for a group
http://etivite.com/groups/buddypress/forum/topic/quick-tip-display-the-groups-recent-activity-on-group-directory-groups-loop/#topicbut this is using the activity stream content – so to filter the activity content to just forum topics: change the line ‘action’ => false to ‘action’ => ‘new_forum_topic’ you may need to tweak some other stuff (content, title, etc)
see how it works here:
http://etivite.com/groups/September 11, 2010 at 1:06 pm #92160rich! @ etiviti
Participanti vaguely remember a BP jquery plugin for an older version of BP that did this but was unable to find it.
a plugin could be created – the entire content is pulled and the filter bp_get_activity_content_body is available. (though not all activity updates have a permalink – just members, and uses the same templatetags)
September 11, 2010 at 1:00 pm #92159Boone Gorges
Keymaster(Sorry in advance that this answer is full of code. There is currently no easy way to do what you want to do, though with some coding it can be done pretty easily.)
Plugins generally create new group tabs through the BP Group Extension API: https://codex.buddypress.org/developer-docs/group-extension-api/ So a relatively quick way to keep certain tabs from appearing on certain groups is to modify the enable_nav_item() method, as shown under ‘Advanced Usage’ on that page. You’d have to do this to the plugins themselves.
If you’d prefer not to modify the plugins (which would be quite understandable) you could remove nav items after the fact with bp_core_remove_subnav_item(), defined in bp-core.php. This would take a lot of tweaking (and this is totally untested, so you’d have to experiment) but something in bp-custom.php like the following might work for you:
`function boone_limit_gallery_visibility() {
global $bp;if ( !groups_get_groupmeta( $bp->groups->current_group->id, ‘show_gallery’ ) )
bp_core_remove_subnav_item( ‘groups’, ‘gallery’ );
}
add_action( ‘bp_setup_nav’, ‘boone_limit_gallery_visibility’, 999 );`This assumes a couple things: 1) that your gallery plugin uses the term ‘gallery’ to name the subnav item, and 2) that you have already created a piece of group metadata ‘show_gallery’ for all groups that should see the gallery. You could also hardcode an array of group ids, like so:
`function boone_limit_gallery_visibility() {
global $bp;$gallery_array = array( 3, 6, 10, 12, 14 );
if ( !in_array( $bp->groups->current_group->id, $gallery_array) )
bp_core_remove_subnav_item( ‘groups’, ‘gallery’ );
}
add_action( ‘bp_setup_nav’, ‘boone_limit_gallery_visibility’, 999 );`That might be easier to get up and running at first, while you build the markup and functions necessary to save groupmeta.
September 11, 2010 at 12:45 pm #92156In reply to: Username in Profile URL
rich! @ etiviti
Participantmight be possible to override the filter bp_core_get_userid (what is used in catchuri) and instead of looking up via username and use a different sql statement
September 11, 2010 at 12:18 pm #92154Boone Gorges
KeymasterThe markup for the edit profile page is in the theme directory, members/single/profile/edit.php. The change avatar page is right next to it, members/single/profile/change-avatar.php. The markup for the settings screens is created in bp_core_screen_general_settings(), located in buddypress/bp-core/bp-core-settings.php. It’s possible in theory to move all of this markup to the same file – say, edit.php.
Then you’ll have to combine the form data handlers, which might be more tricky. When you save your settings panels, they are run through bp_core_screen_general_settings; you can find the code you need there. When you save the Edit Profile screen, it gets run through xprofile_screen_edit_profile() in buddypress/bp-xprofile.php. And the first stop for the Change Avatar page is xprofile_screen_change_avatar(), also in bp-xprofile.php. You’d have to merge all of these handlers somehow in order to get them to process data from the same HTML form.
Good luck.
September 11, 2010 at 10:32 am #92152In reply to: events plugin?
Hugo Ashmore
Participant@milordk can I ask what you mean by this comment:
It makes no sense to prove that it is better
I seriously hope it’s not directed at me
I am not trying to prove that one plugin or another is better or worse, nor did I start this thread or the two others laboriously debating these two plugins.Both your plugins have strengths and weaknesses I favour neither over the other however others are asking which to use. from my brief glance at the two I noted with surprise that your plugin does not generate maps ? if that’s wrong my apologies, and by generate I don’t refer to providing a url to google static maps, but mercime seemed to think the plugin did generate maps so perhaps I misunderstood how things work?
September 11, 2010 at 10:30 am #92151thelandman
Participant@micb11, why don’t you try this plugin https://buddypress.org/community/groups/login-with-ajax/
September 11, 2010 at 10:17 am #92150In reply to: What things are called in the css
thelandman
ParticipantFirst download and install the Firebug extension for Firefox. Found here: https://addons.mozilla.org/en-US/firefox/addon/1843/
Then get to know how to use Firebug by reading through this document: http://www.docstoc.com/docs/6555469/How-to-use-Firebug
The document is pretty detailed so it’ll allow you to wrap your head around things.September 11, 2010 at 10:07 am #92149In reply to: creating a new page with a chat script
thelandman
Participant@pcwriter, good idea! I’ve managed to integrate phpfreechat into a BP site I’m working on, where that chat is docked at the bottom of the screen while the user is able to browse through the website. I’m going to put together a little tutorial once I’ve fine tuned everything.
September 11, 2010 at 8:21 am #92146In reply to: Modifying / Customising the registration process
Iain Manley
ParticipantThanks @pcwriter. I’ll give it a try and let you know if it works.
-
AuthorSearch Results