Loading...
 
Features / Usability

Features / Usability


Links in Plugin FancyTable

posts: 20

How can I put a link in a Plugin FancyTable?

Every time I try to include a link, such as ((Link|Link)), the link is interpreted as a cell divider. I can't simply non-parse it because this eliminates the link. What do I do?

Thanks.

posts: 2428 Czech Republic

Works here:

Link something


Code:

Copy to clipboard
{FANCYTABLE()} ((Link|Link))|something {FANCYTABLE}


What Tiki version you use ? Perhaps it's time to upgrade ?


posts: 20

I'm running 8.1.

I experimented with the problem a little more. It looks like the link is only being interpreted as a cell divider when the links ends with parenthesis (of which my tiki has a lot). However, the problem does not seem to exist here. For instance:

{FANCYTABLE()} ((Link(2013)|Link))|something {FANCYTABLE}

Here gives me:

Link something


But on my site it is being interpreted as a cell divider (see http://arkbaseball.com/tiki-index.php?page=Test+Page. I assume this must just be a tiki version difference.