Hi,
K2 me when I viewed a blog menu link, it is like in the picture are "not published"(Nicht veröffenticht)
How and where can I suppress it.
I tried out all sorts of things already in K2 could not find anything.
Thank you!
.userItemHeader .userItemTitle span sup, .catItemHeader .catItemTitle span sup, .itemHeader .itemTitle span sup {
display: none;
}
teitbite wrote:Hi
To hide this text please add to override.css this code (please remember that using of override.css must be enabled in template configuration)
- Code: Select all
.userItemHeader .userItemTitle span sup, .catItemHeader .catItemTitle span sup, .itemHeader .itemTitle span sup {
display: none;
}
Thank you, has worked
1. Simply overwrite the files of the old module with the newest version via ftp.
2. You must see on joomla page how to make joomla update. In my opininon this are two diffrent systems, but maby someone discovered how to do this. Anyway remember that You will need to reinstall all extentions and template to be compatible with 1.6 version.