Search Results for 'theme'
-
Search Results
-
Hi all, I’ve created a long post under a group and it shows up with a “Read More” button on the group feed (for clarity I am not talking about the “Load More” button at the bottom of the group feed).
The button appears non-functional even though mousing over it reveals a link to the correct post to open, I can right click this and open in a new browser tab, but the complete post should open in the current tab when clicked? Is this a bug or am I missing something here?
I’ve tried disabling all plugins and reloading, to no avail. I’m using Nouveau.
WP 4.9.8, BP 3.2.0, TwentySeventeen theme (child), http://lp.qc.to:15647/Hey guys I need some help with php/buddypress.
Im trying to create a custom member directory for my website that displays online users…I am very new to php, I have looked at the documentation but i don’t understand what i am doing wrong.
Things i have done thus far:
I created a new directory called “buddypress” in my theme (my theme is Divi), I then copied the “members” folder from buddypress and put a duplicate in my new “buddypress” folder within my theme. After that i renamed the “members-loop.php” file to “online-members-loop.php”, and created a new page called “online members”.
I didn’t make any adjustments to the code at this point and tried to see if it worked… It did not, my online members page is still just blank. I then tried to edit some things within the “online-members-loop.php” file i now have. I changed “<?php if ( bp_has_members( bp_ajax_querystring( ‘members’ ) ) ) : ?>”
to this: “<?php if ( bp_has_members( ‘type=online’ ) ) : ?>”
I tried to load the page again annnnddd… nothing, nothing at all. It was at this point i knew i was doing something incredibly wrong because even before altering code, the members page didnt load anything.
If anyone could help a newbie out i would greatly appreciate it š
Hello there! I’ve been searching for a code which actually works for me, and sadly, without any luck..
I want to redirect the users from Member page to Login-page if they are not logged in. I can’t add it to my bp-custom.php because it does something weird to my theme so that php file is gone. So a function i can place in the functions.php or in the plugin “Custom CSS & JS” is the right solution. (Im using REIGN Theme)
Thanks guys! Hopefully someone can help me.
Hi!
I’m having some hard time with the following:
I want to place my profile avatar (item-header-avatar) from the header to the left from my item-nav and eventually delete the header section.
I’m editing the member-header.php file through my child-theme ( using Kleo-theme ). I thought it would be as easy as copying the div from item-header-avatar and pasting it after <ul class=”responsive-tabs”> but after loading the webpage it does not work.
So my code looks like this:
<?php/**
* Fires after the display of a member's header.
*
* @since 1.2.0
*/
do_action( 'bp_after_member_header' ); ?><?php if ( sq_option( 'bp_nav_overlay', 0 ) == 1 ) : ?>
<div id="item-nav">
<div class="item-list-tabs no-ajax" id="object-nav" aria-label="<?php esc_attr_e( 'Member primary navigation', 'buddypress' ); ?>" role="navigation">
<ul class="responsive-tabs">
<div id="item-header-avatar" class="rounded">
"><?php bp_displayed_user_avatar( 'type=full' ); ?>
<?php do_action('bp_member_online_status', bp_displayed_user_id()); ?>
</div><!-- #item-header-avatar --><?php bp_get_displayed_user_nav(); ?>
<?php
/**
* Fires after the display of member options navigation.
*
* @since 1.2.4
*/
do_action( 'bp_member_options_nav' ); ?></div>
</div>
<!-- #item-nav -->
<?php endif; ?>
Thankyou!!
For example,
This code will be launched in before loading “Profile Page”.function buddypress_profile_layout() { global $bp; if (BP_XPROFILE_SLUG != $bp->current_component) return false; wp_enqueue_script('test', 'http://example.com/wp-content/themes/twentyfifteen-child/js/test.js', array('jquery'), '1.0', true); } add_filter('wp_enqueue_scripts', 'buddypress_profile_layout');But,
I want a code that launched in after loading āNotifications pageā.Would you mind teaching me how to do that?
Thanks.
Topic: Child-theme style.css
I have tried to add BuddyPress to my child-theme.
My object is to change the layout of the register and activate form.So I have created the following folder structure:
\wp-content\themes\child-theme\buddypress\members\In this folder I placed two files:
index-register.php = same content as \wp-content\plugins\buddypress\bp-themes\bp-default\registration\index-register.php
index-activate.php = same content as \wp-content\plugins\buddypress\bp-themes\bp-default\registration\index-activate.phpThis seems to work, but the layout of the forms is completely wrong, all input boxes are not aligned etc. So then I checked this forum and saw that it might be a good idea to import a stylesheet from buddypress in the child-theme folder.
So I added the following line to \wp-content\themes\child-theme\style.css
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );This fixes the aligning problem, but totally destroys the full width layout of the site.
The sidebard is destroyed and the background color is wrong etc. etc.Is there a way to edit the register and activate form with only overrides, and leave the default styling in tact?
Any help appreciated!
Hello
I would like to restrict the visibility of the following tabs to only be visible to the logged in member:
Activity – Favorites
Activity – Friends
Favorites – Groups
Forums – FavoritesTo me it doesn’t really make sense that I can see the activity of other members friends, their favorites and the activity of groups that I have not yet joined.
I read here https://codex.buddypress.org/themes/bp-custom-php/ that I can create a bp-custom.php file which I did. Now I only need the code to hide those fields form everyone except the member him/herself.
Thank you very much!WP 4.8.9 / BP 3.2.0
Hello
I am developing an Intranet site for my business with WordPress and the theme Woffice (including BuddyPress). I’d like to create a members page by retrieving the information from the active directory as cover options. I absolutely can’t make the connection between the two. With the plugin “LDAP/Active Directory Login for Intranet sites ” (miniorange), I can retrieve fields like name, e-mail, telephone, mobile phone, … How do I bring up this information?
Thanks in advance!
Topic: DIrect messaging problem
Iām running WP 4.9.8 with the Twenty Twelve theme on my site http://www.charlottemasoneducation.org
All plugins are updated.Plugins:
Akismet Anti-Spam
bbPress Version 4.0.8
BP Registration Options Version 2.5.14
BP xProfile Location Version 4.3.5
BuddyPress Version 1.6
BuddyPress Activity Plus Version 3.1.0
BuddyPress Activity ShortCode Version 1.6.4
BuddyPress Edit Activity Version 1.1.5
BuddyPress Group Email Subscription Version 1.0.9
BuddyPress Groups Extras Version 3.8.2
InfiniteWP ā Client Version 0.3.0
Remove Dashboard Access Version 3.4.1
The Events Calendar Version 1.0.2
W3 Total Cache Version 1.4.2
Widget Logic Version 0.9.7
Wordfence Security Version 5.9.0
WP SMTP Version 7.1.11 | By Wordfence | View detailsWhen I go to APPEARANCE > CUSTOMIZE > HOMEPAGE SETTINGS and choose Sitewide Activity as the home page, it causes a redirect loop on the homepage. While I’m logged in as admin, I can see the Sitewide Activity page by clicking on the home page, but anyone who is logged out, gets a “too many redirects” error.
When I change the settings to REGISTER as the home page, logged in members are redirected to the MEMBER page after logging in.
I have tried adding a redirect plugin and that breaks the site. I would really like members to land on the Sitewide Activity feed once they log in.
Any help would be greatly appreciated. Thank you.
Topic: bp_nouveau search form
Hi guys,
I used to be able to filter the search form html that appears on the group directory page, but I cannot figure out how to achieve the same result when using the new bp_nouveau theme.
So far I have tried
add_filter('bp_directory_groups_search_form', 'modifyGroupSearchForm', 10, 1); add_action('bp_directory_groups_search_form', 'modifyGroupSearchForm', 10, 1);But neither worked. What I need to do is find a way to pass the
group_typeparameter to thebp_ajax_querystringfilter. Atm I have hard coded a select dropdown with the custom group types I created usingbp_groups_register_group_typeI am then using<select id="groupTypeSelect"> <option>Select a group category</option> <?php foreach ( $group_types as $group_type_slug => $group_type ) : ?> <option value="<?php echo esc_attr( $group_type_slug ); ?>" data-group-type="<?php echo esc_attr( $group_type_slug ); ?>"><?php echo esc_attr( $group_type->labels['name'] ); ?></option> <?php endforeach; ?> </select>to output the group types to the page, but I need a way to tie them back into the standard bp group search