[magnolia-user] Can't see my custom template in Pages Add page Template drop down

2015-08-30 Thread Dan Kodeih (via Magnolia Forums)
I've been following the tutorial Extending the stkArticle template for Magnolia 5.3. I'm at the part where I have to Create a test page, but I am unable to see the template I created. My template is defined in both Site Definition and Template Definition. Do I have to set any other

[magnolia-user] Re: Can't see my custom template in Pages > Add page > Template drop down

2015-08-31 Thread Dan Kodeih (via Magnolia Forums)
Hey Christoph, Yes I set up my template the exact same as stkArtilce, so I set my id to standard-templating-kit:pages/stkArticleExtention, in Site Definition under default > templates > availability > templates -- Context is everything:

[magnolia-user] Re: Can't see my custom template in Pages > Add page > Template drop down

2015-09-03 Thread Dan Kodeih (via Magnolia Forums)
Anybody have any suggestions as to what could be wrong when I create a new template and extend a stk template it doesn't show up when setting a template in Pages > Add page > Template drop down? When I remove the extends property my template appears. -- Context is everything:

[magnolia-user] Re: Can't see my custom template in Pages > Add page > Template drop down

2015-09-01 Thread Dan Kodeih (via Magnolia Forums)
Thank you Christoph, I think I already understand the hierarchy. In my sandbox instance I created a page using HOME template with a sub-page using SECTION template. From there I'm creating another sub-page where I can pick stkArticle as my template. The issue is I created my own custom

[magnolia-user] Re: Issue with Upgrade from 4.5 to 5.3

2015-12-04 Thread Dan Kodeih (via Magnolia Forums)
Hey Thanks Dimitri, Actually I was on 4.5.9, so you think I still need an intermediate version? I could give that a try if all else fails. According the the 4.5 to 5 magnolia documents I shouldn't have to upgrade to an intermediate version. I think my issue is I'm not sure what "Module

[magnolia-user] Issue with Upgrade from 4.5 to 5.3

2015-12-03 Thread Dan Kodeih (via Magnolia Forums)
I'm in the process of upgrading Magnolia from 4.5 to 5.3. I have almost all my dependencies updated but I ran into an issue with magnolia-module-extended-templating-kit. I read that in 5.0 and up magnolia-module-multisite will replace extended-templating. The problem with that is during

[magnolia-user] Adding png or jpg Assets, preview displays broken image

2015-12-17 Thread Dan Kodeih (via Magnolia Forums)
I'm trying to add pictures in Assets, but nothing shows up in the preview. It just shows a broken picture link. If I link these Assets on my web page they also display as broken images. I just finished migrating from 4.5 to 5.3 so maybe there is a dependency I did not include or a configuration

[magnolia-user] Re: Adding png or jpg Assets, preview displays broken image

2015-12-17 Thread Dan Kodeih (via Magnolia Forums)
Also I did not migrate the pictures, I just re-added them when I finished migrating to 5.3, same tree structure as in the 4.5 version. I also had some paths to these Assets hard coded so I had to changed ${ctx.contextPath}/dms/.. to ${ctx.contextPath}/dam/.. so it's not a coding issue. --

[magnolia-user] Re: Issue with Upgrade from 4.5 to 5.3

2015-12-17 Thread Dan Kodeih (via Magnolia Forums)
Hey Jan, Sorry for the late response but that was exactly what was wrong. Thank you! -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=da729719-c159-4905-ab7d-aceebc4b489a For list details, see

[magnolia-user] Re: inplace-templating and categorization dependency issues

2016-01-06 Thread Dan Kodeih (via Magnolia Forums)
still experiencing this issue, anyone have any idea? Here is dependency tree for inplace-templating +- info.magnolia:magnolia-module-standard-templating-kit:jar:2.8.7:compile [INFO] | +- info.magnolia:magnolia-module-inplace-templating:jar:2.2:compile [INFO] | +-

[magnolia-user] inplace-templating and categorization dependency issues

2015-12-31 Thread Dan Kodeih (via Magnolia Forums)
I've tired adding magnolia-module-inplace-templating version 2.3.3 and magnolia-module-categorization dependency version 2.3.1 to my pom file and I keep getting this error when I run tomcat "2015-12-31 16:09:30,163 ERROR info.magnolia.init.MagnoliaServletContextListener : Oops, Magnolia could

[magnolia-user] User roles

2016-01-19 Thread Dan Kodeih (via Magnolia Forums)
I've setup users and assigned them roles I created as superuser. The roles limit the user to the specific part of our companies website that is related to their department. The problem I'm having is when I create a user, assign a role (not superuser), and log back in as the new user and the

[magnolia-user] Re: User roles

2016-01-20 Thread Dan Kodeih (via Magnolia Forums)
Ah yes. I needed to add my roles in /modules/dam-app/apps/assets/permissions. This was exactly my problem. Thank you for your help, Dan -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=53ed3e86-02e3-44a9-8fb2-4601d33eccaa

[magnolia-user] Where are the form components ftl files located?

2016-04-12 Thread Dan Kodeih (via Magnolia Forums)
Hi. I'm trying to figure out where the freemarker files are located for each component for the magnolia-module-form. For example if you are in configuration: modules > form > templates > components > form the property templateScript is pointing to /form/components/form.ftl. Where exactly is

[magnolia-user] Re: Where are the form components ftl files located?

2016-04-13 Thread Dan Kodeih (via Magnolia Forums)
Thank you, this helps! I'm on 5.3.5 but I'm planning on upgrading in the near future -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=a6e63723-176a-4043-a714-61b5b37e03ab For list details, see

[magnolia-user] Resource not found warning when submitting form

2016-04-19 Thread Dan Kodeih (via Magnolia Forums)
Hey Guys. I'm using magnolia version 5.3.7 and I'm having issue submitting a simple form I created. These are the errors I'm seeing in my tomcat terminal: 2016-04-19 11:17:54,669 ERROR info.magnolia.cms.filters.AggregatorFilter : No template configured for page

[magnolia-user] Re: Using the Form module in a custom template

2016-10-12 Thread Dan Kodeih (via Magnolia Forums)
Figured it out. Create a content node "form" in templates availableComponents folder and add property "id" to points to my form module. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=c09d783b-68b6-4c38-ac50-43c179966c08

[magnolia-user] Using the Form module in a custom template

2016-10-11 Thread Dan Kodeih (via Magnolia Forums)
Hello, I'm trying to create a form in magnolia using my own template. All the documents I've found only explain how to creating a form using the form template not as a component in my custom template. If anyone can point me in the right direction that would be very helpful. I'm currently using