Code Monkey home page Code Monkey logo

t3tags's People

Contributors

ichhabrecht avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

t3tags's Issues

Tags cannot be created directly in records

Hi,
Just installed t3tags on a new TYPO3 9.5.7 instance, and configured the TCA override like this

/** @var TagRegistry $tagRegistry */
$tagRegistry = GeneralUtility::makeInstance(TagRegistry::class);

$tagRegistry->makeTaggable(
    $tableName,
    'tags',
    [
        'label' => 'Tags',
        'position' => 'after:description',
        'fieldConfiguration' => [
        ],
    ],
    true
);

Really minimal configuration.

In the README.md file, I read "New tags can be added on the fly and are created only when the record is saved", but I don't see where to create them... In the backend, I see the the field, but I cannot create new tags directly in the record form.
Here is what I see
I must create the tags first and then select them in the record ?

Add documentation to create tag field in table

Hi and thx for that great extension! I'm using it with sys_file_metadata and it works great so far!

I understand that it is necessary to create the tag fields in the rescpective tables manually (per ext_tables.sql) and I missed it in the documentation. Is that right?

Reference Index: Unknown column 'my_pagetags' in 'field list'

I created a new field "my_tags" in the table pages, registered the new field in Overrides/Pages.php as described.
But running the Typo3 Reference Index-Update i got SQL-Errors (Typo3 8.7.31):

In AbstractMySQLDriver.php line 71:
Unknown column 'my_pagetags' in 'field list'

In MysqliStatement.php line 94:
Unknown column 'my_pagetags' in 'field list'

Everything works, the field exists in the database, only updating the ReferenceIndex fails.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.