Hi
I have just set up the Topic status plugin and would like to do a couple of things
- have the icon change depending on topic status type.
- change the colour of the link depending on the status of the topic.
I was thinking of doing this based on the value but this is in the URL is there a way I can change the php so that it inserts a class based on the value on the <a> tag?
so in theory could i do something like add in a class “value1 or value2″ based on status so I can then create css to change the image and link colour <a id=”spTopicIndexTopicStatus7” class=”spTopicIndexStatus spButton spLeft vtip value1“
Any help around this would be great as I’m looking to use this on a support froum and it would allow for a nice visual representation of the status.