ernestdefoe It looks like you haven't installed the telegram extension.
Telegram Login & Notification
Nodeloc I have I just don’t want to enable it until the issue is resolved. I’ll enable it real quick. The url to my site is in the info above.
ernestdefoe Which version are your installed? The extension's version.
I think it's not the latest version. Plz upgrade and try it again.
- Edited
Nodeloc it’s version 0.3
ernestdefoe Have you config the bot name and bot token correctly.
Nodeloc as far as I know of. It’s linked to my domain and if I change anything in the settings it doesn’t show the button correctly.
Nodeloc I just revoked the old token and created a new one and it finally logged me in so maybe it’s working finally.
ernestdefoe Okay. The button creates by your bot name but not bot token. So, I doubt that if your config is correct.
And you still need to install this extension https://extiverse.com/extension/clarkwinkelmann/flarum-ext-auth-popup-failsafe to solve the jump problem.
Hi, Nodeloc, is it possible to use this extension with Flarum v1.8.1?
Hi, it won't install, it says the package is missing. I have thousands of users who want to register via Telegram, but the plugin is not installed
Can you tell me if there is a way to make a login via Telegram?
I've resubmit it on packagist.org.
- Edited
Just so that you all know for the future, it's quite easy to install an extension via GitHub if there's no package available. I do this routinely for extensions I'm forced to patch myself for PianoTell.
For example:
composer config repositories.nodeloc-telegram vcs https://github.com/nodeloc/telegram
composer require nodeloc/telegram:"dev-main"
I've not tested the above lines, but I hope you get the idea.
You can also edit composer.json manually and do a composer update.