PDA

View Full Version : New Posting Features - Smilies in QR and QE


akanevsky
04-15-2010, 10:00 PM
I no longer support my hacks. Please feel free to update them and release new versions elsewhere as long as I get the credit for the original modification.

/*===================================*\
|| Smilies in QR and QE
||
|| Author : Anton Kanevsky
|| Works on : vBulletin 4.0.x
|| Released : Apr 16, 2010
||
|| Time required to install: ~30 seconds
|| Difficulty: easy
\*===================================*/

DESCRIPTION

Displays standard vBulletin smilies in quick reply and quick edit, which are not there by default.

STATISTICS

Products to Install: 1


VERSION HISTORY

2.0.0
Hack ported to vBulletin 4.0.x.

1.1.0
[+] The modification is now compatible with vBulletin 3.5.x - 3.8.x.
[+] Eliminated all template edits.

1.0.3
[+] The modification is now compatible with vBulletin 3.6.

1.0.2
[+] The dropdown has been added to the quick edit form.
[+] The hack is now free of code modifications.

1.0.1
[F] Templates are now cached, 4 queries saved.

1.0.0
Initial Release

The installation manual is contained within the attached file.

IF YOU LIKE MY HACK, PLEASE CLICK INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=240610)

skariko
04-17-2010, 10:34 AM
The attachment is corrupted :)

akanevsky
04-17-2010, 02:49 PM
It works for me. Try a different zip utility.

ViktorDA
04-17-2010, 03:27 PM
7 zip - no problems :)

skariko
04-17-2010, 05:37 PM
It works for me. Try a different zip utility.

I'm using a Mac... so on OSX it doesn't work :)
On monday i'll go to office and i'll use a PC.. but this post it's just to inform you that on OSX it doesn't go :)

encryption
04-28-2010, 01:48 PM
I installed this and don't see anything in QR or QE

Dr.osamA
04-30-2010, 03:43 PM
perfect

installed + 5 stars

zelnik
04-30-2010, 04:59 PM
perfect perfect perfect, my users will be very happy!

Walter Ronny
05-19-2010, 11:40 PM
Perfect!!! it should be great if you can add smilies in PM Quick reply too!

Thanks

sadiq6210
05-20-2010, 10:41 AM
Thanks

Walter Ronny
06-02-2010, 09:15 PM
it's possible to add too to Private message reply?

and it's possible to make a "random smilies" everytime? that would be PERFECT!

thanks!

funmasti
06-03-2010, 04:15 AM
great mod mate.. thanks

Leeleemu
06-05-2010, 01:22 AM
Great work :)

muhonki
06-13-2010, 07:04 AM
Works fine if forum is in default language (english), but when user change forum to other language (finnish) user gets error

PHP Parse error: syntax error, unexpected '(' in /forumpath/includes/class_core.php(4020) : eval()'d code on line 61

zelnik
06-18-2010, 03:42 PM
Hi guys..

This has stopped working on vb4.0.4 :(

Juggernaut
06-19-2010, 06:46 PM
^^ This does not work in vBulletin 4.0.4

a7lameza.com
06-20-2010, 07:41 PM
thank you

chipc0i
06-22-2010, 06:49 AM
not work in vb 4.0.4

zelnik
06-22-2010, 07:09 AM
Psionic do you think this will be an easy fix for 4.0.4 as my users are screaming at me :)

Juggernaut
07-01-2010, 11:19 PM
It says that the mod is not supported, will probably have to uninstall :(

Fraxter
07-13-2010, 01:23 PM
Confirmed: Not working on 4.0.4

dwkmi
07-18-2010, 01:10 AM
Doesn't work in 4.0.5 either.
Need this badly!! ;)

Fungsten
07-18-2010, 10:54 PM
Doesn't work in 4.0.5 either.
Need this badly!! ;)

Same here.

