Expand my Community achievements bar.

SOLVED

s.tl() and doPlugins

Avatar

Level 2

Hello,

 

I'm wondering if it is possible to use the doPlugins function when we send Custom Links with the s.tl() function.

 

Currently it seem to only work with the s.t() function, is there a configuration to change or another function to use ?

 

Kind regards,

Julien Chevalier

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Dear julienc30593385,

 

Tricky question. Is there any stopper for it? Don't think so.

s.t() or s.tl() both can use Variables configured or set using Plugins. If you add Plugins to your Base Code, you can use it either on s.t() or s.tl() because you wont be using the plugin directly rather the variables set using the plugins.

 

Thank You!

Arun

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Dear julienc30593385,

 

Tricky question. Is there any stopper for it? Don't think so.

s.t() or s.tl() both can use Variables configured or set using Plugins. If you add Plugins to your Base Code, you can use it either on s.t() or s.tl() because you wont be using the plugin directly rather the variables set using the plugins.

 

Thank You!

Arun

Avatar

Level 2
Thanks, I will double check because I had the impression the doPlugins was not working fine with s.tl(), maybe I missed something