Switch subject icons with a button
Description
This resource will allow you to add a button next to "New topic" and "Reply" buttons to switch quickly the subject icon of that topic
Demo

Code
You have to reply to this topic to see the code (avoid Flood)
General Informations
Code creator: @ForumotionCode tested on: Recent browsers - PhpBB3
Checked by: Niko
Extra infos: If you want to make this code visibile only in some forums, find
- Code:
jQuery('h2.t [...]
and add this codes before that
If you want to make it visible in all the topics of all the forums in a category
- Code:
jQuery('.pathname-box a[href*="/cIF-"]').length&&
If you want to make it visible in all the topics of all the forums in a category
- Code:
jQuery('.pathname-box a[href*="/fID-"]').length&&
You can also use this code for more forums, but this way you have to create another javascript (the main code) again
