[magnolia-user] Re: [announce] Mailing list and forum migration

2017-12-19 Thread Pete Ryland (via Magnolia Forums)
Hi all, The forum/mailing list migration is complete and the old forum and mailing lists will be shut down after this message. Please subscribe to the new lists at the following locations: https://groups.google.com/a/magnolia-cms.com/forum/#!forum/announce-list https://groups.google.com/a/magno

[magnolia-user] Re: Mailing list and forum migration

2017-12-19 Thread Pete Ryland (via Magnolia Forums)
Hi all, The forum/mailing list migration is complete and the old forum and mailing lists will be shut down after this message. Please subscribe to the new lists at the following locations: https://groups.google.com/a/magnolia-cms.com/forum/#!forum/announce-list https://groups.google.com/a/magno

[magnolia-user] Re: OT - SEO tools: which api?

2017-12-14 Thread Mendes_32 Mendes_32 (via Magnolia Forums)
It is truly very interesting share. I also have been looking for the best [url=http://visiblefactors.com/facebook-ads-management-services/]facebook ads services[/url] for my blog’s promotion. The blog is not getting good amount of targeted traffic so just decided to give a try to the FB ads. If

[magnolia-user] Re: Gettintg the URL of an image from a dialog

2017-12-13 Thread Francisco de Borja Segovia (via Magnolia Forums)
At the end i found out that there was no direct way of getting an absolute URL from the image soy had to create the url myself form the uuid that i got with: [code][/code] And using it to get the relative url of the image with: [code][/code] and then getting the first part or the absolute URL

[magnolia-user] How to use two different java models with one FTL file?

2017-12-13 Thread Sergio Salvatore (via Magnolia Forums)
I have 1 FTL/View file and I want to use methods from two different model. Is there a way I can add the same in the yaml file? -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=8bb5c6b9-b96a-44f0-bb29-5d5f88f36fcb --

[magnolia-user] Custom AppLauncherLayoutManager

2017-12-13 Thread Neil Dixon (via Magnolia Forums)
I have a custom AppLauncherLayout: MyAppLauncherLayoutManagerImpl extends AppLauncherLayoutManagerImpl How do I register MyAppLauncherLayoutManagerImpl as the component to be used? -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=9e06fece-7e69-49f3-8fc4-4bef1d4

[magnolia-user] [announce] Mailing list and forum migration

2017-12-13 Thread Pete Ryland (via Magnolia Forums)
What: Migration of Magnolia forum and mailing lists to Google Groups When: Monday 18 December 2017 Note: Messages will be migrated, but users will not be automatically migrated. Hi everyone, The forum and mailing lists are fundamental parts the Magnolia community.  Your questions and answers help

[magnolia-user] Mailing list and forum migration

2017-12-13 Thread Pete Ryland (via Magnolia Forums)
What: Migration of Magnolia forum and mailing lists to Google Groups When: Monday 18 December 2017 Note: Messages will be migrated, but users will not be automatically migrated. Hi everyone, The forum and mailing lists are fundamental parts the Magnolia community.  Your questions and answers help

[magnolia-user] Re: NullPointer when upgrading to 5.5.4

2017-12-12 Thread Aiping Zhang (via Magnolia Forums)
Update - I upgraded from CE 5.4.9 to 5.5.4 successfully by adding the dependency magnolia-core-compatibility. Thanks! -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=215d4e7f-21b4-483c-ba5d-c81dc1331315 ---

[magnolia-user] Re: NullPointer when upgrading to 5.5.4

2017-12-12 Thread Aiping Zhang (via Magnolia Forums)
Hi Milan, I got the same exception when I'm upgrading my project from CE 5.4.9 to 5.5.1. We're using the admininterface-legacy in our project, but it seems magnolia-core-compatibility module starts from version 5.5.4. So I'm wondering what is causing the error. The database we are using is alwa

[magnolia-user] Re: Gettintg the URL of an image from a dialog

2017-12-05 Thread Francisco de Borja Segovia (via Magnolia Forums)
I have revised the lib imports in my jsp and i think that they are correct: [code]http://java.sun.com/JSP/Page"; xmlns:c="http://java.sun.com/jsp/jstl/core"; xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"; xmlns:cms="http://magnolia-cms.com/taglib/templating-components/cms";

[magnolia-user] Gettintg the URL of an image from a dialog

2017-12-05 Thread Francisco de Borja Segovia (via Magnolia Forums)
Hello, recently i have been tasked to create a dialog to create the meta data of a Twitter Card type summary, i have created the dialog and worked all the data into the meta datas os a JSP but i have encountered a problem with the image. I have to get the URL of the image in order to finish the

[magnolia-user] Re: Getting list of available sites in FTL

2017-12-04 Thread shridutt kothari (via Magnolia Forums)
Found a workaround: [code][#assign siteParameters = cmsfn.contentByPath("/modules/multisite/config/sites/${currentSiteName}/parameters", "config")!'' /] [#assign sitesNode = cmsfn.nodeByPath("/modules/multisite/config/sites/", "config")]

[magnolia-user] Getting list of available sites in FTL

2017-12-04 Thread shridutt kothari (via Magnolia Forums)
How can i get list of available sites in FTL. In Java there is option to get list of sites using DefaultSiteManager.getSites() but i am not able to find same for FTL. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=c7cb88fd-18e5-45d1-b115-d8b17834e23d -

[magnolia-user] Re: Scripting installer page

2017-11-30 Thread Arjen Schipmolder (via Magnolia Forums)
Ah thanks again Chris. I had been looking at the /modules/license node which doesn't contain any useful info, whereas /modules/enterprise does. Thanks Arjen -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=97362ff9-2b69-4163-8e0f-55589d7e72d7 ---

[magnolia-user] Re: Scripting installer page

2017-11-30 Thread Christian Menzel (via Magnolia Forums)
I would expect that you can just bootstrap the corresponding node (/modules/enterprise/license). Chris -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=97362ff9-2b69-4163-8e0f-55589d7e72d7 For

[magnolia-user] Re: Scripting installer page

2017-11-30 Thread Arjen Schipmolder (via Magnolia Forums)
Oh, you wouldn't happen to know how to auto populate the license key as well, would you? Arjen -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=97362ff9-2b69-4163-8e0f-55589d7e72d7 For list det

[magnolia-user] Re: Scripting installer page

2017-11-30 Thread Arjen Schipmolder (via Magnolia Forums)
Ah, thanks Chris, that's great. I did not realise that option existed. Arjen -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=97362ff9-2b69-4163-8e0f-55589d7e72d7 For list details, see http://ww

[magnolia-user] Re: Scripting installer page

2017-11-30 Thread Christian Menzel (via Magnolia Forums)
Hi Arjen, just set magnolia.update.auto to true in your magnolia.properties file. Regards Chris # Set it to true if bootstrapping/update should be performed automatically magnolia.update.auto=true -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=97362ff9-2b69

[magnolia-user] Scripting installer page

2017-11-30 Thread Arjen Schipmolder (via Magnolia Forums)
Hi, I'm working on a Continuous Delivery setup where we'd ideally like to test with a clean project and then install a given set of test/demo data, but when we first start the clean project Magnolia stops in the installer page (.magnolia/installer) for all module initialising and waiting for hum

[magnolia-user] meaning of "Node2BeanTransformerImpl: Will use deprecated add method [addLocale]" ?

2017-11-29 Thread Marc Johnen (via Magnolia Forums)
I get a lot of warings during startup: WARN gnolia.jcr.node2bean.impl.Node2BeanTransformerImpl: Will use deprecated add method [addLocale] to populate [locales] in bean class [info.magnolia.cms.i18n.DefaultI18nContentSupport]. It's logged in info.magnolia.jcr.node2bean.impl.Node2BeanTransform

[magnolia-user] Create page with having a component using REST api

2017-11-28 Thread kiran kumar (via Magnolia Forums)
i have a page with name as generalInfo, which has a field title. this uses in a component with name general information which has fields like name, address and age. how do i create this page which uses a component. = Her is my code = curl https:/

[magnolia-user] Spanish translation in the Message inbox

2017-11-23 Thread Francisco de Borja Segovia (via Magnolia Forums)
Hello, i and currently working at Magnolia 5.4.14 and i have noticed that after rejecting a publication of a page through pulse the message that appears doesnt seems to be translated to any languaje and instead appears in the fallback laguanje (english). I dig a little bit in the code and altho

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

2017-11-23 Thread Francisco de Borja Segovia (via Magnolia Forums)
Thank you Florian, I created a new module with the classes that you said, but in the end i had to add a few more to make it work. Then i changed the reference for the TaskListPresenter to mine and it works, unfortunately i has far more classes than i should be reasonable. Classes changed: - Ta

[magnolia-user] Archetype build plugin changes - Magnolia 5.6

2017-11-23 Thread Arjen Schipmolder (via Magnolia Forums)
Hi, I've just started a fresh maven project based on Magnolia 5.6 archetype (parent pom with webapp) when I noticed building the project doesn't actually copy the jars of the sub modules into the lib folder of the web app, nor does it copy any of the dependencies. Having done a bit of research

[magnolia-user] Re: Magnolia Apps custom style

2017-11-22 Thread Stefan Kuhr (via Magnolia Forums)
Hi, is this approach still valid? With Magnolia 5.5.5 my custom stylesheet is not injected in the header any longer. It worked with Magnolia 5.3 if I remember correctly. Thanks Stefan -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=4d78fdd4-ad02-4b55-b1f2-ef

[magnolia-user] Multivalue Maximum Fields

2017-11-22 Thread Matt Mills (via Magnolia Forums)
I have a multivalue field and I'd like to be able to limit the number of fields that the user can add within that multivalue field to 4. Is there a dialog definition parameter I can use for that? Or do I need to create something like a custom validator? Any advice would be appreciated. -- Con

[magnolia-user] Re: Clustered storage

2017-11-22 Thread Vyacheslav Maksimov (via Magnolia Forums)
The description of fault tolerance is not described there. I'm more interested in how the synchronization based on the journal should work. When synchronizing data through a jackrabbit cluster, should the data be replicated to the databases of each instance? I set up the cluster and see that the

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

2017-11-22 Thread Stef te Winkel (via Magnolia Forums)
Marvin, thank you for your response! I solved it, by trying different scenario's, can't realy tell which one was the real dealbreaker. A few things I noticed: - In the Magnolia Travel Demo a mix in template availability is used, the Explicit assignment and the rendering based upon Rendertype -

[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: 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: 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 ext

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

2017-11-21 Thread Stef te Winkel (via Magnolia Forums)
Hi Arjen, I am currently bumping into the same wall, could you elaborate a bit more (if you still remember) what the missing JCR bits were causing the prototype not to render? Thanks in advance! Stef -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=7e5ae854-e

[magnolia-user] [announce] NTLM Connector end of of support (21 November 2017)

2017-11-21 Thread Antti Hietala (via Magnolia Forums)
The Magnolia NTLM (NT LAN Manager) Connector module is no longer supported. The module provided single sign-on (SSO) functionality for Windows systems within a trusted domain environment. Microsoft no longer recommends the use of NTLM in applications due to security constraints: "Implementers

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

2017-11-20 Thread shridutt kothari (via Magnolia Forums)
I have two domains which i want to map to single root of my website. And when user comes from domain1 and domain2, users should see different themes for same page. I have done all the multisite donfiguration and domain and mappings but when i am creating two site structures in pages app it work

[magnolia-user] Clustered storage

2017-11-16 Thread Vyacheslav Maksimov (via Magnolia Forums)
I have configured jackrabbit clustering via postgres on a workspace between the author and two public nodes. It turns out that the author and the public refer to a separate database for this workspace for read and write data. As a result, the point of failure of this particular database is very

[magnolia-user] [announce] Magnolia CORE 5.6 is available

2017-11-16 Thread Julie Legendre (via Magnolia Forums)
Hello, We’re happy to announce the release of Magnolia 5.6. This major release provides many cool new features, improvements and bugfixes. Here is a short summary: Changes for authors - New Content Tags module lets authors quickly create and apply free-form tags to their content. - Publishing

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

2017-11-15 Thread Florian Fuchs (via Magnolia Forums)
[quote] I know im being a little obtuse but TasksListPresenter is also a final class i cant extend it either way so i cant take the path you recomend, is there a way that allows the inclusion of changes creating a class? or are all the class final and wont allow me to extend them i would have to

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

2017-11-14 Thread Francisco de Borja Segovia (via Magnolia Forums)
[quote]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.[/quote] I know im being a little obtuse but TasksListPresenter is also a final class i cant ex

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

2017-11-14 Thread Francisco de Borja Segovia (via Magnolia Forums)
Ok, will try with that presenter, sorry i didnt get rigth away have a little confusion there. Then its posible to use the bootstrapp way since V 4.0 i though that the version at the documentation acted as some sort of limit to know where certain parts of magnolia had been implemented and from w

[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: http://forum.magnolia-cms.com/forum/thread.html?threadId=dbdc038c-f792-469

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

2017-11-14 Thread Francisco de Borja Segovia (via Magnolia Forums)
The presenter that you are saying its the one from my proyect?, should I extend mine using the one of the Pulse Task? (Custom extends TaskDetailPresenter ?), if that is the case should i use TaskDetailPresenter or another one less specific of Pulse. On ther other hand, thank you for the link, u

[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 https://documentation

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

2017-11-14 Thread Francisco de Borja Segovia (via Magnolia Forums)
The problem is that i dont find the location where the class TasksListViewImpl is used (or pulse in general) in the magnolia configuration, i tried looking for it but i have been unable to find it, the direction you told me before "modules/ui-admincentral/config/pulse/presenters" in my magnolia

[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 class

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

2017-11-14 Thread Francisco de Borja Segovia (via Magnolia Forums)
First thanks marvink2 for your time, i would recommend to put the explnation in [url=https://documentation.magnolia-cms.com/display/DOCS53/Tasks]Tasks[/url], beacuse there there is only a little reference to how the tasks are shown and in the explanation of the TaskView its a little confusing.

[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 AbstractPulseLis

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

2017-11-14 Thread Francisco de Borja Segovia (via Magnolia Forums)
[quote]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 display

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

2017-11-14 Thread Francisco de Borja Segovia (via Magnolia Forums)
Sorry if a didnt explained well enough. I am using a Maven Setup and the values that i want to show are the name of the page or asset that the Task is aiming at and the repository in wich this page or asset is. what i want is for the columns to be shown when you open the Pulse Task Inbox, and no

[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 8

[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 and

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

2017-11-13 Thread Francisco de Borja Segovia (via Magnolia Forums)
Good morning, i am a fairly new person at Magnolia and i have the need to improve a web by showing more data at the Task section of Pulse in Magnolia, to be able to do that i need to create a couple of columns but after trying to find some information at Magnolia documentation y have only been a

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

2017-11-13 Thread (via Magnolia Forums)
Good morning, i am a fairly new person at Magnolia and i have the need to improve a web by showing more data at the Task section of Pulse in Magnolia, to be able to do that i need to create a couple of columns but after trying to find some information at Magnolia documentation y have only been a

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

2017-11-13 Thread via Magnolia Forums
Hello, I am a tootal newbie when it comes to the magnolia stack (magnolia, tomcat, catalina, etc...) and i am triying to get an instance running in a VPS from DigitalOcean to no luck. So far i managed to get it working on 2 local machines, in Windows 10 and OSX and on those i can access the mag

[magnolia-user] [announce] Parent POMs version 34 released

2017-11-10 Thread via Magnolia Forums
Hi there, We just released a new version of our parent poms. As usual, this is intended for Forge project owners, and mostly Magnolia staff. ;) This release fixes minor issues with the Maven Project Info Reports plugin and site generation, as well as with custom Javadoc doclets: See the followi

[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 rig

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

2017-11-07 Thread Tumpa SINGHA RAY (via Magnolia Forums)
Hello marvink2, Thank you for the reply! Link which has been provided is really helpful to us. May I know how to get live copy feature in community bundle. Seeking for your reply. Kind Regards Tumpa -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=232e609e-8

[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: https://documentation.magnolia-cms.com/display/

[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 your

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

2017-11-06 Thread shridutt kothari (via Magnolia Forums)
How do I set a specific thumbnail image and text for my pages to be used when posting to Facebook, twitter or any social media? -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=772e1690-91d7-4e8d-8166-368d59680b77 -

[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, b

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

2017-11-02 Thread Tumpa SINGHA RAY (via Magnolia Forums)
Hello All, Currently, we are on Magnolia latest version Magnolia 5.5.7 and we are using light modules to create pages of website. How to reuse content of a component used in one page into another page? Kind Regards, Tumpa -- Context is everything: http://forum.magnolia-cms.com/forum/thread.h

[magnolia-user] Re: Connecting with database

2017-11-02 Thread Tumpa SINGHA RAY (via Magnolia Forums)
Hello Christoph, Thanks for the reply! Our goal is to get data from Form of our website to be stored in Author instance. We will collect the information and can use in respective ways. Kind Regards, Tumpa -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=e8d23

[magnolia-user] Re: Live Copy

2017-10-30 Thread Jan Schulte (via Magnolia Forums)
Yes, the feature is now available as a magnolia enterprise feature. You can gain access by contacting magnolia directly via mail. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=2370649f-827c-4086-ae06-2dccf7ce0c92 ---

[magnolia-user] Templating errors: No site configuration found for...

2017-10-27 Thread Arjen Schipmolder (via Magnolia Forums)
Hi, I'm running into a problem where, when trying to edit a certain pages in the admin central portal (but not all), the browser shows a blank editor page and downloads a dms file with the below error. [code]//">//'>//">//'>Template Error! Error while rendering [/subsite/404] with template [

[magnolia-user] customize combobox

2017-10-26 Thread mario pacheco (via Magnolia Forums)
Hi, I created a customized combobox with com.vaadin.ui.CustomField and it saves values in jcr, but when I try edit a node in my app, the value previously saved dont displayed. Someone has any hints why this happens and how can i solve it? thank you all in advance Mário -- Context is everyth

[magnolia-user] Re: Magnolia exam

2017-10-25 Thread ana mackay (via Magnolia Forums)
I think you have to read some books related to general knowledge and research and maybe current affairs as well. So you should prepare for it [url=http://beeresearcher.co.uk/]Writers Services UK[/url] because if you have strong knowledge so you can achieve success as well. -- Context is everyt

[magnolia-user] Re: Lock exception when redeploying to JBoss

2017-10-23 Thread Nathan Drake (via Magnolia Forums)
That is a to a striking diploma lighting fixtures up article of [url=https://www.dailyhomeworkhelp.com/]Homework Writing Service USA[/url]. I in like direction agree with your post title and your sincerely properly solve your perspective. I am phenomenally in top-notch spirits to see this put up

[magnolia-user] Coursework Help

2017-10-23 Thread nina willaims (via Magnolia Forums)
Need to avail complete coursework writing assist? Seeking out a Coursework Writing career, as you have trapped on your Coursework assignment. we are dedicated to supplying, pinnacle-best Coursework help. Get coursework writing assist from expert writers at coursework online, a dependable cours

[magnolia-user] Cheap Essay Service

2017-10-23 Thread Joel Kevin (via Magnolia Forums)
Particularly inside the context of cheap essay writing services. It brings to thoughts an picture of a badly written essay this is nowhere close to near the usual you want, Our reasonably-priced essay writing career is famous because of our desirable-high-quality plagiarism loose paintings and t

[magnolia-user] [announce] Magnolia CORE 5.4.14 is available

2017-10-19 Thread Christoph Meier (via Magnolia Forums)
Hi, We’re happy to announce the release of Magnolia CORE 5.4.14. Besides fixing a vulnerability in the Security app and some other minor bugs, this release brings also a change in the configuration of the LDAP Connector module. There is a link to the release notes below as usual. You can check

[magnolia-user] Re: Tools that I can use for my content marketing

2017-10-19 Thread Chelsea D Kennedy (via Magnolia Forums)
That is the [url=http://www.writingkingdom.co.uk/]UK Assignment Help[/url] reason I am composing this post to by and by soliciting the master from the substance showcasing and content administration framework that what are the best instruments that I can use for my substance advertising? -- Con

[magnolia-user] Re: Tools that I can use for my content marketing

2017-10-19 Thread Mark petterson (via Magnolia Forums)
In any case, the issue is, the web is [url=http://www.writingspot.co.uk/]essay writer uk[/url] just demonstrating the things which are not useful. I might be another in computerized advertising, however, I realize that every one of these websites and articles is composed for the self-advancement

[magnolia-user] Re: Tools that I can use for my content marketing

2017-10-19 Thread Jonathan David (via Magnolia Forums)
Presently I am in a circumstance where I can't request any assistance [url=https://www.writingessay.co.uk/]Essay Writing Service[/url] from my seniors and furthermore can't take assistance from anybody in the workplace since it will influence my notoriety in the workplace. So the main alternativ

[magnolia-user] [announce] Magnolia CORE 5.5.7 is available

2017-10-19 Thread via Magnolia Forums
Hi, We’re happy to announce the release of Magnolia CORE 5.5.7. Besides fixing a vulnerability in the Security app and some other minor bugs, this release also improves dependency management for third-party modules. The dependencies for these modules can now be defined in a software BOM (Bill o

[magnolia-user] Re: Lock exception when redeploying to JBoss

2017-10-17 Thread Heike Franosch (via Magnolia Forums)
Ok, thanks. I hoped there is a tweak in configuraton to get it running ;-) Thanks, Heike -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=3ab2fa93-81f6-48bd-a2c9-4c02cd47c49a For list details, s

[magnolia-user] Re: Lock exception when redeploying to JBoss

2017-10-16 Thread Richard Gange (via Magnolia Forums)
Sorry, in your case WildFly 10 would be the recommendation. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=3ab2fa93-81f6-48bd-a2c9-4c02cd47c49a For list details, see http://www.magnolia-cms.com

[magnolia-user] Re: Lock exception when redeploying to JBoss

2017-10-15 Thread Richard Gange (via Magnolia Forums)
Hello Heike- I am aware of the issues regarding Magnolia 5.5 and JBoss 6.4. Here [url]https://jira.magnolia-cms.com/browse/MGNLCE-97[/url] you can see I had problems deploying with this combination. Because of these problems we had to modify the [url]https://documentation.magnolia-cms.com/disp

[magnolia-user] Lock exception when redeploying to JBoss

2017-10-12 Thread Heike Franosch (via Magnolia Forums)
Hi all, since I upgraded to CE 5.5.6 I can no longer redeploy to JBoss 6.4. I have to undeploy, restart JBoss and then deploy. Otherwise I get a lock exception resulting in config workspace not found and stopping the deployment. I have seen there were already some issues in earlier releases, so

[magnolia-user] Need Help!

2017-10-12 Thread Dina Haines (via Magnolia Forums)
There is no doubt that if you want to seek web thesis help, you will want to get the project customized according to your requirements. Please be assured that we will consider all of your specific requirements, even if these requirements are more specific than the basic information contained in

[magnolia-user] Re: AssetQuery does not return assets in "natural" order

2017-10-10 Thread Tom Wespi (via Magnolia Forums)
After a bit google search I think there is no solution yet, to achieve this you need the good 'ol deprecated sql language: public LinkedList> getAllAssets() throws LoginException, RepositoryException { LinkedList> ll = new LinkedList>(); final String statement = "select * fro

[magnolia-user] AssetQuery does not return assets in "natural" order

2017-10-10 Thread Tom Wespi (via Magnolia Forums)
Hi I try to achieve a list with all assets and folders/subfolders as shown in the DAM app. I noticed when using AssetQuery the result is not in "natural" order. My exceptions is that when no "Ordering" clause is given, the result should be the same as in the workspace. I'm using the following

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

2017-10-09 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: http://forum.magnolia-cms.com/forum/thread.html?threa

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

2017-10-09 Thread Tom Wespi (via Magnolia Forums)
Hi Have a look at the scheduler module: https://documentation.magnolia-cms.com/display/DOCS/Scheduler+module -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=dddee2cc-1688-4b34-913b-919c1b1b8218 ---

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

2017-10-09 Thread None (via Magnolia Forums)
Please guide on how can I schedule this script: [code]import info.magnolia.importexport.DataTransporter hm = ctx.getHierarchyManager('website') newsRoot = hm.getContent('/demo-project/news-and-events/news-overview') xmlFileOutput = new FileOutputStream('C:/test/export/news.xml') DataTransporter.ex

[magnolia-user] Magnolia Import and Export using Groovy

2017-10-09 Thread None (via Magnolia Forums)
Hello Team, I am planning to perform export and import via groovy scripts (https://documentation.magnolia-cms.com/display/DOCS53/Importing+and+exporting). I want the export job to be executed automatically. how can i add a groovy script to be executed automatically. -- Context is everything:

[magnolia-user] Reject approved publication request

2017-10-06 Thread Dalibor Simic (via Magnolia Forums)
Hi, Is it possible to reject a publication request if its already approved but not yet published? I couldn't find anything in the documentation about this… -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=1e95b1c3-9e21-4364-8c1d-326ea8a4971a

[magnolia-user] Re: Sync user workspace between public and author instance

2017-10-02 Thread Jordie Diepeveen (via Magnolia Forums)
If you want to manage users created on the public instance (like self-registration user, etc..) from the author instance, you need to create a clustered workspace for the users. This way the author and public are using the same 'database'. Changes made in the author are directly visible on the p

[magnolia-user] i18n optiongroup with path

2017-09-28 Thread Heike Franosch (via Magnolia Forums)
Hi all, with magnolia 5.5.5 the i18n of options retrieved via path property does not work for me any more. Is there something to change in the configuration since 5.4? Thanks for any help, Heike -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=45c1a4eb-6b23-4c

[magnolia-user] Re: [magnolia-user-groups] search result in different lagnuages, problem with duplicated results in secondary language

2017-09-26 Thread kako brus (via Magnolia Forums)
Really great post, Thank you for sharing This knowledge.Excellently written article, if only all bloggers offered the same level of content as you, the internet would be a much better place. Please keep it up! [url=https://fivescarynights.com]fnaf[/url] -- Context is everything: http://forum.

[magnolia-user] Re: Vaadin color picker in component dialog

2017-09-26 Thread Pedro (via Magnolia Forums)
Hi there Mikael, First of all, thanks for trying to help me. Probably I miss some explanation on what I want to archive. I want that the magnolia user (the one who create the website) could chose a color, for example, to use as background color, for that I need to add a ColorPicker Field in my

[magnolia-user] Re: Vaadin color picker in component dialog

2017-09-22 Thread via Magnolia Forums
Hi Pedro, You're trying to use a Vaadin component in a template; that's not gonna work, unless you create a custom Renderer to bootstrap a Vaadin app on your frontend page. It works in dialogs, because the Magnolia Admincentral is built with Vaadin. Probably not worth the overhead, you might ha

[magnolia-user] Vaadin color picker in component dialog

2017-09-22 Thread Pedro (via Magnolia Forums)
Hi, Refering to [url=https://forums.magnolia-cms.com/forum/thread.html?threadId=e40d8899-afb4-4096-92e1-dbe765885de1]this[/url] post, someone could help me how to display this custom field on component a template component? This is a example of one component that I use for tests: @Controller @

[magnolia-user] Re: Vaadin color picker in component dialog

2017-09-22 Thread Pedro (via Magnolia Forums)
Hi Stefán and Mikaël, I know it's a old post, but someone could help me how to display this custom field on component a template component? This is a example of one component that I use for tests: @Controller @Template(id = "module:components/article/test", title = "test") @TemplateDescription(

[magnolia-user] Re: Any tool or software to check plagiarism ?

2017-09-21 Thread Marlin H. Wright (via Magnolia Forums)
You don't need any tool or software to check the plagiarism content. As a Nursing Student At [url=https://www.7dollaressay.com/subjects/nursing-essay-help.php]Nursing Essay Writing[/url], I'm suggesting you just hire best essay writing service which assists you in all fields of writing and thei

[magnolia-user] Any tool or software to check plagiarism ?

2017-09-20 Thread Harry Jack (via Magnolia Forums)
Hello, I am harry jack, and I am a marketing student. I have my assignments on pending which is going above my head, and now I am thinking to hire a writer for my assignment.Is there anyone who can [url=http://www.myassigment.co.uk/]do my assignment cheap[/url]? And also please tell me the name

[magnolia-user] Re: Can't view Sitemap (Page not available)

2017-09-18 Thread via Magnolia Forums
Hi Tom, thanks a lot! That was the problem. Now my sitemap.xml is shown! Kind regards Tobias -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=84c1cd1f-774f-42f3-b8c3-3e55aa4dc194 For list deta

[magnolia-user] Need help

2017-09-18 Thread Akeelah Hassan (via Magnolia Forums)
Hello, there need some [url=http://www.editor.ae]editing services[/url] for my work as I need some editing and proofreading in my thesis because I have completed my writing work but need some proofreading and also editing with the help of professional writers or any editor want some help from yo

[magnolia-user] Re: Can't view Sitemap (Page not available)

2017-09-18 Thread Tom Wespi (via Magnolia Forums)
Hi go on your public site in config workspace to: /server/URI2RepositoryMapping/mappings/sitemaps Change the value in 'URIPrefix' from '/sitemaps/' to '/sitemaps' HTH Tom -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=84c1cd1f-774f-42f3-b8c3-3e55aa4dc194

[magnolia-user] Can't view Sitemap (Page not available)

2017-09-18 Thread via Magnolia Forums
Hello, I have a problem with the google sitemap. I have created a new Sitemap like it is described in: https://documentation.magnolia-cms.com/display/DOCS/Google+Sitemap+app Now I try to view the sitemap by calling: myWebSite/magnoliaAuthor/sitemaps/sitemap.xml (My sitemap name is "sitemap") I

  1   2   3   4   5   6   7   8   9   10   >