Loading...
 
Features / Usability

Features / Usability


No Description showing up when a link is hovered over.

posts: 79 United States

Hello,

I am having a problem with wiki links. When you hover over the link it displays 'no description'. I was wondering if there is a way to stop this from happening or to change what it says.

Travisr

posts: 1092

There were a controversy about fixing that. So it is not done.

If you can change the php file lib/tikilib.php. There is a couple of places but one is around the line 4808
Change

Image
Copy to clipboard
$repl = "$page_parse";

Image
Copy to clipboard
if ($desc == tra('no description')) $repl = "$page_parse"; else $repl = "$page_parse";


sylvie


posts: 79 United States

Thank You sylvie

I found out what causes it. The title attribute of the tag.

posts: 84 Singapore

> I found out what causes it. The title attribute of the tag.

Hi, Travisr.

What do you mean by the title attribute of the tag?