Search Results for 'buddypress'
-
AuthorSearch Results
-
March 20, 2015 at 6:14 am #236270
browserco
ParticipantAlso, I think the link is a plugin. But I read in another topic that it was added to the buddypress core. Anyway, I have no clue and I will be grateful for any help in this regard.
March 20, 2015 at 6:13 am #236269In reply to: Make Groups invisible to non-registered users.
aljo1985
ParticipantHave you tried the WP members only plugin?
https://wordpress.org/plugins/buddypress-members-only/This will restrict your whole website also to members only.
If you want to just restrict one part of the website, I can help you build a simple function to do this.What does the link look like
http://www.example.com/groups/blah blah blah ??
Is that what you are trying to block non mebers access to?March 20, 2015 at 12:30 am #236264In reply to: Register Loop – No one can register
andantesash
ParticipantI have the plugin “Buddypress Members Only” and the redirect is just the full link to the registration page “http://www.websitename.com” and I have Buddypress Page settings set as Registration page the same link as previously mentioned – but when you try to access the locked page unless registered it removes the “www.” hence the constant registration loop
March 19, 2015 at 8:53 pm #236257In reply to: Adding Member Registration Form to New Pages
ch1n3s3b0y
ParticipantHi @henrywright
I have a quick question. I have included the code from the buddypress registration.php file into a custom page template in my child theme, however it isn’t working as it does within buddypress. Do I need to do something else within my custom template for the buddypress code to work?
I tried
global $bpas I thought this would work, but nope.March 19, 2015 at 2:55 pm #236246shanebp
ModeratorIf you’re using BP 2.2 +, you should use this approach instead:
My cpts appear.
However, comments on them do not appear in the activity stream.Perhaps because I didn’t create a component for those cpts – I hope that is not the case.
Hopefully this ticket will provide an answer.March 19, 2015 at 1:55 pm #236244In reply to: Bussdypress title and SEO Yoast problem
Henry Wright
ModeratorHi @gidantrip
Please see 6107
March 19, 2015 at 11:03 am #236235In reply to: mentions not working
aymanomar85
ParticipantMy problem is solved by deactivate buddypress like plugin then mention working fine.
March 19, 2015 at 9:11 am #236232peter-hamilton
ParticipantThis might help you, dont know myself but looks like it is adjustable to do what you need.
March 19, 2015 at 12:13 am #236228aljo1985
ParticipantThanks for the info, I am actually new to WordPress and have not looked through all the functions. I have only built custom queries on custom tables on my own website that I am currently developing.
I have tried wordpress in the past but then switched to other platforms as they was more adequate for my goals.But right now I am sticking with wordpress and building a new website :),
I’m more use to sources and templates, scripting from scratch.Out of curiosity, which one is better on performance? A straight up query OR the function above.
If there is security concerns with using a query, apart from sanitisation which I know and use on every custom table, then that info would be good to know also.Thanks.
Edit, I would like to report a bug in your software, even though you posted this reply I got a notification for a reply in the first topic I made. I had no idea you replied to this other than looking through the latest list of topics.
Here is a screen shot
target=”_blank”>https://i.imgur.com/wxSgfsG.pngHere is the topic in question that I got the notification for which only has 1 reply, but was from other topics.
https://buddypress.org/support/topic/how-do-i-remove-textarea-resize-without-editing-the-js-script/?action=bbp_mark_read&topic_id=236164&_wpnonce=d849ee20f9#post-236164March 18, 2015 at 10:52 pm #236227somethingelse
Participant^+1 wow, i totally need this too… DESPERATELY.
if i had realized just how difficult this was going to be to accomplish,i never would have started this project with buddypress. what is the point of xprofile fields if they are not easily searchable?
there are so many GREAT things about buddypress, it’s super frustrating that this thing which seems to straightforward is so challenging.
i have been searching … the “buddypress profile search” plugin is not the answer… it isn’t user friendly enough. I just want one search box – “find a teacher in your city” that will search 4 xprofile fields of all our teachers… ONLY THOSE FOUR FIELDS… and return the results.
i’ve tried a google site-search tool, too…
the trouble is that our teachers have bios, and in those bios they often include cities where they have trained, or toured, and we do NOT want those included in the “Find a teacher” results.i have Base City, and 3 “additional teaching locations” fields… those, and NAME, are the ONLY fields i want searchable.
i can pay for help.
but i figured this would be something simple i could do myself!March 18, 2015 at 8:30 pm #236222In reply to: Project Management BuddyPress Plug-In?
danbp
ParticipantHi,
The pro version of this plugin works with BuddyPress:
https://wordpress.org/plugins/sp-client-document-manager/March 18, 2015 at 5:14 pm #236215In reply to: Hidden groups in "All groups" tab
danbp
ParticipantHi,
The button is in /bp-legacy/buddypress/groups/index.php:19
Make a copy of that file to your child-theme. (child-theme/buddypress/groups/index.php)
Than you can remove the code or add a condition. For example, only the site admin will see All Groups.
<?php if ( is_site_admin() ): ?> <li class="selected" id="groups-all"><a href="<?php bp_groups_directory_permalink(); ?>"><?php printf( __( 'All Groups <span>%s</span>', 'buddypress' ), bp_get_total_group_count() ); ?></a></li> <?php endif; ?>March 18, 2015 at 3:39 pm #236206shanebp
Moderator@aljo1985
WP provides a function for getting users. No need for custom sql.
https://codex.wordpress.org/Function_Reference/get_users
@xidea
Have you tried
bp_has_members( bp_ajax_querystring( 'members' ) . '&type=newest' )March 18, 2015 at 11:33 am #236193In reply to: Member Type in members slug?
Henry Wright
ModeratorHenry Wright
ModeratorHi @joenyland
You will need to use validation. Validation is a way of checking what information is received from the user before it’s saved to the database. This can be achieved via a filter such as
bp_signup_validate.For more info on filter hooks in WordPress and BuddyPress, check out this article:
March 18, 2015 at 9:57 am #236188danbp
ParticipantMarch 18, 2015 at 8:51 am #236185In reply to: Users are Automatically Activated
angslycke
Participant@danbp True indeed, but with my previous setup with BuddyPress 1.9.2 I was able to control the spam registrations since they were never activated (I used BuddyPress Pending Activations to manually activate new users) and therefore they could never log in. They were not seen in the activity stream either.
This is my setup: https://buddypress.org/support/topic/create-private-membership-site-with-buddypress/
I’ve now upgraded s2Member which had no effect, and also deactivated the BuddyPress Automatic Friends plugin which didn’t have any effect either. The new user shows up as pending in the Users screen for about 1 minute after registration, but is then automatically activated.
March 18, 2015 at 8:46 am #236184In reply to: Users are Automatically Activated
danbp
ParticipantSpam is an endless plague… and there is no radical solution, but only a set of combination for minimizing it, or at least to slow down that phenomenon..
For example, changing the default wp_ table prefix is a good practice which i would recommand to any site owner touched (or not yet) by spammers.
Even if you already use another prefix, but spammers found your site, you have to modify it again. Sounds a bit stupid, but the gain will be effective for a while.
Other tips are avaible on WP Codex.
In some case, you would prefer to use a plugin. See BuddyPress Registration Option.
But in any case, you have to found your own combination.
March 18, 2015 at 8:28 am #236183danbp
ParticipantHi,
searching the forum before asking is sometimes more efficient. 😉
https://buddypress.org/support/topic/title-of-pages-not-correct/
March 18, 2015 at 8:24 am #236182In reply to: Users are Automatically Activated
angslycke
ParticipantHi!
I recently upgraded my site with a new theme (BuddyBoss Boss. theme) and am running WP 4.1.1 and upgraded from BuddyPress 1.9.2 to 2.2.1.
I have a setup where I redirect the activation e-mail to the site admin to be able to manually control new members and verify their information before activating them and letting them log in. This is a cruical function for my site since it’s a private network.
After the upgrade I noticed that some spam users were automatically activated and able to log in without my manual activation. The users are automatically activated, the same issue as @RussAdams is experiencing. I’ve tried deactivating a few plugins (BuddyPress Pending Activations, BuddyPress Auto Group Join) but this issue persists. In BuddyPress 1.9.2, everything was working as expected.
Browser sessions doesn’t seem to be the issue since clearly people on other computers have been able to create accounts which were automatically activated as well.
This is a very serious issue for my site since I no longer have the control over new users and spam users can log in after activating. Did you get this sorted out?
March 18, 2015 at 7:06 am #236178In reply to: How to hide tool bar for logged out users?
@mercime
Participant@ratethetrainers Go to wp-admin menu
Settings > BuddyPress > Settingsand uncheck “Toolbar – Show the toolbar for logged out users”March 17, 2015 at 10:02 pm #236174Henry Wright
ModeratorMarch 17, 2015 at 4:10 am #236147In reply to: Disallow Non logged users on certain pages
RomanSB
Participant@saish_neugi the Plugin Private Buddypress works well also. It isn’t being updated anymore, but I’ve tested it and still works without errors.
March 17, 2015 at 12:15 am #236144In reply to: Import old post activity to buddypress
nkeatign
Participant
@henrywright – Reset to twenty thirteen so standard theme.Im looking to include old posts on users profiles — buddypress only shows updates (including new posts) since the buddypress plugin was installed/activated.
I think I need a way to create activity stream events for those old posts, as our users have hundreds of posts that are now not showing when someone visit their buddypress profile page…
March 16, 2015 at 6:36 pm #236133In reply to: Refresh activity, private message etc.
Pietrogramma
ParticipantHey, Danbp, thanks for your reply.
I removed the plugin “RS Buddypress Activity Refresh” and now I haven’t none plugin of this type. I activated in buddypress/setting the voice “refresh page” and I waited for 10 seconds but the page don’t refreshered, how can resolve?
none of you had the same problem
Thanks and bye bye -
AuthorSearch Results