Hi
I'm trying to ad a selflink with an image as link.
No matter what I try, the linktext is still visible.
My tag loks like this:
{cms_selflink dir='previous' image='uploads/images/images/prev.png' text='prev' imageonly=1}
cmsms help says with "imageonly=1" only the image is visible. But that is not true. Does anyone know where the fault is?
thanks
cms_selflink dir='previous' with images (Solved)
cms_selflink dir='previous' with images (Solved)
Last edited by Sepp on Sun Aug 07, 2011 2:07 pm, edited 1 time in total.
Re: cms_selflink dir='previous' with images
What linktext? Do you mean "Previous Page"?
I did a test with
And it ended up like "Previous Page: IMAGE"
If you don't want "Previous Page" to show just add label='' in your tag.
I did a test with
Code: Select all
{cms_selflink dir='previous' image='uploads/images/images/prev.png' text='prev' imageonly=1}
If you don't want "Previous Page" to show just add label='' in your tag.
Important Code of Conduct
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
Re: cms_selflink dir='previous' with images
Cool this work
But what about the tag lang=0 this should also prevent cmsms from showing "Previous Page" ?
but thanks anyway.
But what about the tag lang=0 this should also prevent cmsms from showing "Previous Page" ?
but thanks anyway.