Forum Replies Created
-
Elaborate more, or this might be an issue with your server provider
Hello,
Can you put your url to check? This is unusual.
Thanks.
Yes Connected!
skype: itinnovator Name: Jigesh Raval
Thanks.Hello @stilld
Is there any kind of data showing of actual user on order page?
If not, than i need to check database fields of leanpress order table , there must be user id passed in the database.
Thanks.
Hello @stilld
I feel i can surely help you in this, can you please print your order screenshot here ?
I mean your order page admin screenshot and not codes.
Thanks.
Hello,
If you are able to give url , i can test and help you out in this.
Thanks
Hello @stilld
I am sorry, i didn’t read everything carefully. From your last comment what i can understand is
bp_displayed_user_id() – This function only work on any user profile.
bp_loggedin_user_id() – Logged in user id is global function can work anywhere.I hope you get this.
Thanks.
@afercia, hi what i understand is we need DATA from database , The link you suggested me has also written this, YOU CAN USE: $myrows = $wpdb->get_results( “SELECT id, name FROM mytable” );
same thing i did, and it works,
i also understand that wpdb::prepare(); requires two parameters but after applying two parameters notification is updating but BUBBLE isn’t appearing , so i needed to remove it.
Its working fine with my solution , do you mean removing wpdb::prepare(); would have security reason? i don’t think so, ultimately both the way we are fetching data from database.
Correct me if i am wrong. thanks.
@afercia, Hurray! finally i solved this,
here is the solution on my blog:
Hope this helps someone. thanks.
is there any update on this ? thanks.
@afercia , hello you found any solution ? i am talking with brajesh about it! may be he will give solution about it.
Thanks..
which version you were using? i had some problem with this plugin before one or two days but it is because of wp 3.6 Jquery version, i had to replicate it back to 3.5.2 , so this plugin don’t work with new jquery version.
yes this is something easily manageable but if it is continue sly giving error than create an account (test) for me, i will enter and will check.
Thanks, looking forward to account details.
strange can you tell me what is the full url of your profile page?
i agree with mercime, we can’t help you if you can’t have your site online.
Great! its my pleasure sir!. 🙂
No your permalinks structure is not updated , please choose POST NAME as your permalinks structure and than update.
Please go to settings –> permalinks & update permalinks structure again and than give a try will work 100% , thanks.
Please send me your site URL in message, thanks.
where do you want your links to be appear for registration ? i can see your registration slug is this
http://logicsforyou.com/welcome-you/ , let me know more.
you need to fix it with no conflict jquery condition, if you don’t know it, than give me access to your site, i will do that. thanks.
give me username and password to enter into site, i will look at it.
alright, please give me your site name in personal message, i will try to fix it. thanks.
I think i got the solution put
define( ‘BP_ENABLE_MULTIBLOG’, true ); somewhere before
/* That’s all, stop editing! Happy blogging. */my configuration is something like this
define(‘WP_ALLOW_MULTISITE’, true);
define( ‘BP_ENABLE_MULTIBLOG’, true );
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, true);
$base = ‘/’;
define(‘DOMAIN_CURRENT_SITE’, ‘freshintend.com’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);i was facing same issue but after putting that line , it works fine now, please confirm me if it help. regards.