Hello!
First of all I want to say thank you to Seblod. You are the best extension I've ever found for joomla.
Now to my question: I have to create an URL / IP list for gameservers for a client, so I created a form including the field for the IP (textfield), as example let's say the user wants to add examplegame.com . Every gameserver has an icon in the game, but I there's an API which can load those icons with PHP, so I can access it.
It works like this www.blablaexample.com/icon/?server=examplegame.com
This URL returns only an image, with HTML I can access it with <img src="/www.blablaexample.com/icon/?server=examplegame.com">
What I want to do is almost the same like in this topic (but it's already 2 years old...)
I want to use the data in the field "IP" and generate an html code: <img src="/www.blablaexample.com/icon/?server=DATA_FROM_IP_FIELD"> and insert this picture in front of an article (the article is the detail page for the gameserver).
Hopefully you have an idea how to do this, because I've never done something like this before (some people really have exotic wishes...)
:)
Thanks a lot in advance for every answer!
Kevin