zelnik
07-19-2010, 09:28 AM
Psionic hasn't been online since June so I'm not holding much hope for a fix :(

Someone else has done a manual edit and it works in 4.0.4/4.0.5 here: https://vborg.vbsupport.ru/showthread.php?t=246807

BaziCenter
08-06-2010, 07:04 AM
Here is the quick fix for 4.0.4/4.0.5:
open the product-psi_smqre.xml

In lines 60 & 82 find:
<div class="popupctrl" id="{vb:raw editorid}_colorfield"><img src="{vb:stylevar imgdir_editor}/color.png" class="vbedit_colorbutton" width="21" height="16" alt="" /></div>Replace with:
<div class="popupctrl" id="{vb:raw editorid}_colorfield"><img src="{vb:stylevar imgdir_editor}/color.png" id="{vb:raw editorid}_color_out" class="vbedit_colorbutton" width="21" height="16" alt="" /></div>-----------------------------------
In line 119 find:
<textarea name="message" id="{vb:raw editorid}_textarea" rows="10" tabindex="1" cols="80" dir="{vb:stylevar textdirection}" disabled="disabled">{vb:raw click_quick_reply_icon}</textarea>
<vb:else />
<textarea name="message" id="{vb:raw editorid}_textarea" rows="10" tabindex="1" cols="80" dir="{vb:stylevar textdirection}"></textarea>Replace with:
<textarea name="message" id="{vb:raw editorid}_textarea" rows="10" tabindex="1" cols="80" dir="{vb:stylevar textdirection}" <vb:if condition="$content">class="{vb:raw content}"</vb:if> disabled="disabled">{vb:raw click_quick_reply_icon}</textarea>
<vb:else />
<textarea name="message" id="{vb:raw editorid}_textarea" rows="10" tabindex="1" cols="80" dir="{vb:stylevar textdirection}" <vb:if condition="$content">class="{vb:raw content}"</vb:if>></textarea>-----------------------------------
Upload the XML again.

sonlaol
08-07-2010, 03:55 AM
not work on 4.0.5

xml after edit

audis3
10-22-2010, 01:20 AM
not work on 4.0.5

xml after edit

Great, this works in 4.0.7

Thanks

hoangminh
10-28-2010, 11:16 AM
not work on 4.0.5

xml after edit
Yours works in 4.0.8

MaverickEX
01-10-2011, 07:06 PM
not work on 4.0.5

xml after edit

Just installed it in 4.0.7 also. Thanks for the update!

As an aside, I wasn't able to unzip the ZIP file provided by the mod creator. Thanks for making the file available!

Leo777
01-20-2011, 10:38 PM
not work on 4.0.5

xml after edit


Thanks for the fix, very much appreciated :)

EquinoxWorld
01-21-2011, 12:05 PM
not work on 4.0.5

xml after edit

Awesome work! works on vB 4.1.1 on a custom theme and the default as well. Good work!

Chmura
02-10-2011, 11:23 PM
Didn't work for me.
Default theme, 4.1.1

Leo777
02-11-2011, 06:00 AM
Didn't work for me.
Default theme, 4.1.1

Did you use the updated version from this post : https://vborg.vbsupport.ru/showpost.php?p=2080387&postcount=26

Chmura
02-11-2011, 07:50 PM
Did you use the updated version from this post : https://vborg.vbsupport.ru/showpost.php?p=2080387&postcount=26

Nope, I did now and it works :)

MeisterGigi
02-28-2011, 05:33 AM
thanx, the updated one works in 4.1.12 too :)

Would it also be possible that there are in the quick reply box lets say 10-20 smilies always visible?

SpaceStar
04-04-2011, 09:02 PM
Not working in 4.1.2 - it destroyed the Quick Reply (removed all other icons)

fxwoody
04-09-2011, 11:30 AM
!!! Is it working guys or not???

For everyone interested, i have been struggling with different scripts to make the smilies to show ! Tho, q-reply seems like impossible to get to show!!! Should be standard in vB anyway.
But, i managed to make them to show in Q-pmreply whit Lynne's smilies below plugin ;)
See info in there: https://vborg.vbsupport.ru/showthread.php?t=229650