Loading...
 
Skip to main content

Don't work page name display stripper ::

Status
Closed
Subject
Don't work page name display stripper ::
Version
8.x
Category
  • Error
Feature
Wiki Syntax (text area, parser, external wiki, etc)
Resolution status
Out of Date
Submitted by
adv
Lastmod by
Ushindi Gedeon
Rating
(0)
Description

When I setup page name display stripper as :: don,t work wiki link wishout |

lib\parser.lib line 1705
// Center text
if ($prefs'feature_use_three_colon_centertag' == 'y') {

$data = preg_replace("/
:(.+?)
:/", "<div style=\"text-align: center;\">$1</div>", $data);

} else {

$data = preg_replace("/
(.+?)
/", "<div style=\"text-align: center;\">$1</div>", $data);

}

This code replase :: on "<div style=\"text-align: center;\">$1</div>"



Solution
Workaround
Importance
5
Priority
25
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
4078
Created
Wednesday 14 December, 2011 16:56:48 UTC
by adv
LastModif
Friday 03 July, 2026 11:41:44 UTC


Show PHP error messages