-
Nithin K Varrier's profile was updated 9 years, 2 months ago
-
Nithin K Varrier replied to the topic Hide Buddypress pages from google serch. in the forum Installing BuddyPress 9 years, 2 months ago
Thanks a lot djsteveb, danbp and Henry. I updated my robots.txt. Let’s wait for some days.
-
Nithin K Varrier replied to the topic Hide Buddypress pages from google serch. in the forum Installing BuddyPress 9 years, 2 months ago
I tried this bt still showing in google index
-
Nithin K Varrier started the topic Hide Buddypress pages from google serch. in the forum Installing BuddyPress 9 years, 2 months ago
Hi,
I want to remove all buddypress pages like members, profile ], groups pages from google search index. Im using yoast plugin.please help
Thanks
-
Nithin K Varrier replied to the topic notification_callback not working in the forum Creating & Extending 9 years, 3 months ago
Sorry My mistake, Fixed 🙂
-
Nithin K Varrier started the topic notification_callback not working in the forum Creating & Extending 9 years, 3 months ago
Hi,
I’m trying to create custom notification in my plugin.
created this function in Class:
public function setup_globals( $args = array() ) {
global $bp;
$sr_notifications_test_slug = ‘sr_notifications_test’;
parent::setup_globals( array(
‘id’ => ‘sr_notifications_test’,
‘slug’ => $sr_notifications_test_slug,…[Read more] -
Nithin K Varrier replied to the topic in the forum Nithin K Varrier 9 years, 4 months ago
HI
I fixed this problem. Used below condition:
if(!xprofile_get_field_id_from_name('FieldName')){
xprofile_insert_field( $args);
} -
Nithin K Varrier replied to the topic in the forum Nithin K Varrier 9 years, 4 months ago
HI
I fix this problem. Used below condition:
if(!xprofile_get_field_id_from_name('FieldName')){
xprofile_insert_field( $args);
} -
Nithin K Varrier started the topic in the forum 9 years, 4 months ago
Hi,
Is it possible to create new profile field through code ( from my custom plugin). It should work like username, Once he/she set then you can’t change. Is it possible?
Thanks
-
Nithin K Varrier replied to the topic bp_verify_nonce_request() not working in the forum Installing BuddyPress 9 years, 5 months ago
Anyone facing same issue??? please help!
-
Nithin K Varrier replied to the topic bp_verify_nonce_request() not working in the forum Installing BuddyPress 9 years, 5 months ago
The same code working without any problem in my localhost and http server, problem only with https.
-
Nithin K Varrier replied to the topic bp_verify_nonce_request() not working in the forum Installing BuddyPress 9 years, 5 months ago
We have just finished up with a WP project with a BuddyPress module to it, and the site is in https status. As it is a unique offering, the client have strictly forbidden us from sharing the url as the launch is around the corner. ( which makes it all the more frustrating from our point of view).
The issue is, a Fresh User cannot login and…[Read more]
-
Nithin K Varrier replied to the topic bp_verify_nonce_request() not working in the forum Installing BuddyPress 9 years, 5 months ago
Yes I know that. But what is the solution. I don’t know the problem with https or not. But its working perfectly once I logged in.
-
Nithin K Varrier replied to the topic bp_verify_nonce_request() not working in the forum Installing BuddyPress 9 years, 5 months ago
actually I changed that line “} elseif ( isset( $_POST[‘signup_submit’] ) && bp_verify_nonce_request( ‘bp_new_signup’ ) ) {” to this “} elseif ( isset( $_POST[‘signup_submit’] ) || bp_verify_nonce_request( ‘bp_new_signup’ ) ) {“. Now its working and my site on https. I don’t know that is the problem.
Thanks Henry
-
Nithin K Varrier started the topic bp_verify_nonce_request() not working in the forum Installing BuddyPress 9 years, 5 months ago
bp_verify_nonce_request() function not working when a user registering first time. But its working at least one time he/she logged in. file bp_members_screens.php. line no: 100.
@nithin270
Active 5 years, 11 months ago