Last seen: 18 Apr 2026 21H14
Big News First, I have made some progress on the bot: You can now create questions and reply to them A new command "/reference" let you display...
Of course no problem, I'll make it and post the link when it's done (probably next week)
Sorry, I meant fixed as in it should be the same for every user at a given time, shouldn't it ? (sorry for my misleading reply)
Hello, I don't think the goal of WBS is to be dynamic. It's more of a fixed reference to easily identify a given element. Making it change according ...
Oh and I just found a bug, the line after "//Come back to class selection" should be $state = 0; instead of $state = 100; (Hence the usefulness ...
Would it be easier if I created a github repo, so you don't have to do this every time I've made modifications ?
Update: I added the possibility to create tickets directly from Telegram and to view information about tickets and activities (can easily be extended...
Nevermind, I got it working by copying what the API does. Thx for replying
but wouldn't it be possible to create a new session as if it was my first visit on the page ? And I could save the PHP_SESSID to reuse the same sessio...
A bit more precision, The script is in tool/ but is called via a POST request from nodered so it doesn't have direct access to the classes and functi...
Hello again, quick update I've nearly finished implementing another feature to the bot. You are now able to create tickets via Telegram. You can defi...
Sure, Here is the modified SqlElement.php and the new TelegramTemplate.php. Main modifications of SqlElement (from the last I posted) are on lines...
Hello again, I also added the possibility to create templates for the messages. It works exactly the same as email templates. I added a page and copi...
As usual, I've found the answer and it was particularly dumb. I didn't change the habilitations for the menu...
Small correction, the line (in SqlElement.php) $res = $resource->getSqlElementsFromCriteria ( array("idTelegram"=>str_replace("@tg@", "", $adr)...
Thank you very much ! Of course parametering would be a necessity if it were to become a full feature. I went for the easy way by hard-coding the m...
Ok I've managed to do it. My problem was that I had the field set as "_spe_minus" instead of "_button_minus"