Search Results for 'buddypress'
-
AuthorSearch Results
-
October 7, 2010 at 4:54 pm #94503
In reply to: Send message to all group members
Anonymous User 96400
InactiveDon’t think that’s possible at the moment and I don’t know of any plugin that does it.
Have a look at the Group Extension API and these functions:
`messages_new_message` – Let’s you send a message to one or more members
`groups_get_group_members` – Gets all group members (there’s functions for group mods and admins as well)With these functions and the API you can build a contact form where group admins can contact their members.
October 7, 2010 at 3:40 pm #94496In reply to: What is ? Edit and how to get rid of this?
asshu
MemberThere is no problem with that on my site . What is your URL? What error are you getting with that ?
October 7, 2010 at 3:14 pm #94492In reply to: Show Profile changes in activity feed
Roger Coathup
ParticipantThe T-string error is because your code is not valid php
You’ve closed your function after the global definition, and failed to put a ; after your statements.
October 7, 2010 at 3:10 pm #94491Roger Coathup
ParticipantYou’ll need to build your own bespoke theme, with a custom activity loop that doesn’t filter ‘the scope’, but instead shows all activities.
Sounds confusing – unfortunately, it is a little.
The default BuddyPress theme uses a set of filters (put together by a javascript routine in _inc/ajax.php) to determine which entries to show when you visit someone’s activity.
You can read more about building your own theme, and on writing a custom activity loop in the docs section of this site.
October 7, 2010 at 2:27 pm #94486Marc R.
Participant@bplove please share if you find a way to do it, I’m looking forward to do it too
October 7, 2010 at 12:45 pm #94477In reply to: BuddyPress Spam
anindyaray
MemberI’m using this plugin : https://wordpress.org/extend/plugins/wordpress-mu-secure-invites/
I have restricted registration only by invitation , yet I got one registration ….
have to done all the spam blocking techniques mentioned here to my installation … but did some definitely
October 7, 2010 at 12:35 pm #94476In reply to: Buddyvents – New Events Plugin
Anonymous User 96400
InactiveAlright!
I added support for BP 1.2.5.2 and support for BuddyPress Moderation. Events can be searched now and I added a global events feed and group events feeds. There’s also a widget for the sidebar.
I’ll do some more testing, but it’ll be available within a day or two!
October 7, 2010 at 12:26 pm #94474In reply to: How to grab xprofile data?
Matt Edminster
ParticipantHey Gents … picking up on the question posed by @blgdra here, is there a conditional statement I can use to show the field only when it is populated, or even only when populated with a given value?
I have
`Field Title: `
and would like to hide the Field title as well as the value when there is no value.October 7, 2010 at 10:43 am #94467In reply to: BuddyPress Spam
Richardas
Participantthanks to this http://www.marcelboast.com/badboteliminator/
*Mod note: Disclaimer – this script is a paid script
October 7, 2010 at 10:39 am #94466JohnnyScience
MemberSearch works every where except for the Members page, is that where you tried it?
Once again I dropped down to the BuddyPress Default 1.2.3 by BuddyPress.org theme and tried searching for members and still no luck.
Nothing comes up for anyone any which way I try to search?
Suggestions?
October 7, 2010 at 10:36 am #94465JohnnyScience
MemberOk, I used this theme: BuddyPress Default 1.2.3 by BuddyPress.org
And tried to reply, which it did and it posted, but then when I refreshed the page again, the reply was once again gone?
So if its not the theme, what next?
October 7, 2010 at 10:33 am #94464nit3watch
Participant@travel-junkie Im having a go but am confused..
Say I wanted this form ( http://pastebin.com/Yz0WwnK7 ) from the group website plugin to be displayed on the display tab of the map plugin, ( http://pastebin.com/60sBbQS1 )
I don’t see how I could hook to the display function with-in the group api.Could you maybe provide an example with the above code to make it clearer. I know what its meant to to, but how to actually add the action for the display is whats unclear.
October 7, 2010 at 10:21 am #94463In reply to: BuddyPress Spam
Marcel
ParticipantA great way to stop bad bots is the Bad Bot Eliminator script http://www.marcelboast.com/badboteliminator/
It stops bad bots dynamically by blocking IP addresses.*Mod note: Disclaimer – this script is a paid script
October 7, 2010 at 9:21 am #94459Anonymous User 96400
Inactive@Nit3watch
it’s possible if the plugin provides a hook, something like `do_action( ‘this_is_some_hook’ )`. I don’t really understand what you meant with your second sentence, though
October 7, 2010 at 8:55 am #94453In reply to: no header/nav on individual activity page buddypress
Hugo Ashmore
ParticipantNot a similar issue, these sound like two separate issues.
Please do not post to a forum in this manner you must start your own thread and provide as much detail as possible if you want help.
@holgria Are you running a custom theme or BP-default? Without more detail than you have provided it won’t really be possible to help you.
@micb11 You should start your own thread on your issue, don’t assume it’s similar to someone else; there could be any number of reasons why you are having these issues, without some detail it’s impossible to help you -same question though custom theme or standard BP?
October 7, 2010 at 8:49 am #94452Tao JIN
Participantyes, all of this seems right.
I use the WP 3.0.1
and add
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, true );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘usenode.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );also DNS wild card entry allowed.
Now, I signup , only the user was created, no new blog create, even I input the blog ‘s sub-domain.
But, when I remove the buddypress, use the default theme of WP 3.0.1, it works, I can create the use with new blog.
October 7, 2010 at 8:39 am #94451In reply to: no header/nav on individual activity page buddypress
micb11
ParticipantI have a similar problem , my activity page does not show a side bar and the footer is all over the place?
October 7, 2010 at 8:16 am #94447In reply to: Is it possible to do this?
pcwriter
ParticipantInstall Custom Profile Filters for BuddyPress: https://buddypress.org/community/groups/custom-profile-filters-for-buddypress/
Add a select box to the base field group in your Buddypress profile field setup with the different selections: dj, musician, producer, etc. Make sure this is in the base group so users must select one when registering. Follow the instructions in the plugin to turn each selection into a search link.
When you click on any of the selected labels in a user’s profile, that brings you to the members directory but displays only the users who have also selected the same.
Hope this helps!
October 7, 2010 at 6:38 am #94442nit3watch
Participant@travel-junkie is it possible to ‘hook’ to a plug-in’s edit/create page? say a edit/create page called additional info which could then call my group web site, phone number, ect.. as my 1st edit/create page is getting messy..
October 7, 2010 at 5:40 am #94436In reply to: Group Forum As Default Page
paulhastings0
Participant@travel-junkie wrote something along the lines of what you’re looking for. See here: http://shabushabu.eu/reordering-buddypress-group-tabs/
October 7, 2010 at 2:22 am #94430In reply to: Group Forum As Default Page
LPH2005
ParticipantYou may want to view this topic.
http://etivite.com/groups/buddypress/forum/topic/how-did-you-add-the-view-blogpost-button/#topic
Redirect the reply to the forum post works well. You can see here (http://www.thechembook.com/chemistrycircle/) that the kids may ask in a forum post but the reply in the activity stream takes them back to the forum post and stops the replying in the activity stream.
October 6, 2010 at 11:07 pm #94417vermont-bee
ParticipantThis is odd too:
I can see the buddypress admin bar on this page:
http://autobituary.net/yourobit/ — with working links
and not on this page
http://autobituary.net/ — links not working
October 6, 2010 at 11:06 pm #94416In reply to: BuddyPress Spam
jwack
ParticipantThanks. That moderate-new-blogs plugin is exactly what I was thinking of but couldn’t find anything like it!
October 6, 2010 at 10:28 pm #94410Boone Gorges
KeymasterDrop all the tables that start with wp_bp_. There are also a few options in the wp_options table (or wp_sitemeta on a network install) that start with bp_ but they probably won’t affect bbPress installation.
October 6, 2010 at 10:11 pm #94407Maryke van Rensburg
ParticipantIs the plugin compatible to wp 3.0.1 and new buddypress?
-
AuthorSearch Results