What variables can I use in the popup URL field in the GUI Preferences?
I couldn't find any documentation about that feature, only about the global "checkdir.php" approach.
E.g. "http://www.google.com/search?q=$clidnum" does not work for me.
What variables can I use in the popup URL field in the GUI Preferences?
I couldn't find any documentation about that feature, only about the global "checkdir.php" approach.
E.g. "http://www.google.com/search?q=$clidnum" does not work for me.
You can use variables like #{CLIDNUM}, #{CLIDNAME}, #{UNIQUEID}, etc. Example: http://www.google.com/search?q=#{CLIDNAME}
Thanks, works fine now.
May be a good idea to document that somewhere …