Option text in templates

Matthew Hawley

Well-known member
So I'm creating an addon.

gametrackerviewer.webp

This is part of the code in the template:

Code:
<a href="http://www.gametracker.com/server_info/{$option.gameTrackerViewerIPAddress1}" target="_blank"><img src="http://cache.www.gametracker.com/server_info/{$option.gameTrackerViewerIPAddress1}/b_160_400_1_ffffff_c5c5c5_ffffff_000000_0_1_0.png" border="0" width="{$option.gameTrackerViewerWidth}" height="{$option.gameTrackerViewerHeight}" alt="" /></a>

So {$option.gameTrackerViewerIPAddress1} is where the ip address in the image above would be. I'm not sure if this is the correct format, if it isn't please tell me, because I can't get it to work.

EDIT: nvm got it to work.
 
Last edited:
Top Bottom