<?xml version="1.0" encoding="utf-8" ?>




























<rss version="2.0">
<channel>
  <title>OpenCms Forum (Forum: Questions about Template Development)</title>
  <link>http://opencms-forum.de/opencms-forum/index</link>
  <description>RSS Feed of OpenCms Forum (Forum: Questions about Template Development)</description>
  <language>en-us</language>

  <lastBuildDate>Wed, 22 May 2013 22:49:26 +0200</lastBuildDate>
  <docs>http://opencms-forum.de/opencms-forum/rsssummary</docs>
  <generator>mvnForum Feed Generator 1.0.2-GA</generator>
  <image>
    <title>OpenCms Forum</title>
    <url>http://opencms-forum.de/mvnplugin/mvnforum/images/logo.png</url>
    <link>http://opencms-forum.de/opencms-forum/index</link>
    <width>141</width>
    <height>50</height>
    <description>mvnForum - free open source Jsp/Servlet forum</description>
  </image>

  <textInput>
    <title>Search</title>
    <description>Search all posts</description>
    <name>key</name>
    <link>http://opencms-forum.de/opencms-forum/search</link>
  </textInput>

  <item>
    <title>Help for template Design</title>
    <link>http://opencms-forum.de/opencms-forum/viewthread?thread=2882</link>
    <description>[:-/] 
Please can anyone help me in  creating new Template..
Different ways of creating like JSP,XML or any..
I have created simple template and even Html pages based on given Template. But needed to create own template with different design..
The documentation provided with OPemCms is not helpfull...

[url=mailto:shri6772@gmail.com]Help for Template Design[/url] 

Thanks in advance..</description>
    
    <pubDate>Mon, 07 Jan 2008 06:10:43 +0100</pubDate>
    <category>Questions about Template Development</category>
    <guid>http://opencms-forum.de/opencms-forum/viewthread?thread=2882&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>Problem with JSTL EL and OpenCMS EL</title>
    <link>http://opencms-forum.de/opencms-forum/viewthread?thread=2524</link>
    <description>This is the basic template I'm currently working on :
[code]&lt;%@ page session=&quot;false&quot; %&gt;
&lt;%@ taglib prefix=&quot;cms&quot; uri=&quot;http://www.opencms.org/taglib/cms&quot; %&gt;
&lt;%@ taglib uri=&quot;http://java.sun.com/jsp/jstl/core&quot; prefix=&quot;c&quot; %&gt;
&lt;!doctype html public &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;...</description>
    
    <pubDate>Fri, 06 Jul 2007 13:22:04 +0200</pubDate>
    <category>Questions about Template Development</category>
    <guid>http://opencms-forum.de/opencms-forum/viewthread?thread=2524&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>JSP modified and published but not made available until server restart</title>
    <link>http://opencms-forum.de/opencms-forum/viewthread?thread=4316</link>
    <description>Hi,

I'm running OpenCms version 8.0.2 on JBoss AS 7.0.2.Final. Anything works fine, but:
Currently I'm wondering about some strange caching (?) behavior.

I've created a new nodule.
As a start I copied over the templates provided for template3

Changing and publishing anything but JSP works fine.
However changes to JSPs (templates/main.jsp, resources/css/style.css) do not become ...</description>
    
    <pubDate>Mon, 31 Oct 2011 08:28:18 +0100</pubDate>
    <category>Questions about Template Development</category>
    <guid>http://opencms-forum.de/opencms-forum/viewthread?thread=4316&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>Need help for Creating Open CMS 8 template?</title>
    <link>http://opencms-forum.de/opencms-forum/viewthread?thread=4363</link>
    <description>Is there any resource available for creating OpenCMS 8 template from scratch? 
I have seen open-cms wiki, that explains only the capablity not the step by step procedure.
I have open cms usermanual, but it explains only the CMS functionality.
I need help on creating Open CMS 8 template from scratch.

