-
shaisimchi posted on the forum topic Calendar picker in the group Creating & Extending: 14 years, 6 months ago
Anyone?
-
shaisimchi started the forum topic Calendar picker in the group Creating & Extending: 14 years, 6 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 […]
-
shaisimchi posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 14 years, 6 months ago
and what is the path to this file on your installation?
-
shaisimchi posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 14 years, 6 months ago
the file default.css doesnt seem to exist in my installation. what version are you using?
-
shaisimchi posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 14 years, 6 months ago
@hnla your code is truncated too…
-
shaisimchi posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 14 years, 6 months ago
shaisimchi@gmail.com
-
shaisimchi posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 14 years, 6 months ago
Can you explain more about your step 2 – i dont see the example code.
Thanks,
Shai
-
shaisimchi posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 14 years, 6 months 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
-
shaisimchi posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 14 years, 6 months ago
Any idea anyone?
-
shaisimchi posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 14 years, 6 months 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]
-
shaisimchi posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 14 years, 6 months 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
-
shaisimchi started the forum topic adding widgets to a custom page in the group Creating & Extending: 14 years, 6 months 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
-
shaisimchi started the forum topic Adding external classes to buddypress in the group How-To and Troubleshooting: 14 years, 6 months 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
-
shaisimchi posted on the forum topic redirecting to user domain using $bp in the group How-To and Troubleshooting: 14 years, 6 months 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
-
shaisimchi posted on the forum topic redirecting to user domain using $bp in the group How-To and Troubleshooting: 14 years, 6 months 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? -
shaisimchi posted on the forum topic redirecting to user domain using $bp in the group How-To and Troubleshooting: 14 years, 6 months ago
yes 1.1.3 and all the fields are blank – i deleted them on the DB
-
shaisimchi posted on the forum topic put some conditions and redirection upon login in the group How-To and Troubleshooting: 14 years, 6 months ago
@techguy or anyone else – any idea here?
-
shaisimchi posted on the forum topic redirecting to user domain using $bp in the group How-To and Troubleshooting: 14 years, 6 months ago
put it in bp-sn-parent functions.php – goes to home page
-
shaisimchi posted on the forum topic redirecting to user domain using $bp in the group How-To and Troubleshooting: 14 years, 6 months 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]
-
shaisimchi posted on the forum topic redirecting to user domain using $bp in the group How-To and Troubleshooting: 14 years, 6 months 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
@shaisimchi
Not recently active