PDA

View Full Version : show smilies in private message quick reply


mpoorrajab
07-02-2009, 08:06 AM
i need a mod like this (https://vborg.vbsupport.ru/showthread.php?t=134135) that work in private message quick reply and user profile page and every where i have an editor...

thank you ...

mpoorrajab
07-06-2009, 09:32 AM
no answer yet?

mpoorrajab
07-08-2009, 10:57 AM
i need it ...

help me please ...

Lynne
07-08-2009, 02:21 PM
That one works just fine - you just need to change the if statement at the top of the a couple of the plugins to include those other two pages. You should be asking for support for that in the modification thread.

mpoorrajab
07-12-2009, 01:16 PM
i asked there ...

but there is no one for answering ...

Lynne
07-12-2009, 02:18 PM
Well, as I said, you just need to add "AND THIS_SCRIPT=='whatever'" to the if statement for the other pages you want it to work on.

mpoorrajab
07-20-2009, 08:28 AM
i cant your mean friend ...

can you tell me more?

Lynne
07-20-2009, 03:42 PM
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:
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.