Re: [RADIATOR] [RFC] configurable hooks

2013-02-01 Thread Hugh Irvine
Hello Alex - The way to do this with GlobalVar's is to use different Identifiers in the Handlers thus: ….. DefineFormattedGlobalVar Handler1-param1 whatever DefineFormattedGlobalVar Handler1-param2 whatever-else DefineFormattedGlobalVar Handler2-param1 something DefineFormattedGlobalV

Re: [RADIATOR] [RFC] configurable hooks

2013-02-01 Thread Alexander Hartmaier
On 2013-02-01 10:08, Hugh Irvine wrote: > Hello Alex - > > The way to do this with GlobalVar's is to use different Identifiers in the > Handlers thus: > > ….. > > DefineFormattedGlobalVar Handler1-param1 whatever > > DefineFormattedGlobalVar Handler1-param2 whatever-else > > DefineFormattedGlo

Re: [RADIATOR] Radmin - still active?

2013-02-01 Thread Heikki Vatiainen
On 02/01/2013 08:44 AM, Michael Bellears wrote: > We have been running Radiator/RAdmin for many years – I have a question, > but the RAdmin list appears to be inactive (last post in 2011?) The list exists, but I guess the RAdmin discussion mostly happens on Radiator list. It's usually related to

Re: [RADIATOR] [RFC] configurable hooks

2013-02-01 Thread Heikki Vatiainen
On 02/01/2013 09:45 AM, Alexander Hartmaier wrote: > Could you add that example to hooks.txt in the goodies dir? Good to hear it works! I'll check about hooks.txt. With a .pm file you can put also have different hooks in it, reducing the number of individual hook files, and split the code into s