Search Results for 'theme'
-
Search Results
-
Topic: Private message
Hi! I’m using the latest version of WP and BP, with a CologMag child theme and the Legacy BP templates.
When editing a members profile, I’d like all their profile fields to show up without having to click through separate tabs and reload new pages for the basic Primary field group and the Details section. I think our members aren’t noticing that they even have extra fields group to fill out… and we have so few fields that it doesn’t make sense to load them separately for editing purposes. (I just split them up to avoid cluttering the registration form.)
I’m guessing I’d have to modify the edit.php file, but I don’t know what changes to make to get the result I’m looking for. Any pointers would be very much appreciated. Thank you!
When I activate RTMedia or MediaPress the “Whats New Form” on the Members Activity page disappears. It still shows up on Site-Wide Activity. It also shows up with Legacy Template instead of the Nouveau. I have tried multiple themes with the same result. I believe it has something to do with the CSS. Almost like it just runs out of room, but I have extremely limited skill with any code so I cannot track it down past that.
I have the latest wordpress installation with latest 2019 theme plus latest version of buddypress. I have set register on general settings, got buddypress pages created automatically upon registration. Did the page settings. Got only buddypress plugin activated but for some reason when I test register after logout, I cannot register people successful even though I imput the data needed to register. The page will not even redirect to activate. It stays the same with no registration happening after sign up.
I been reading other forum topics on registration. I tried changing themes, tried add www. on my URL, tried re-installation of wordpress and buddypress, removed all plugins except buddypress but for some reason I cannot figure out what I am doing wrong because I still cannot register new members/Users.
I been watching youtube videos on buddypress and I notice that on options the core buddypress files do not have a check box on the version I use. Even when I try to select everything on buddypress option so that all 10 are selected I still get cannot get registration of new members from register page.
Please help me I am a novice on buddypress.
There’s an article about this topic that was marked Resolved, but the author did not reveal the actual solution.
Only Display Custom Field if not empty
I’m using the front.php template to customize the members profile page. On the members profile page, I’m trying to hide all Profile Fields that are empty.
I’ve tried the code outlined in the referenced link with no luck. That post is about 4 years old so I don’t know if the information is the most up to date. When using the referenced code, I can’t get anything to show up on the page.
Can someone please point me in the right direction?
Thx, JC>
Hi,
I recently replaced whats-new by tinymce. After some customizations, that’s what it looks like (groups): ScreenshotTo do that, I took a copy of post-form.php from the legacy theme (/buddypress/bp-templates/bp-legacy/buddypress/activity/post-form.php) and replaced the file of the nouveau theme (/buddypress/bp-templates/bp-nouveau/buddypress/activity/post.form)
Then I changed the code and now it is:
do_action( 'bp_before_activity_post_form' ); ?> <div id="whats-new-content" > <div id="whats-new-textarea"> <label for="whats-new" class="bp-screen-reader-text"><?php /* translators: accessibility text */ _e( 'Post what\'s new', 'buddypress' ); ?></label> <?php $content = ''; $editor_id = 'whats-new'; $settings = array( 'teeny' => false, 'media_buttons' => false, // 'textarea_rows' => 5, 'editor_height' => 100, 'drag_drop_upload' => false, 'quicktags' => false ); wp_editor( $content, $editor_id, $settings ); ?> </div> <div id="whats-new-options"> <div id="whats-new-submit"> <input type="submit" name="aw-whats-new-submit" id="aw-whats-new-submit" value="<?php esc_attr_e( 'Post', 'buddypress' ); ?>" /> </div>In the code I added, the height of tinymce is 100px but it is always launched with 134px height.
It works with 100px height only with the “teeny” version, but this version doesn’t show the image button I added (using a snippet) and the smiley button (from the wp-monalisa plugin).I tried to fix the problem with css and the only selector that seems to work is
iframe#whats-new_ifrbut I cannot use!importantto override this, because it affects the autoresizing feature.
I thought that I could modify it directly on its system file, but I cannot locate it using the plugin “String Locator”Any idea? I don’t like to leave it with this height, because it is somehow ugly.
Thanks in advance.
Theme – Gwangi dating Version: 2.0.0, Author URL: https://www.themosaurus.com
BuddyPress: by The BuddyPress Community – 5.0.0
WP Version: 5.2.3, WordPress address (URL): https://filipinowomen.onlineHi there, I have this snippert, that figures out if the logged-in user is man or woman!
—————————————————————————-
add_filter (‘bp_ajax_querystring’, ‘modify_members_loop’, 20, 2);
function modify_members_loop ($qs=false, $object=false)
{
global $wpdb;
if ($object != ‘members’) return $qs;// figure out if the logged-in user is man or woman
$gender = xprofile_get_field_data (3, bp_loggedin_user_id ());if ($gender == ‘Man’)
$query = “SELECT user_id FROM {$wpdb->prefix}bp_xprofile_data WHERE field_id = 3 AND value = ‘Woman'”;
else
$query = “SELECT user_id FROM {$wpdb->prefix}bp_xprofile_data WHERE field_id = 3 AND value = ‘Man'”;$custom_ids = $wpdb->get_col ($query);
$args = wp_parse_args ($qs);
$args[‘include’] = implode (‘,’, $custom_ids);
$qs = build_query ($args);return $qs;
}
——————————————————————————–
The problem is, that it doesn’t work with the widgets, who’s online…etc.
So does anyone know, how to fix that?Note: A loggede in man, should only be able to see women’s profiles and women should be able to see men’s, even if a woman/man, try to search for their own gender!
Best regards
Topic: Only Base is showing help
WordPress 5.2.3
Buddypress version up to date 5.0.0.Hi Only the base profile is showing up on registration and being logged into account.I am trying to build a couples profile so I would have the data from both the man and the woman, how do I go about this? I want to enable extra fields and also how do i put them extra fields in a new tab? I have disabled my theme and put the twenty twelve and still the same problem, please help
They show up in my user profile fields but nowhere else on my site, only the base is showing.
Topic: Bowe Codes
Hi @imath
im trying to expand the [bc_members] shortcode..
I want to be able to do a search term .. something like [bc_members search_term=’my-search-term’]
Maybe something like…
array( 'id' => 'search_term', 'type' => 'string', 'default' => '', 'required' => false, 'caption' => __( 'search results', 'bowe-codes' ) ),anecdotally — when i use the bowe codes in my theme with
php echo do_shortcode("[bc_members]");
it works with http://www.MyDomain.com/?s=search+termany thoughts
Hey All,
Im looking for a great looking simple free theme.
Anyone have any ideas how to find such an elusive Free Buddypress THEME?any thoughts gents?
I turned on Nouveau for the first time, and I’m noticing that the Total Count for Sites and for Members is only showing the first two digits of the count. This isn’t an issue specific to 5.0; it was occurring on 4.4.0 as well based on some quick testing. This doesn’t occur in the Legacy template. I’m seeing this with a default theme as well. Anyone else noticing this? I’m deactivating plugins now looking for a conflict, but so far it seems like an issue with the Nouveau template pack.
Here’s a couple of screenshots: