Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • News
  • Codex
  • Develop
  • Make
  • Forums
  • Download

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Redirect from page if not logged in in the forum How-to & Troubleshooting 7 years, 7 months ago

    Not an issue, just write exit(); after this wp_redirect( 'http://www.legit-check.dk/rm_login/', 301 ); and also replace template_redirect with wp.

    If it still of no help, then please go for this plugin https://wordpress.org/plugins/simple-301-redirects/. You have to just enter the source and destination URL there.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Private Message suggestions in the forum How-to & Troubleshooting 7 years, 7 months ago

    Ok, got it.

    Please replace this " . CUSTOM_USER_META_TABLE . " with your user meta table name most probable wp_usermeta

    Hopefully, it will help you.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Redirect from page if not logged in in the forum How-to & Troubleshooting 7 years, 7 months ago

    Ok, got that.

    Please replace auth_redirect(); with wp_redirect( 'http://www.legit-check.dk/rm_login/', 301 );

    and is_page('members') with is_page('medlemmer').

    I was not knowing the exact URL and page slug.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Private Message suggestions in the forum How-to & Troubleshooting 7 years, 7 months ago

    Hi,

    Have you tried that code?

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Redirect from page if not logged in in the forum How-to & Troubleshooting 7 years, 7 months ago

    Hi,

    Please paste the code in your child theme’s functions.php. If you do not have child theme then install this plugin https://wordpress.org/plugins/code-snippets/ and add a new snippet there and paste this code.

    add_action( 'template_redirect', 'ps_redirect_to_login' );

    function ps_redirect_to_login() {

    if ( is_page('members') && !…[Read more]

  • Profile picture of Richard Brown

    Richard Brown replied to the topic Site Wide Activity in the forum How-to & Troubleshooting 7 years, 7 months ago

    Sorry. I really didn’t give you enough information.

    Yes I have the activity streams and site tracking activated.

    Activity

    I am simply trying to allow site wide publishing of all posts and page new and updated. Currently it shows site wide activity from a site that we don’t want to show:

    This site:…[Read more]

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Filter Activity by Category in the forum Creating & Extending 7 years, 7 months ago

    Welcome šŸ™‚

  • Profile picture of Bruce A. Broillet

    Bruce A. Broillet's profile was updated 7 years, 7 months ago

    Bruce A. Broillet

    @bruceabroillet

    View Profile
  • Profile picture of sbobet ?????????

    sbobet ?????????'s profile was updated 7 years, 7 months ago

    sbobet ?????????

    @sbo285

    View Profile
  • Profile picture of Ernest Munoz

    Ernest Munoz's profile was updated 7 years, 7 months ago

    Ernest Munoz

    @ernestmunoz1

    View Profile
  • Profile picture of Replacement Barrels

    Replacement Barrels's profile was updated 7 years, 7 months ago

    Replacement Barrels

    @replacementbarrels

    View Profile
  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic How to start JS immediately after loading the ā€Notifications pageā€ in the forum How-to & Troubleshooting 7 years, 7 months ago

    Perfect šŸ™‚

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Placing profile avatar in item-nav in the forum How-to & Troubleshooting 7 years, 7 months ago

    Whenever you are adding to any other place, please remove from the first place and then only paste it on second place.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Members Masonry – Element in the forum How-to & Troubleshooting 7 years, 7 months ago

    In my sense, simplest will be this:

    <div class='item-meta'>
    <p>
    <?php
    echo bp_member_profile_data('field=Expertise')
    ?>
    </p>
    </div>

    instead of this:

    echo "<div…[Read more]

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Hide specific user profile tabs in the forum How-to & Troubleshooting 7 years, 7 months ago

    Ok, got that.

    Please check this thread: https://buddypress.org/support/topic/how-to-hide-profile-menu-items-from-other-users/

    There is a code snippet that might work for you. Just have to put your menu names.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Placing profile avatar in item-nav in the forum How-to & Troubleshooting 7 years, 7 months ago

    Have you checked again? Maybe it is there and hidden using CSS. It seems not possible that it will not appear.
    Any screencast or screenshot will help to explain more.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic How to start JS immediately after loading the ā€Notifications pageā€ in the forum How-to & Troubleshooting 7 years, 7 months ago

    No, If you will check there is a function already written:

    start: function() {
    this.setupGlobals();

    // Listen to events ("Add hooks!")
    this.addListeners();
    },

    just find this and in this function write alert('completed!');

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Please help….please! in the forum Installing BuddyPress 7 years, 7 months ago

    Hi,

    Please paste the following code in your child theme’s functions.php file:

    add_action( 'bp_before_directory_groups_list' ,'ps_add_image_before_groups');
    function ps_add_image_before_groups(){
    echo "<img src='your_image_url_here'>";
    }

    If you do not have child theme just add this plugin https://wordpress.org/plugins/code-snippets/ and add a…[Read more]

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic slow upload – Bad Performance in the forum How-to & Troubleshooting 7 years, 7 months ago

    Hi,

    Which hosting provider you have? Please consult with them once.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Placing profile avatar in item-nav in the forum How-to & Troubleshooting 7 years, 7 months ago

    Needs more debugging, please try just after or before <?php bp_get_displayed_user_nav(); ?>

    Thanks

  • Load More

WordPress.org bbPress.org BuddyPress.org Matt Blog RSS

GPL Contact Us Privacy Terms of Service X

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Log In