[
https://issues.apache.org/jira/browse/JSPWIKI-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Harry Metske resolved JSPWIKI-237.
----------------------------------
Resolution: Won't Fix
Fix Version/s: (was: 2.8)
> WeblogEntryPlugin 'title' parameter not working in WikiWizard
> -------------------------------------------------------------
>
> Key: JSPWIKI-237
> URL: https://issues.apache.org/jira/browse/JSPWIKI-237
> Project: JSPWiki
> Issue Type: Bug
> Components: Editors
> Affects Versions: 2.6.2
> Environment: Build: JSPWiki v2.7.0-svn-6
> Reporter: David Gao
> Priority: Minor
>
> Hi,
> The 'title' paramter is not working for blog plugin. The functionning
> paramter is 'entrytext' . The parameter 'entrytext' is defined in file
> _WeblogEntryPlugin.java_ instead.
> {quote}
> public static final String PARAM_ENTRYTEXT = "entrytext";
> {quote}
> Solution:
> Change the setting in file
> _src/webdocs/applets/WiWi-INF/extensions/core-plugins.xml_
> updated snip:
> ====================================
> <NAME>Weblog (Blog)</NAME>
> <CODE>
> !Main Blog
> [{WeblogEntryPlugin entrytext='New Entry'}]
> ------
> !Entries of the last 30 days
> [{INSERT WeblogPlugin page='Main' days=30}]
> </CODE>
> </ITEM>
> ====================================
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.