Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
Smilies in QR and QE Details »»
Smilies in QR and QE
Version: 1.1.0, by akanevsky akanevsky is offline
Developer Last Online: Feb 2016 Show Printable Version Email this Page

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.

IF YOU LIKE MY HACK, PLEASE CLICK INSTALL

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 10-28-2005, 07:12 PM
moonclamp's Avatar
moonclamp moonclamp is offline
 
Join Date: May 2004
Location: London
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Phew, at last thanks

Anyway, 2 things

What does the .css in the zip do?

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)
Reply With Quote
  #3  
Old 10-28-2005, 07:26 PM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
What does the .css in the zip do?
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
Reply With Quote
  #4  
Old 10-28-2005, 07:53 PM
imported_magjr imported_magjr is offline
 
Join Date: Nov 2004
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did it in under three minutes and works like a charm.

A god you are!

*clicked install*
Reply With Quote
  #5  
Old 10-28-2005, 08:32 PM
moonclamp's Avatar
moonclamp moonclamp is offline
 
Join Date: May 2004
Location: London
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dark Visor
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)
Reply With Quote
  #6  
Old 10-29-2005, 12:00 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, I was looking for this.
Reply With Quote
  #7  
Old 10-31-2005, 05:25 PM
mfizzel mfizzel is offline
 
Join Date: Sep 2005
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #8  
Old 10-31-2005, 05:47 PM
EasyTarget EasyTarget is offline
 
Join Date: Nov 2004
Posts: 660
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you.
Reply With Quote
  #9  
Old 10-31-2005, 07:49 PM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
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'll see if I can fix this.
Reply With Quote
  #10  
Old 11-04-2005, 07:10 AM
mcyates mcyates is offline
 
Join Date: Jan 2003
Location: Middlesbrough, Cleveland
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mfizzel
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.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:18 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04689 seconds
  • Memory Usage 2,286KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete