backdrop-contrib / flag

Flag module for Backdrop CMS
0 stars 11 forks source link

Tokens not working? Dependency on token module? #18

Closed stpaultim closed 2 years ago

stpaultim commented 4 years ago

I'm creating a flag and in the Token Replacement field, I'm getting a message that says that I don't have the token module enabled.

According to BackdropCMS, the Token module is now included in core and I no longer have the ability to enable it. https://backdropcms.org/project/token

Also - I tried to add a token and it didn't work.

We should probably either resolve this issue or hide/disable this field until it's working.

Flags___Backdrop_CMS_Live

(https://github.com/backdrop-contrib/flag/issues/12 - I understand that there is no active maintainer for this module right now, but I may be creating a few issues as I make use of the module. Not sure I have the skill to maintain it myself, but would be willing to help if someone else steps forward.)

laryn commented 4 years ago

In modules I've ported I've had to remove logic checking whether token was installed and just assume it was.

herbdool commented 2 years ago

I've removed check for token module so hopefully the tokens are visible. Can someone check?