[magnolia-user] Re: 404 Error in Preview

2014-04-11 Thread Marvin Kerkhoff (via Magnolia Forums)
In my case the problem was that i had Desktop exluded in all my pages. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=311bdaf0-79c0-461d-8889-fbccb8061213 For list details, see

[magnolia-user] Re: Make SelectField values dependent of selection of another SelectField

2017-07-12 Thread Marvin Kerkhoff (via Magnolia Forums)
Hi, you don't need to code for this. Just by configuration it's possible to add switchable fields. See here https://documentation.magnolia-cms.com/display/DOCS/Switchable+field -- Context is everything:

[magnolia-user] After switching to MagnoliaProWidgetSet Nullpointer

2017-08-09 Thread Marvin Kerkhoff (via Magnolia Forums)
After i switched my magnolia.properties to magnolia.ui.vaadin.widgetset=info.magnolia.widgetset.MagnoliaProWidgetSet I get a NullPointerException after login. Anyone an idea what to do? [code]SCHWERWIEGEND: Servlet.service() for servlet [default] in context with path

[magnolia-user] Re: Magnolia 5.5.6 - Admincentral doesnt open

2017-09-08 Thread Marvin Kerkhoff (via Magnolia Forums)
Hi auswinkumar0, can you try switching to non ProWidgetset. Then please check if you have a different /modules/cache/config/compression/voters/contentType/allowed configuration then on the demo.magnolia-cms.com instance. If yes it might has to do with this. In our case we had a property with

[magnolia-user] Re: Magnolia Import and Export using Groovy

2017-10-10 Thread Marvin Kerkhoff (via Magnolia Forums)
Hi, you might be interested in https://wiki.magnolia-cms.com/display/WIKI/Backup+and+Restore+JSP+Scripts This could be triggered outside of magnolia context. You can then perform scheduling through system cronjobs. -- Context is everything:

[magnolia-user] Re: Site module prototype templates fail to render

2017-11-22 Thread Marvin Kerkhoff (via Magnolia Forums)
Hi Stef, For Enterprise usage search inside the config of the multisite module if there is still a prototype defined and you have defined the prototype id. For Community usage search inside the config of the site module. This could either be a problem in enterprise if the site module is not

[magnolia-user] Re: Clustered storage

2017-11-22 Thread Marvin Kerkhoff (via Magnolia Forums)
Hi Vyacheslav, i guess these questions are more a part of jackrabbit configuration. Please also have a look at https://wiki.apache.org/jackrabbit/Clustering -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=8c3ccf28-8eba-4028-b156-cebbebe71d6b

[magnolia-user] Re: Different Domain mapping to single site root

2017-11-22 Thread Marvin Kerkhoff (via Magnolia Forums)
Hi, i would use one site definition for both domains. For the Themeing i would use a custom page model which i recommend for every project. [code]public class DefaultPageModel extends RenderingModelImpl { private static Logger log = LoggerFactory.getLogger(DefaultPageModel.class);

[magnolia-user] Re: How to add a custom column in Tasks section on Pulse in Magnolia

2017-11-14 Thread Marvin Kerkhoff (via Magnolia Forums)
To address the class you need to change the property value from the existing class to your new one. If you want to have this config change in your git repo you just need to bootstrap the node or add a task in your moduleversionhandler. You don't need to add ne nodes or folders to add your

[magnolia-user] Re: How to add a custom column in Tasks section on Pulse in Magnolia

2017-11-14 Thread Marvin Kerkhoff (via Magnolia Forums)
Hi Francisco, there is no config for TasksListViewImpl as i mentioned you need to extend the presenter first and inject your TasksListViewImpl class in the extended presenter class. If you have problems with moduleversionhandlers no problem you can also use bootstrapping

[magnolia-user] Re: How to add a custom column in Tasks section on Pulse in Magnolia

2017-11-14 Thread Marvin Kerkhoff (via Magnolia Forums)
First of all some small questions: 1. Do you use a Maven Setup / Java Setup to change Class files or are you using light modules only? 2. Probably you can explain a bit more about your problem. We understand that you want to add a column but it would also good to know what will be displayed

[magnolia-user] Re: Getting to work Hello Magnolia example on VPS (Centos7)

2017-11-14 Thread Marvin Kerkhoff (via Magnolia Forums)
Your idea is possible and shouldn't be an issue from magnolia. More of Tomcat, Apache or OS First of all some simple questions: 1. Which OS are you using at the VM? 2. Is there a firewall which protects the instance for Port 8080? 3. Are you able to use an Apache server to proxy the Port 80 to

[magnolia-user] Re: How to add a custom column in Tasks section on Pulse in Magnolia

2017-11-14 Thread Marvin Kerkhoff (via Magnolia Forums)
Hi Fancisco, no worry, everyone is starting with something new and does not know everything. You can't extend this class because it's final that's true. I am not sure why it's final but the probaby easiest way is to copy the whole class and make a new one which extends extends

[magnolia-user] Re: How to add a custom column in Tasks section on Pulse in Magnolia

2017-11-14 Thread Marvin Kerkhoff (via Magnolia Forums)
Hi Francisco, why TaskDetailPresenter? i had referenced to info.magnolia.ui.admincentral.shellapp.pulse.task.TasksListPresenter in my previous posts. You can use Bootstrapp since 4.x i guess. -- Context is everything:

[magnolia-user] Re: Connecting with database

2017-11-06 Thread Marvin Kerkhoff (via Magnolia Forums)
Hi Tumpa, probably the easiest way is to use the module i developed for such cases. Is has also an excel export feature https://wiki.magnolia-cms.com/display/WIKI/Form2DB+App If you don't use a Maven Setup, you need to download the packages by hand. It's a bit tricky to get all dependencies,

[magnolia-user] Re: Text & Thumbnail Image configuration for pages to be shared on social media?

2017-11-07 Thread Marvin Kerkhoff (via Magnolia Forums)
I don't know if you are an author or developer but if you are a developer: It's a matter of maintaining data. If you want to specify an image and text on your own per page, you need to add a new dialog field to your page properties. After that you need to add the content of this fields into

[magnolia-user] Re: How to reuse Content in different pages of website?

2017-11-07 Thread Marvin Kerkhoff (via Magnolia Forums)
I recommend the new live copy feature. It's what you realy looking for. Another option would be to develop some kind of reuse page. But there are some tricks on it. There is an old but not outdated documentation from 5.3 which is probably helpful:

[magnolia-user] Re: How to reuse Content in different pages of website?

2017-11-07 Thread Marvin Kerkhoff (via Magnolia Forums)
Hi Tumpa, first of all. The live copy feature is not made for community edition. It has a clear dependency to multisite which is a enterprise module. But now i probably understand more of your issues. Is it planned to reuse some content in the same page tree? Then live copy would be not the