Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • Plugins
  • Themes
  • Documentation
  • Blog
  • Support
  • Download

BuddyPress.org


  • Register
  • Lost Password
  • Log In

@shaisimchi active 2 years, 11 months ago
  • Personal
  • Mentions
  • Favorites
  • Profile picture

    shaisimchi posted on the forum topic Calendar picker in the group Creating & Extending: 2 years, 12 months ago

    Anyone?

  • Profile picture

    shaisimchi started the forum topic Calendar picker in the group Creating & Extending: 2 years, 12 months ago

    Hi, Does anyone have an example or is expeienced in implementing a calendar picker for their bp? I want to be able to have calendar pop ups in the UI to allow to user to choose a range of dates and then to be able to submit these together with the form. I haven’t seen [...]

  • Profile picture

    shaisimchi posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 3 years ago

    and what is the path to this file on your installation?

  • Profile picture

    shaisimchi posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 3 years ago

    the file default.css doesnt seem to exist in my installation. what version are you using?

  • Profile picture

    shaisimchi posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 3 years ago

    @hnla your code is truncated too…

  • Profile picture

    shaisimchi posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 3 years ago

    shaisimchi@gmail.com

  • Profile picture

    shaisimchi posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 3 years ago

    Can you explain more about your step 2 – i dont see the example code.

    Thanks,

    Shai

  • Profile picture

    shaisimchi posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 3 years ago

    Sure – Is this the default home page of buddypress or is it a totally custom page?
    if so – how do you ‘tell’ the widget where to be placed or create the place holder for it within the page?

    Thanks,

    Shai

  • Profile picture

    shaisimchi posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 3 years ago

    Any idea anyone?

  • Profile picture

    shaisimchi posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 3 years ago

    OK I still need a little help here: I am creating custom pages on my site the following way: in bp-custom.php I am adding: define(‘BP_MYPAGE_SLUG’, ‘mypage’); function mypage_page_setup_root_component() { global $bp; bp_core_add_root_component( BP_MYPAGE_SLUG ); } add_action( ‘plugins_loaded’, ‘mypage_page_setup_root_component’, 2 ); function…[Read more]

  • Profile picture

    shaisimchi posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 3 years ago

    Hi,

    I have something working which still needs some work.
    where do you want to add your widget to? what kind of page? maybe I can help.

    Thanks,

    Shai

  • Profile picture

    shaisimchi started the forum topic adding widgets to a custom page in the group Creating & Extending: 3 years ago

    Hi,

    I have created custom pages in my buddypress implementation.
    I would like to add widgets to this custom page.
    Before I go ahead and try to play with it any idea how this can be achieved?

    Thanks,

    Shai

  • Profile picture

    shaisimchi started the forum topic Adding external classes to buddypress in the group How-To and Troubleshooting: 3 years ago

    I would like to add an external package to my buddypress implementation.
    I have the folder that includes some php/js/css files and some sub-folders.
    where do I add it so it is accessible in my impl?

    Thanks,

    Shai

  • Profile picture

    shaisimchi posted on the forum topic redirecting to user domain using $bp in the group How-To and Troubleshooting: 3 years ago

    finally working!
    same code as before but it turns out the filter didnt work because of modifications i made to wp-login.php
    i reverted some of the change there for the filters to work and now the redirection is working.
    thank you so much for your help!!!

    Shai

  • Profile picture

    shaisimchi posted on the forum topic redirecting to user domain using $bp in the group How-To and Troubleshooting: 3 years ago

    i tried to append $bp->loggedin_user->id to the url just to see what it is and it is 0 so none of the queries are correct too.
    any reason why it would be 0 and not the right user id if i declaried global $bp etc?

  • Profile picture

    shaisimchi posted on the forum topic redirecting to user domain using $bp in the group How-To and Troubleshooting: 3 years ago

    yes 1.1.3 and all the fields are blank – i deleted them on the DB

  • Profile picture

    shaisimchi posted on the forum topic put some conditions and redirection upon login in the group How-To and Troubleshooting: 3 years ago

    @techguy or anyone else – any idea here?

  • Profile picture

    shaisimchi posted on the forum topic redirecting to user domain using $bp in the group How-To and Troubleshooting: 3 years ago

    put it in bp-sn-parent functions.php – goes to home page

  • Profile picture

    shaisimchi posted on the forum topic redirecting to user domain using $bp in the group How-To and Troubleshooting: 3 years ago

    i now have this which is your code: function my_login_redirect($redirect_to,$redirect_to2,$user) { global $bp; $city = xprofile_get_field_data(26, $user->ID ); $state = xprofile_get_field_data(27, $user->ID ); $country = xprofile_get_field_data(103, $user->ID ); $zip = xprofile_get_field_data(23, $user->ID ); if( !empty($city) && !empty($state) &&…[Read more]

  • Profile picture

    shaisimchi posted on the forum topic redirecting to user domain using $bp in the group How-To and Troubleshooting: 3 years ago

    I mean what is passed as the $user parameter. it seems that the 2 redirect parameters are not in use and the $user – i am not sure how it is passed here. I have tried to do something similar (dont worry about the mess now – I just want the redirect to work): function [...]

  • Load More
Profile picture of shaisimchi
  • Activity
    • Personal
    • Mentions
    • Favorites
  • Profile
    • View
  • Sites 0
    • My Sites
  • Forums
    • Topics Started
    • Replies Created
    • Favorites

See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS

Follow BuddyPress on Twitter • GPL • Contact Us • Terms of Service

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
  • BuddyPress.org
    • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Lost Password
    • Log In
Log Out