Or what about modifyiing existing template 3  [while modifying template 3 , some issue ...</description>
    
    <pubDate>Mon, 02 Jan 2012 10:12:33 +0100</pubDate>
    <category>Questions about Template Development</category>
    <guid>http://opencms-forum.de/opencms-forum/viewthread?thread=4363&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>about uriName of resource and multiable detail page issue</title>
    <link>http://opencms-forum.de/opencms-forum/viewthread?thread=4279</link>
    <description>env: opencms v8

pls someone tell me how can I do.

question 1:
I only know to set xml field to urlName, But I want to show url of resource using filename.

in XSD.
&lt;mapping element=&quot;Id(how to replace filename)&quot; mapto=&quot;urlName&quot; /&gt;

question 2:
In same a resource, I want to show it using diffent detail formatter.</description>
    
    <pubDate>Thu, 11 Aug 2011 08:54:50 +0200</pubDate>
    <category>Questions about Template Development</category>
    <guid>http://opencms-forum.de/opencms-forum/viewthread?thread=4279&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>Add Icons / CSS information to links</title>
    <link>http://opencms-forum.de/opencms-forum/viewthread?thread=4268</link>
    <description>Hi,

I would like to add icons to my hyperlinks to create a visual difference between internal/external links or to mark links to special filetypes.

I would like to have some hyperlink like this:
&lt;a class=&quot;external_link&quot;...&gt;

Does anybody have a solution for this?</description>
    
    <pubDate>Tue, 02 Aug 2011 14:49:57 +0200</pubDate>
    <category>Questions about Template Development</category>
    <guid>http://opencms-forum.de/opencms-forum/viewthread?thread=4268&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>trim whitespaces from template</title>
    <link>http://opencms-forum.de/opencms-forum/viewthread?thread=4198</link>
    <description>Hi there,

I would like to know if there is a possibility to remove the blank lines left behind by JSP directives within a template.

I use Tomcat 5.5 and JSP 2.0 and therefore can not use 

&lt;%@ page trimDirectiveWhitespaces=&quot;true&quot; %&gt;

within my template.

I tried to use the init-parameter within my tomcat web.xml

        &lt;init-param&gt;
            ...</description>
    
    <pubDate>Wed, 06 Apr 2011 23:25:39 +0200</pubDate>
    <category>Questions about Template Development</category>
    <guid>http://opencms-forum.de/opencms-forum/viewthread?thread=4198&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>Why I dont see a template one?</title>
    <link>http://opencms-forum.de/opencms-forum/viewthread?thread=4146</link>
    <description>Hello guys!

I am trying to create a project using a book openCMS 7 Development. At he moment my task is to create a new page using a template. I go to the new button, select &quot;Page with free text&quot; item. Next step is to choose a template. But here is a problem: according to the book I should be able to choose template one, but I dont see it! I see only template two. I know that I have ...</description>
    
    <pubDate>Fri, 14 Jan 2011 14:45:19 +0100</pubDate>
    <category>Questions about Template Development</category>
    <guid>http://opencms-forum.de/opencms-forum/viewthread?thread=4146&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>direct edit redirect problem after content delete with structured content</title>
    <link>http://opencms-forum.de/opencms-forum/viewthread?thread=4128</link>
    <description>Hi all,


I am new to opencms and maybe I missunderstood the template development approach. 

I defined column elements which has its own direct edits buttons. Inside of them are other content elements with direct edit buttons. It is designed to offer a flexible design for the editor.
The problem is the delete button. After click I will redirected to the page ...</description>
    
    <pubDate>Tue, 21 Dec 2010 08:40:37 +0100</pubDate>
    <category>Questions about Template Development</category>
    <guid>http://opencms-forum.de/opencms-forum/viewthread?thread=4128&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>about template development</title>
    <link>http://opencms-forum.de/opencms-forum/viewthread?thread=3884</link>
    <description>hi i am a new to opencms can anybody teach how to develop templates in opencms i am not getting any thing ablout template development in opencms</description>
    
    <pubDate>Mon, 26 Apr 2010 11:40:49 +0200</pubDate>
    <category>Questions about Template Development</category>
    <guid>http://opencms-forum.de/opencms-forum/viewthread?thread=3884&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>custom template to default template how to</title>
    <link>http://opencms-forum.de/opencms-forum/viewthread?thread=4069</link>
    <description>Hi ,

          I designed new template  in /system/modules/template.com/templates/ in new web server . I took backup of old template of old web server , and  I exported backup of  old template to new web server. I went to backup folder and I opened the file displaying error. &quot;[b]This is the default OpenCms template, since the template for this resource is not configured ...</description>
    
    <pubDate>Wed, 06 Oct 2010 13:15:14 +0200</pubDate>
    <category>Questions about Template Development</category>
    <guid>http://opencms-forum.de/opencms-forum/viewthread?thread=4069&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>HTML template import</title>
    <link>http://opencms-forum.de/opencms-forum/viewthread?thread=4064</link>
    <description>Actually i have a HTML template and would like to include the same in the opencms project...

Anyone can explain the steps to be followed.

Any help would be appreciated

Thanking you in anticipation,</description>
    
    <pubDate>Thu, 30 Sep 2010 10:47:38 +0200</pubDate>
    <category>Questions about Template Development</category>
    <guid>http://opencms-forum.de/opencms-forum/viewthread?thread=4064&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>Stylesheet for template</title>
    <link>http://opencms-forum.de/opencms-forum/viewthread?thread=4042</link>
    <description>Hi,

Please provide the thread if exists with similar  Question.

I have created templates for my project and with schema xsd every thing is good to go. I am not including css file to the template because i have different colors and image combination with same type layout/wire frame of the Template. So please tell me when i create a html page with created template where can i add/refer the ...</description>
    
    <pubDate>Wed, 15 Sep 2010 14:19:57 +0200</pubDate>
    <category>Questions about Template Development</category>
    <guid>http://opencms-forum.de/opencms-forum/viewthread?thread=4042&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>Direct Edit button never shown ..</title>
    <link>http://opencms-forum.de/opencms-forum/viewthread?thread=4034</link>
    <description>Hi all,

I did not use OpenCms for 2 years and I think I forgot something...
In a context where I have multiple site, I would like to use the Direct Edit feature on a page (xmlpage) called index.html 

I coded a micro-template just to test and unfortunatly, even if I am logged / offline and in the right siteRoot ... I never get the Direct Edit button.

Is somebody can help me ? 


here ...</description>
    
    <pubDate>Sat, 11 Sep 2010 10:11:46 +0200</pubDate>
    <category>Questions about Template Development</category>
    <guid>http://opencms-forum.de/opencms-forum/viewthread?thread=4034&amp;lastpage=yes</guid>
  </item>

  <item>
    <title>cms:include element=body default page??</title>
    <link>http://opencms-forum.de/opencms-forum/viewthread?thread=3664</link>
    <description>Hi,

I read the docs for the cms:include tag, and there is a section in it which says:

[i]Body:

You can use scriptlet code to determine the included filename in the body if none of the attributes page/ file, property or attribute is used.

You can add additional key/value coded parameters to the request parameters hashtable to pass them to the included file, e.g. &lt;cms:param ...</description>
    
    <pubDate>Wed, 12 Aug 2009 12:27:44 +0200</pubDate>
    <category>Questions about Template Development</category>
    <guid>http://opencms-forum.de/opencms-forum/viewthread?thread=3664&amp;lastpage=yes</guid>
  </item>

</channel>
</rss>


