Page 1 of 1

[solved] wrong {cms_selflink} output

Posted: Fri Nov 23, 2007 6:44 pm
by Augustas
Hello,

I have some element in menu position 9.1.1.3 ("active" = YES, "show in menu" = NO)
In the content of this page I do
{cms_selflink dir="anchor" anchorlink="average-daily" text="Average Daily Balance"}

Unfortunately, instead of generating an internal link, it generates a link to completely different page, which stands in position 9.1.2
http://www.domain.com/page-position-9-1 ... rage-daily

Does anybody have an idea why it outputs a wrong link?

Thanks

Re: wrong {cms_selflink} output

Posted: Sat Nov 24, 2007 6:58 am
by kermit
does the same thing happen if you replace

{cms_selflink dir="anchor" anchorlink="average-daily" text="Average Daily Balance"}

with

{anchor anchor='average-daily' text='Average Daily Balance'}

Re: wrong {cms_selflink} output

Posted: Sun Nov 25, 2007 1:34 am
by Augustas
kermit, thanks!

It worked properly!

I will post this {cms_selflink} bug into Quality Assurance forum.