Loading...
 
Skip to main content

Title parameter for modules not working

Status
Closed
Subject
Title parameter for modules not working
Version
1.9.x
Category
  • Error
  • Dogfood on a *.tiki.org site
Feature
Modules
Resolution status
Invalid
Submitted by
Marc Laporte
Lastmod by
luci
Rating
(0)
Description

It should work

Image
Copy to clipboard
title To override the title of a menu, add title=Menu. If you have a space in your title, use: ''title="Developer Menu"

http://doc.tikiwiki.org/Module+adminQuestion

Solution

In 1.9.x only some modules have it set in PHP, e.g. quick edit module:

Copy to clipboard
$smarty->assign('module_title', isset($module_params["title"]) ? $module_params["title"] : tra("Quick edit a Wiki page"));
Priority
25
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
1301
Created
Sunday 12 August, 2007 20:37:02 UTC
by Unknown
LastModif
Sunday 18 June, 2017 23:10:07 UTC


Show PHP error messages