Code Monkey home page Code Monkey logo

Comments (4)

mbrodala avatar mbrodala commented on June 28, 2024

It seems like this only happens because the Page TSconfig defining these custom linkhandlers is not loaded on the root page (pid=0), it works fine when selecting an arbitrary regular page. (Doing this will automatically apply the default page filter however, see #55).

tl;dr: Adding the Page TSconfig via ExtensionManagementUtility::addPageTSConfig() in ext_tables.php makes it available globally, custom record link tabs are working this way.

from my_redirects.

bmoex avatar bmoex commented on June 28, 2024

Hi @mbrodala,

I currently have a branch open for my refactoring to rootline(domain) pages, for a different approach. (to have an option for restricting redirects per domain/rootline).

If you're curious about the refactoring; see https://github.com/koninklijke-collective/my_redirects/tree/feature/refactor-domain-tree

I'm hoping to fully test this is the coming weeks (will finally have some free time next week).

Thanks for your input though!

from my_redirects.

djangones avatar djangones commented on June 28, 2024

Has this issue really been fixed? I don't see any custom record link tabs when opening the link_wizard popup from my_redirects target field although in the RTE the tabs are displayed without any problems...

My current setup:
Typo3 8.7.19
my_redirects: 3.4.1

from my_redirects.

Geddo avatar Geddo commented on June 28, 2024

tl;dr: Adding the Page TSconfig via ExtensionManagementUtility::addPageTSConfig() in ext_tables.php makes it available globally, custom record link tabs are working this way.

true the tabs are working then, but the link rendering doesnt work in my case since I defined them in config.recordLinks like this:

`
tx_news {

    forceLink = 1  
    typolink {  
        parameter = 53  
        additionalParams.data = field:uid  
        additionalParams.wrap = &tx_news_pi1[controller]=News&tx_news_pi1[action]=detail&tx_news_pi1[news]=|  
        useCacheHash = 1  
        ATagParams.data = parameters:allParams  
        target.data = parameters:target  
        title.data = parameters:title  
    }  
}

`

Any hint? :-)

from my_redirects.

Related Issues (20)

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.