I mean, for instance, in one of the plugins there is a condition at the top. I simply modified it to also include other pages like this:
PHP Code:
if ((THIS_SCRIPT == 'showthread' AND $editor_type == 'qr') OR THIS_SCRIPT == 'member' OR THIS_SCRIPT == 'converse' OR THIS_SCRIPT == 'group')
So, you need to modify your conditions to include all the pages you wish this to be shown on.