Version: 1.1.0, by akanevsky
Developer Last Online: Feb 2016
Version: 3.5.x
Rating:
Released: 10-27-2005
Last Update: 06-05-2009
Installs: 226
Uses Plugins Auto-Templates
Translations
No support by the author.
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 3.5.x - 3.8.x
|| Released : Jun 05, 2009
||
|| 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
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.
It is used for HTML manual, don't pay attention to it.
Quote:
I'm using vbadvanced gallery ... the smileys don't show up in the qr box on that. (the link does but there is nothing in it)
I am not using the gallery, so I can't help you with that. I would assume that in one of the files you need to perform a replacement identical to the one for ./forum/includes/functions_editor.php
It is used for HTML manual, don't pay attention to it.
I am not using the gallery, so I can't help you with that. I would assume that in one of the files you need to perform a replacement identical to the one for ./forum/includes/functions_editor.php
I think it's because the gallery isn't stored under the forum root but next to it
ie
html_docs/forum
html_docs/gallery
So I might just need to find the file that works the smiley popup in the forum root and copy it to the gallery root (maybe, maybe not. I'm no coder)
For some reason after install, the templates aren't getting cached, this has added 5 extra queries to every thread :
Uncached templates: editor_smilie (15)
Uncached templates: editor_smiliebox (1)
Uncached templates: editor_smiliebox_row (5)
Uncached templates: newpost_disablesmiliesoption (1)
For some reason after install, the templates aren't getting cached, this has added 5 extra queries to every thread :
Uncached templates: editor_smilie (15)
Uncached templates: editor_smiliebox (1)
Uncached templates: editor_smiliebox_row (5)
Uncached templates: newpost_disablesmiliesoption (1)
For some reason after install, the templates aren't getting cached, this has added 5 extra queries to every thread :
Uncached templates: editor_smilie (15)
Uncached templates: editor_smiliebox (1)
Uncached templates: editor_smiliebox_row (5)
Uncached templates: newpost_disablesmiliesoption (1)
how can I resolve this? Thanks
I get this also, i think its because they have not been included in the global.php file.