[quote]Notice in the first image the name is not showing properly because it doesn't find the path. [/quote] The keys in the language files do not match your new app after you copied it. You need to go to your module and fix the keys in language files. Or add labels directly to nodes where you need labels but you would not be able to localise those). Read more at [url]https://documentation.magnolia-cms.com/display/DOCS/Internationalization+basics[/url] ("new i18n" is what you are interested in).
[quote]The other subapp has their own [mgnl] to store the nodes. I'd like to know how to do that, I need to get [mgnl]. [/quote] I presume you mean node types. Those are defined in node type descriptor file that is used to register them in repository upon installation of the module. More info can be found for example in "My first app" tutorial [url]https://documentation.magnolia-cms.com/display/DOCS/My+first+content+app#Myfirstcontentapp-Modulecontents[/url] [quote]The actions are shadowed and couldn't use them...[/quote] Because action availability doesn't match the node types or some other configuration you are using. Again caused by the fact that you copied the app and reconfigured something. You can find more again in above mentioned tutorial [url]https://documentation.magnolia-cms.com/display/DOCS/My+first+content+app#Myfirstcontentapp-Actions[/url] In general I find it bad idea to copy app and try to make it work differently. You spend more time hunting "weird" issues you don't understand than you would if you wrote it from scratch following the tutorial. BTW didn't you ask something similar recently on stackoverflow? HTH, Jan -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=5b5959fe-0676-47fb-8989-f065e5d925e4 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------