[
https://issues.apache.org/jira/browse/JSPWIKI-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214249#comment-17214249
]
ASF subversion and git services commented on JSPWIKI-1114:
----------------------------------------------------------
Commit f224eda83dc1ab53127c028d04662d6832d3b6a9 in jspwiki-asf-docs's branch
refs/heads/master from Juan Pablo Santos Rodríguez
[ https://gitbox.apache.org/repos/asf?p=jspwiki-asf-docs.git;h=f224eda ]
add work on JSPWIKI-1114; clarify phrasing
> Show only part of Weblog entry on the overview page
> ---------------------------------------------------
>
> Key: JSPWIKI-1114
> URL: https://issues.apache.org/jira/browse/JSPWIKI-1114
> Project: JSPWiki
> Issue Type: Improvement
> Affects Versions: 2.11.0-M4
> Reporter: Ulf Dittmer
> Priority: Minor
> Fix For: 2.11.0-M5, 2.11.0-M8
>
> Attachments: WeblogPlugin.java
>
>
> Attached is an enhanced version of the WeblogPlugin.java. It adds a "preview"
> parameter that takes an integer value after how many characters the entry
> should be cut off on the overview page. It then adds a "More" link to the
> full entry. If the parameter is missing, no truncation is done, as it is now.
> Also needed is this in PluginResources.properties:
>
> {code:java}
> weblogentryplugin.more = (more){code}
> and this in PluginResources_de.properties
>
>
> {code:java}
> weblogentryplugin.postedby = Von {0}
> weblogentryplugin.addcomment = <span class="icon-plus"></span> Kommentieren
> ({0})
> weblogentryplugin.more = (mehr)
> {code}
> This addresses one of the questions asked on
> https://jspwiki-wiki.apache.org/Wiki.jsp?page=WeblogPlugin
--
This message was sent by Atlassian Jira
(v8.3.4#803005)