Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 5,851 through 5,875 (of 32,561 total)
  • Author
    Search Results
  • Pulse North
    Participant

    Hi,

    I recently put together a site that uses Buddypress as a social area for users similar to Facebook. However, when a user posts within a group the post disappears upon refreshing the page, all that displays is “Sorry, there was no activity found. Please try a different filter.” I think this may be a theme conflict as when I revert the theme to TwentyFifteen it shows the posts, but am unsure how to resolve this, can anyone assist?

    #253753

    In reply to: Groups widget

    sharmavishal
    Participant

    you would need to manually edit/change the group widget php page of your theme

    #253750
    chrisyannick
    Participant

    Hello,

    I have Buddypress installed for the WPLMS theme (WordPress learning management system)

    Right now, when I send a message or notification to multiple recipients, when someone replies, it is sent to the entire group.

    Is it possible to make the reply private between the Admin (me) and the replying user?

    Why would I want to do this?

    Let’s say I want to send the same message to every student taking a course on my site asking them for their feedback, then when someone replies to that message, everyone will see that reply. I don’t want that. It’s spammy and will annoy people.

    The alternative is to hand deliver each message to each user, but at times I want to compose the same message to everyone, and composing the same message a hundred times isn’t practical.

    Is there a workaround for this?

    Thanks.

    #253740
    danbp
    Participant

    You should never hack core files, as you already said ,you will have to redo your customization after each update !

    1) https://codex.buddypress.org/themes/

    2) BP will be updated, and your custom work will remain intact, as long as you use a child-theme and bp-custom.php Child theme and bp-custom have priority when BP is loaded. Anything which is not in them will then be taken directly from BP or theme. Read about template hierarchy on codex.

    All this is detailled on codex. If questions, seacch the forum, they’re many topics around this.

    #253737
    Masoud
    Participant

    hi.
    i have 2 simple question.

    i have made lots of changes to buddypress core codes! not only css changes! but almost i made changes in every single file of buddypress plugin !
    now, buddypress roled a new update. so if i update it. all of my changes will be lost 😐
    and i have to do all them again! 🙁
    so my questin is

    1) how to create a child theme for buddypress? so if i update buddypress, nothing happens to any of my changes in codes…
    ?

    2) even if i create a child theme, what will happen to update?
    i mean if by creating a child theme, buddypress will run my buddypress codes(which i inserted in child theme)! then what will happen to updated codes in original plugin (by original i mean not the one i’ve created in child theme)?
    they wont work?
    or
    both the original plugin (updated) and my child theme buddypress will work toghether? without any conflict?

    tnx a lot for help.

    #253734
    AngelaQ
    Participant

    WordPress version 4.5.2
    Buddypress version 2.5.3

    ColorMag Theme

    When I installed bp and turned extended profiles, if I go to the toolbar in the upper right and choose Profile-Edit it goes to something like this:

    /members/[username]/profile/edit/group/1/

    And it’s a 404 page.

    Also, if I click on any of the users in the backend including me the Admin, it says they’re marked as spam but yet the active/spam toggle is set to active not spam.

    In addition, the register page doesn’t work and just loops back to home page.

    Am I supposed to do some kind of setup other than checking the button the button that I want extended profiles in order to make this work? The documentation on this site for this just says it’s pending.

    I’ve turned it off so I can at least use regular profile management but would love to access the extended profiles capabilities.

    #253730
    samysalahgad
    Participant

    Thank you so much for fast reply
    Am sorry there was other theme active when write that topic

    I have activated the theme Kleo and this theme normally need k elements

    So the problem you will notice now at both pages u mentioned above
    Something wrong make u cannot see activity stream only after you select the type of activity
    And also cannot see the member list

    #253729
    danbp
    Participant

    Most of bp files are in php, so i can’t answer for YOUR php file.

    I you modify the register page, where xprofile fields are showing at first, the template file i’m talking about is in bp-templates/bp-legacy/buddypress/members/register.php.

    If you don’t know about template overload, read here first.

    Or if you use a custom function to fire your work via an action hook, perhaps you could try to use bp-custom.php

    #253728
    danbp
    Participant

    I see the members list (http://www.hostinggeeks.net/members/) !
    I see the site activity (http://www.hostinggeeks.net/activity/) !

    You have to debug your site.

    Use a Twenty theme while debuging and activate wp-debug in wp-config.php

    The k-elements plugin is throwing many warnings. Deactivate it and ask evtl. for help on it’s support forum.

    #253726
    samysalahgad
    Participant

    Hello
    Am using latest version of WP and BP with the famous theme KLEO v4
    but i cannot see activity stream until i select type (updates, topic, replies …. )
    Also cannot see the list of members.
    my website is hostinggeeks.net

    matzeso
    Participant

    Hey Guys,

    I have a customized WordPress Website which also makes use of BuddyPress as the core for user profiles. Until now this only required BP Core, Community and XProfile Extension to run.
    Now with the new requirement for a forum I was going to install AnsPress which requires Activity Stream and Notifications to be enabled (otherwise it throws fatal errors around).

    And here comes the fun -> when I enable activity stream, my BP Profile Page is kind of “overwritten” by the stream.

    I hope somebody can clarify for me:
    Normally, when I visit my or any profile via /members/xyz the buddypress.php somehow loads the contents from theme/members/single/profile.php in which bp_current_action() gives case “public” and bp_is_active(‘xprofile’) is true. Then my members/single/profile/profile-loop.php is loaded.

    But when I activate Activity Stream in BP and I visit my profile then somehow theme/buddypress/members/single/home.php is loaded and that shows the activity stream on my page and not the profile parts anymore.

    What I think what I need is that the members/xyz URL links to the profile and not the “home” page – but how? Unfortunately my knowledge of WP as a programming framework is limited and I am not able to debug this any further as to where the decision is made to load home instead of profile.

    Hope you can understand the problem and help me with it. I do not need to show the BP activity stream, it is just necessary for the plugin to not throw errors.

    #253652
    ms52390
    Participant

    I currently cannot seem to get the create group function to work. I have the Group component set to a page via the BP settings, but when I click on the create group link (or try through admin backend) I get a 404 not found error. Am I doing something wrong?

    WP 4.5.2 (i-max theme), BP 2.5.2
    (Site is not live – under construction)

    dipankarbanerjee
    Participant

    I am using a sliding/drawer div, where I have displayed the standard navigation items of BuddyPress, with the following

    <?php bp_get_displayed_user_nav(); ?>
    <?php do_action( ‘bp_member_options_nav’ ); ?>

    When a member select ‘Group’ and then clicks on a specific group name, I would like to change my default menu items to a standard Group navigation items, which we usually get on a default theme.

    My slide/drawer menu has been declared on header.php

    Any suggestion/advise would be highly appreciated.

    Thanks!

    #253639
    danbp
    Participant

    That’s unfortunately what i expected… GF is a third party premium plugin for which nobody can help you here, except if he/she use that plugin.

    If you read here, it’s somehow explained in details.

    What you already used (gform_field_value_linkuser), linkuser is a GF field name. If i’m right, see the advanced tab of that field and complete the name parameter.

    Here a snippet which let you see how to link a username to his profile, when you’re outside of the member_loop. It will output the current user name on the site wide activity header. For test only.

    Note that it use BuddyPress default Name field and that it comes from a BP form. As you use GF, you certainly need to find how to grab properly a GF field value.

    Function goes to bp-cutom, may also work in theme’s functions.php

    function bpfr_my_profile_link_on_SWA_header () {	
    	$user_id = get_current_user_id();
    	$profile_url = bp_loggedin_user_domain();
    
    	if( !is_user_logged_in() ) {
    		return;
    	}
    
    	echo '<br>Test userlink:&nbsp;'; 
    
    	if ( !$data = bp_get_profile_field_data( 'field=Name' ) ) : 
    
    		echo xprofile_get_field_data( 'Name', bp_get_member_user_id() ) .'<a href="'. $profile_url .'">'. bp_core_get_username( $user_id ).'</a><br>';
    
    	endif;		
    
    }
    add_action( 'bp_activity_type_tabs', 'bpfr_my_profile_link_on_SWA_header' ); 

    Sorry, I can’t help you more.

    brett1234
    Participant

    BP Support,

    We have a multi-site setup using learndash+buddypress+iMember360 and are experience a site crash any time we save a course with a buddypress group selected. It crashes the site for a few minutes at a time and doesn’t immediately give any errors, however, there are some errors as it comes back up that seem related (see below).

    WordPress 4.5.2 running Boss. Child Theme theme.
    Buddypress 2.5.2
    The site is fairly new, this is our first course and group.

    I’ve debugged by disabling all of the plugins I can and there is no effect. I can save a course just fine without a group selected or without the buddypress plugin enabled.

    Here is the error we get when it restarts:
    https://www.dropbox.com/s/kvy40uolkskonwy/Buddypress_Error_Saving_Course.txt?dl=0

    Please let me know if I can provide any further information to help us debug this
    Thank you,
    Brett

    #253619

    In reply to: Error on installation

    dredre3000
    Participant

    Running version 4.5.2
    Theme Geodirectory/ supremember directory.
    Plugins: Akismet, auto terms of service and privacy policy, contact form 7, black studio tiny mce, f(x) private site, gd booster, gd business hours, geodirectory plugins (don’t have buddypress intergration active), Google analytics, jet pack, site origin, page builder, Yoast seo…

    #253616
    pandafoxxxx
    Participant

    The issue is somewhere inside the ajax.php from the theme. I’m using a custom theme (Not online) on a local version of wordpress. Tried using the functions.php from the legacy template but there is no live update so I skipped that. (Messages doesnt send at all)

    Edit: I fixed the problem with combining ajax.php from the old buddypress template with the new functions.

    #253611
    insearchofasolution
    Participant

    @sharmavishal in regards to the plugin you keep suggesting – that is a paid option. And at the moment I am in the development stage seeing what options are there to build what I need. And don’t even know if I’ll be using WP at all. So I am not really looking for paid plugins.

    The snippet you quoted is for profile menu integration..did you use that in bp-custom.php?

    No, I haven’t. I used it as it said on the “tutorial” in member-header.php copied onto the theme’s folder and didn’t see any results at all. Do I need to add anything into the bp-custom.php too?

    I would very much appreciate any practical kind of help please.

    #253607

    In reply to: Error on installation

    danbp
    Participant
    #253606
    danbp
    Participant

    Hi,

    does this happen on a live site or a local install ?
    Do you have the same issue when you use a Twenty something theme ?
    Do you use some message related plugin or custom function ?

    Give details: php version, theme name.

    danbp
    Participant

    Hi,

    check from here wp-admin/edit.php?post_type=page that you have the 2 pages for registering and activation.

    On BP’s pages settings list, you can see in regard of Activation and Registration each page. There is no Save button. Just a View button.

    Check also that you don’t have these page in Trash. If it’s the case, clear it completely. Page names must be unique in any case.

    Also go to you permalinks and choose an option except default and save.

    If still in trouble after that, provide screenshot and theme name, php version and if you use a new install or an updated version.

    ms52390
    Participant

    After installing/activating BuddyPress I noticed that with nearly all the components were enabled, but I was only seeing 3 in the section where you assign the component to a page. Did I miss something or is this a known issue? I deactivated the plugin until I could find a solution/alternative but can re-activate to capture screen shots if need be.

    WP 4.5.2 (i-max theme), BP 2.5.2
    (Site is not live – under construction)

    #253590
    dredre3000
    Participant

    Hi I’m trying to run buddy press on WP version 4.5 2 but when I install I get this error message below. The theme creators of the theme I’m using say to contact you as its not on their end. Please let me know if this is a common issue or direct me to a post where this has been resolved. Thank you…message below:

    Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.)

    #253580
    balmainboy
    Participant

    Hi,

    I’ve suddenly realised that anyone on my site can click on any user, see more or less their full profile, their entire list of friends, groups etc.

    Is there any way to update Buddypress so that you can only see the friends list of those who you are friends with, and you have limited access to the profile of anyone you’re not friends with? Something similar to Facebook.

    I’ve looked in the Buddypress and theme settings and couldn’t find anything. Some plugins seem to focus on restricting the visibility of activity streams but nothing further.

    It just seems odd that everyone can see everything by default, unless I’m missing something?

    WP4 4.5.2
    BP 2.5.2
    Theme: Kleo

    #253578
    kathrynbritnell
    Participant

    When I received these errors & deactivated Buddypress they went away. I can’t figure out how to fix.

    Using Buddypress 2.5.2
    Wordpress 4.5.2
    Divi Theme 2.6

    Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /home/teagal5/public_html/wp-includes/functions.php on line 3897

    Warning: Cannot modify header information – headers already sent by (output started at /home/teagal5/public_html/wp-includes/functions.php:3897) in /home/teagal5/public_html/wp-includes/pluggable.php on line 1171

Viewing 25 results - 5,851 through 5,875 (of 32,561 total)
Skip to toolbar