Search Results for 'wordpress'
-
AuthorSearch Results
-
December 25, 2014 at 10:05 pm #231037
In reply to: Restriction for registering
surenpillai
ParticipantThank you. I went through the second round! installed even the one mentioned above
confronted “do not have associated wordpress pages” problem
searched for help and came up with https://buddypress.org/support/topic/do-not-have-associated-wordpress-pages/It all sounds very complicated to me. Is there somewhere a clear HOWTO to install this.
I have deactivated and deleted the plugin.(all sorts of spams including viagra!! were present on the pages)cleartalk blocked 80 spams! Thankfully I installed the spam blocker on time
December 25, 2014 at 9:24 pm #231036In reply to: Buddybar issues with wordpress 4.1
danbp
ParticipantTempera theme was recently updated and normally you haven’t to use the old buddybar.
So the define is of no utility… (see ticket)BP use now the WordPress Toolbar.
It looks also that you have 2 activity pages, 2 members page and 2 groups page. There should be only one. See if you have deleted pages, and clear the trash.
Also set up the pretty permalinks (anything but default), or at least re-save that setting page.Finally, make a test with one of wp’s default theme, bring anything to work, before activating Tempera.
I use another theme of the same author, and if like i suspect, there is the same theme customization tool in Tempera, you must be carefull with that theme settings.
In BP settings, you have an option to show/hide the toolbar to logged out user. Deactivate it.
And read the theme doc attentively ! 😉
December 25, 2014 at 6:27 pm #231033In reply to: Force a avatar
December 25, 2014 at 6:27 pm #231032In reply to: Force a avatar
December 25, 2014 at 5:02 pm #231030In reply to: Making tabs visible only after log in
shanebp
ModeratorIf your theme supports WordPress menus then you can use this approach.
December 24, 2014 at 8:14 pm #231013In reply to: [Resolved] ALL activity by user
Security
ParticipantHi @sandyfischler thanks for the confirmation, there is a very good plugin to redirect author link to his/her profile i am using it on my site as well and it works good for me you can get it from here
No need to change anything just install >>activate>> clear browser cache and check your site in a new incognito window out of your current admin session to see if redirect is working for you,i hope this helps
ThanksDecember 24, 2014 at 4:15 pm #231009In reply to: [Resolved] ALL activity by user
Security
ParticipantHi @sandyfischler i think this feature is already a part of buddypress just goto dashboard>>settings>>buddypress;>settings tab>>
1)enable buddypress to wordpress profile syncing
2)Allow activity stream commenting on blog and forum posts
3)clear cache of your site and the next time someone will post a blog post it should become visible in activity stream
ThanksDecember 24, 2014 at 2:20 pm #231008In reply to: Buddypress xprofile_insert_field_groupo Bug
shanebp
ModeratorYou could check to see if the field exists before creating it.
But that check would happen on every page load.The best and most efficient method is to create a plugin and write a function that hooks to the
register_activation_hook.
In that function, check to see if the field exists and if not, create it.
Then the function will only run which the plugin is activated.December 24, 2014 at 12:10 pm #231005In reply to: How to add file upload in Profile Fields.
danbp
ParticipantBest solution is to use BuddyDrive
December 24, 2014 at 5:49 am #230996In reply to: How to remove tabs from group admin nav
Anonymous User
InactiveOopsy. I just realized you’ll need to wait till BuddyPress 2.2 to use this snippet.
See my post here https://bpdevel.wordpress.com/2014/11/08/the-way-the-groups-manage-subnav-is-generated-has-been-improved/
December 23, 2014 at 10:12 pm #230942michaeltransmissions
Participantgot, thanks for the heads up. the link on overloads explained much. i’m still a newbie re: WordPress and BuddyPress and find that it’s not always easy to get crucial info out of the documentation unless you already know it exists (or are familiar enough with these systems to know what you might be looking for).
Thanks again
December 23, 2014 at 7:59 pm #230938In reply to: How to remove tabs from group admin nav
shanebp
Moderatori want to remove some default BP tabs
Re removing the Manage > Delete tab…
You’re referring to the anon function in bp-groups-classes.php ?
add_action( 'groups_admin_tabs', create_function( '$current, $group_slug', etc...I agree that it’s unclear.
I think that if that function added a css id to the li tag, then we should be able to use the filter in bp_get_options_nav in bp-core-template.
If this makes sense, and you haven’t found a workaround, please open a ticket on trac.December 23, 2014 at 6:12 pm #230935In reply to: How to remove tabs from group admin nav
danbp
ParticipantDecember 23, 2014 at 1:16 am #230920In reply to: Restriction for registering
bp-help
Participant@surenpillai
Have you tried: https://wordpress.org/plugins/bp-registration-options/ ?December 22, 2014 at 6:24 pm #230908In reply to: BuddyPress registration form on Home
Henry Wright
ModeratorHave you tried setting your WordPress homepage to your Register page? This can be done via your WP admin area
December 22, 2014 at 8:39 am #230896In reply to: Change Login & Register Links in Admin Bar
webplayer
ParticipantI am not a coder, but I’m looking for a snippet that can do this:
Add Function: Change Admin Bar Login and Register Links if user is logged out Remove WordPress/buddypress admin bar Login and Register links Add New Login and Register Links New Login Link: <a data-reveal-id="tmpl_reg_login_container" href="javascript:void(0);" onclick="tmpl_login_frm();">New Login Link</a> New Register Link: <a data-reveal-id="tmpl_reg_login_container" href="javascript:void(0);" onclick="tmpl_registretion_frm();">New Register Link</a> if user is logged in don't do any of the above (i.e.) show their buddypress username and hide register links, etc...Does anyone know how to make this happen in code that I can drop into functions.php or bp-custom.php
December 21, 2014 at 6:53 pm #230878In reply to: Is a Private BuddyPress Community Possible?
bp-help
Participant@wadsworth4
I also have another plugin that I was told on the plugins forum that it worked on multisite called “Private BP Pages.” However I never actually tested it myself on BP with multisite. I just got that info from some of the users of the plugin. I used to offer it on the WordPress repo up to about 3 months ago but I have since removed it. But to answer your question “Yes” it is possible to create a members-only community with the latest BP and WP multisite by creating a plugin or using a function in bp-custom.php using hooks etc. That way your not hacking BP and if you update BP you won’t lose your changes.December 21, 2014 at 2:02 pm #230869In reply to: Images – where to serve from?
shanebp
ModeratorHave you tried this plugin?
December 21, 2014 at 1:06 am #230851In reply to: Spam/Bot users
djsteveb
ParticipantBest thing I did to limit spam bot users is adding the free wordpress plugin “good question” – but change the defaults questions and answers.
I also reccomend si captcha plugin, and limit login attempts.
I always change the default settings on limit login attempts to be more strict than default.
I also add whitelist ip plugin for limit login attempts so I don’t lock myself out – lol.
December 20, 2014 at 4:56 pm #230835In reply to: Buddypress activity filtering (search)
Ricardo Gonçalves
ParticipantThis is the code I added at line 278 in /wp-content/plugins/buddypress-activity-plus/lib/class_bpfb_binder.php to create the action. The credit for this code is @Juanma in WordPress.org forum. (couldn’t find the original thread). In this case I’m creating an action for images upload.
function ajax_update_activity_contents () { $bpfb_code = $activity = ''; $aid = 0; $codec = new BpfbCodec; if (@$_POST['data']['bpfb_photos']) { $images = $this->move_images($_POST['data']['bpfb_photos']); $bpfb_code = $codec->create_images_tag($images); $type = 'bpfb_share_wall_photos'; } $bpfb_code = apply_filters('bpfb_code_before_save', $bpfb_code); // All done creating tags. Now, save the code $gid = (int)@$_POST['group_id']; if ($bpfb_code) { global $bp; $content = @$_POST['content'] . "\n" . $bpfb_code; $content = apply_filters('bp_activity_post_update_content', $content); $user_id = $bp->loggedin_user->id; $userlink = bp_core_get_userlink( $user_id ); $author = bp_core_get_userlink( $author_id ); $activity_url = bp_activity_get_permalink( $item_id ); $aid = $gid ? groups_post_update(array('conte nt' => $content, 'group_id' => $gid)) : bp_activity_add( array( 'action' => apply_filters( 'activity_update', sprintf( __( '%s shared a link', 'buddypress' ), $userlink ), $user_id ), 'content' => $content, 'component' => 'activity', 'type' => $type, 'user_id' => $user_id ) ); if ($aid) { ob_start(); if ( bp_has_activities ( 'include=' . $aid ) ) { while ( bp_activities() ) { bp_the_activity(); if (function_exists('bp_locate_template')) bp_locate_template( array( 'activity/entry.php' ), true ); else locate_template( array( 'activity/entry.php' ), true ); } } $activity = ob_get_clean(); } header('Content-type: application/json'); echo json_encode(array( 'code' => $bpfb_code, 'id' => $aid, 'activity' => $activity, )); exit(); } }And this is the code that works for activity stream. It shows just the activities with this action, but when you click the ‘load more’ button it loads the regular stream.
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&action=bpfb_share_wall_photos') ) : ?>December 20, 2014 at 4:48 pm #230833In reply to: BuddyPress 2.1.1 Adding details to member-header.php
mdory89
ParticipantI should’ve explained more. In the WordPress admin panel, If you click Users-Profile Fields, the profile field created and placed into the member-header.php file doesn’t show at all.
Here’s a tutorial I followed: http://code.tutsplus.com/articles/developing-buddypress-themes-part-3-buddypress-15-member-pages-the-overall-user-experience–wp-21856
The code:
<?php $favorite_spot = bp_get_profile_field_data( 'field=Favorite Camping Spot' ) ; echo '<p class="profile-fields">My Favorite Camping Spot: ' .$favorite_spot. '</p>'; $necessary_item = bp_get_profile_field_data( 'field=One Necessary Item' ) ; echo '<p class="profile-fields">My One Necessary Item: ' .$necessary_item. '</p>'; ?>December 19, 2014 at 11:02 am #230807In reply to: Show donated amount in user profile
danbp
ParticipantPlease, don’t mention a user without a link to what you’re speaking about.
There is no specific donation plugin for BP so far i know. You can of course try some of the existing for WordPress, but i’ve no idea if one of them integrates well.
Maybe an alternative solution with myCred, who is adapted to BuddyPress and has such a feature.
December 18, 2014 at 7:01 pm #230775In reply to: Registration page is Empty
Security
ParticipantHi thanks for the confirmation @emineminero here are few suggestions:
1) As you have multisite the 1st thing i would like to suggest you is to go through the following guide
2) Make sure your permalink structure is set to sitename.com/sample-post-name even if its set to as suggested try to rebuild it(for doing this just goto dashboard>>settings>>permalinks and simply save the permalink structure one more time)
3) I think the issue is related to this thread and may be you will find something productive there.
Note: Make sure you have set the pages for registration and activate in dashboard>>settings>>buddypress>>pages tab the pages are needed to be created,just create two pages and name them “register” and “activate” respectively and then set them from dashboard>>settings>>buddypress>>pages tab
Clear browser cache and check for the changes.
ThanksDecember 18, 2014 at 5:02 pm #230769In reply to: BuddyPress on Subsite
danbp
ParticipantTake also in mind that BuddyPress does not work on installations where you give WordPress its own directory.
December 18, 2014 at 4:25 pm #230765In reply to: BuddyPress on Subsite
julianprice
ParticipantHi @ggalipeau I have limited knowledge to help you in particular but thought I would point you to the codex article https://codex.buddypress.org/getting-started/installation-in-wordpress-multisite/ which shows it recently updated 3 days ago
-
AuthorSearch Results