Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Dicussion prefix
How can i change The name's like "stickey", "closed" ect. into icons just like here
http://forum.kohanaphp.com/
Also i want to change is: when the topic is nog closed or stickey ect. there must be an icon before the name
Who can help me please
Sorry for my bad english:)
0
Comments
Well, I think that it can be done by manipulating CSS.
Like this:
#Discussions li.Sticky{ background: transparent url(images/ico.sticky.gif) 2px 50% no-repeat; } #Discussions li.Closed{ background: transparent url(images/ico.closed.gif) 2px 50% no-repeat; }
But I'm not guru of CSS. I can't help. You may see this extension as example.
Also, may be need to clear corresponding language definitions:
$Context->Dictionary['TextSticky'] = '';
Good luck.
P.S. You topic "Dicussion icon" suggested me to idea of another extension: user can set any icon to discussion. I'll think about it...