ganarukanaru
Forum Replies Created
-
This code can not display only social networks.
Can other code exclude anything other than social networks?
I want to increase the display speed
Can I delay and load javascript on the front end?
Forum: Plugins
In reply to: [User Login History] ip addoress change flagEven in the premium version?
Thank you.
It will be helpful if you write examples of various patterns in the FAQ.Let’s substitute it with another plug-in.
Thank you. I hope to be added in future updates
Forum: Plugins
In reply to: [User Login History] buddypress member profile page include user history.you can fetch the data from the table “wp_fa_user_logins” and show wherever you want. Hope this helps.
Please tell me only one example.
Forum: Plugins
In reply to: [User Login History] Translation of acquired dataWas self resolved. Thank you.
Forum: Plugins
In reply to: [User Login History] Translation of acquired dataI use the Loco translation plug-in, but the output data has no translation.
function change_any_texts($text){ if (current_user_can('administrator')) { $replace = array(
I’m avoiding it this way.
Translation of country names etc.
Forum: Plugins
In reply to: [User Login History] buddypress member profile page include user history.wp_fa_user_logins data
It is a code to call this individual data from the user ID in the profile page.
$member_id = bp_displayed_user_id(); $x = ( get_user_meta( $member_id, 'staff', true ) == '' ) ? "Staff" : get_user_meta( $member_id, 'staff', true ); echo '<div class="staff-label">'; echo $x; echo '</div>';
I want to output from the table of this plug-in wp_fa_user_logins, not the data of the usermeta table.
Forum: Plugins
In reply to: [User Login History] buddypress member profile page include user history.Thank you for your reply.
Where is the short code listed?
https://try.wefoster.co/buddypress-demo/members/cecelia/
I want to get the user ID displayed on this profile page and know the code written in PHP on this page.Not a logged in user。
I love your plug-ins, so please let me know.
Forum: Plugins
In reply to: [User Login History] buddypress member profile page include user history.wp_fa_user_logins
user_id
time_login
time_logout
ip_address
browser
operating_system
countory_name
countory_code
login_statusI want to output to user profile page
Thank you for your answer. I will refer to it.
in this way.
Is it possible to output short-code data from Google Analytics for one user?