Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount! Get 20% off now with code SPOOKY-2024!

CB Field for the last IP

  • lynnapp
  • lynnapp
  • OFFLINE
  • Posts: 40
  • Thanks: 3
  • Karma: 0
  • Add-ons
11 years 9 months ago #219799 by lynnapp
CB Field for the last IP was created by lynnapp
I want to make a CB Field for the last IP address used. How would I get the IP address to populate a CB field so when the Last visited date is populated it would update the Last IP used.

Any help would be apprciated



I have
CB Subs 3.0.0
CB 1.9
Joomla 2.5.8

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48454
  • Thanks: 8280
  • Karma: 1443
11 years 9 months ago #219801 by krileon
Replied by krileon on topic CB Field for the last IP
Last IP used when? You can grab the IP address at time of registration with [registeripaddr] substitution. Aside from that you'll need to develop a new fieldtype plugin to do this via PHP or try and use CB Auto Actions in a code action to populate a field with their IP using PHP.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • lynnapp
  • lynnapp
  • OFFLINE
  • Posts: 40
  • Thanks: 3
  • Karma: 0
  • Add-ons
11 years 9 months ago #219803 by lynnapp
Replied by lynnapp on topic CB Field for the last IP
Okay Thanks for the quick reply, I thought it would be something like that.

FYI The IP I want is when they log in and replaced the next time they log in.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48454
  • Thanks: 8280
  • Karma: 1443
11 years 9 months ago #219805 by krileon
Replied by krileon on topic CB Field for the last IP
I see, you'll need PHP for that. You can try in a Code action using CB Auto Actions with the after registration trigger. You'd need to create a $user object using [user_id] then add the IP address you retrieved then run store on the user object. You can review how to establish a $user object below.

www.allmysocials.com/directory/tutorials/item/232-establishing-user-object


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum