unfortunately no because I use it on a module in development ...
But you just have to copy the code in a file and include it in a function to use it .... but include also the XOOPS_ROOT_PATH.'/class/xoopsformloader.php' file ...
I just test to add more than one button but that doesn't work for the moment ... a subtil error must exit ... ... but that disactived also the first button ...
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in ...moduleswsprojectclassfunctions.php on line 215
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in ...moduleswsprojectclassfunctions.php on line 232
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in ...moduleswsprojectclassfunctions.php on line 259
What can I do exactly to correct this on Xoop 2.5.0.1 ?