[pmwiki-users] LinkPageSelfFmt (was: Triad skin with IE6)

John Rankin john.rankin at affinity.co.nz
Thu Nov 8 16:02:24 CST 2007


Thursday, November 8, 2007, 12:02:26 PM, Dave Cooke wrote:
>> <b class='selflink'>Home Page</b>

>This could be generated by a $LinkPageSelfFmt definition in
>extendmarkup.php, or perhaps the print-to-pdf package.
>
>Whatever defines this is the reason for the problem.
>You could try and enable in the skin.php:
>
>$LinkPageSelfFmt = "<a class='selflink'>\$LinkText</a>";
>
>or set it late in config.php.

>> I've just tried uncommenting the above line and it now displays correctly
>> except that the selflink is no lo longer hilighted

>Try in local.css:
>
>a.selflink { font-weight:700; }
>
>Triad sets a color attribute in the color css files,
>rather than a bold type, like:
>
>#sidebar a.selflink { color:#fff }
>
>
>
>  ~Hans

I'll change the wikipublisher script to something more benign.
What would be the best thing to do?

- just remove it
- change b to strong
- change b to span
- something else (<a> doesn't seem right)

-- 
JR
--
John Rankin






More information about the pmwiki-users mailing list