Forum Replies Created
-
Author
-
bhavyaParticipant
Thanks for the link Sharmstr. I was able to resolve it using isotope insert method.
bhavyaParticipantThanks sharmstr.
Are there any workarounds for this? I tried position: relative for the articles but then they are not responsive.The jquery errors are unrelated. I have fixed them but still the same problem.
Attachments:
You must be logged in to view attached files.bhavyaParticipantMy MS Outlook was not the default program for mailto protocol. Fixed now.
Thanks for tip!bhavyaParticipanthmmm..Inside my function am actually using bp_displayed_user_id in some places to perform certain checks as to display the follow button or not & the same function is called from different places.
Anyway, I will just work around that.
Thanks for your help! 🙂bhavyaParticipantBut I am able to use bp_displayed_user_id inside post-content-small.php which basically lists all the posts. That is why I am wondering if I am missing something while displaying the individual posts?
Can I somehow extend buddypress profile to use in content.php?
Thanks!PS: If i use the author meta i will have to make a lot of changes in my existing function so keeping it as a last resort.
bhavyaParticipantYes I have declared global $bp.
Basically, I want to display buddypress follow button in the author meta.
So I need both displayed user id & logged in user. And i want bp_displayed_user_id to be set correctly at this stage (to enable follow button) but it is not.
I am able to use bp_loggedin_user_id to get the logged in user.bhavyaParticipantSeems like it was a problem with permissions on the temp folder.
Marking this as resolved.bhavyaParticipant@sharmstr Thanks! I was stuck at the same thing 🙂
By the way.. is there a workaround for this (Trigger the side menu on clicking the user avatar).bhavyaParticipantThanks!
I have now created a kleo_register_user_ajax() in functions.php.
But I could not find the action/function to create the new user in the DB. Should I be calling
bp_core_signup_user() directly from the kleo_register_user_ajax() to write to the DB & send the verification email ? -
AuthorPosts