vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   New Posting Features - Smilies in QR and QE (https://vborg.vbsupport.ru/showthread.php?t=132443)

Fraxter 05-18-2008 03:24 PM

Do you make this compatible with 3.7? It?s not working on it and this is a very good modification. :)

Makc666 02-12-2009 03:46 PM

Quote:

Originally Posted by Pander23 (Post 1523666)
Do you make this compatible with 3.7? It?s not working on it and this is a very good modification. :)

It works with 3.7.4 and with 3.8.1

desender 05-14-2009 09:24 AM

If I have a lot of smiles, than VB shows me link "More".

mlx 05-23-2009 06:03 PM

Yeah great mod. Thanks a lot.

There's just one thing I've recently noticed. We had a problem with an uncached template 'editor_smiliebox' on 'showthread' using this mod together with the GTSmiliebox - Move Smilies Below Editor.

In this case just add 'editor_smiliebox_GTSMILIEBOX_3700' to your 'cache_templates' hook ("[Component] Smilies-in-QR-and-QE").

i.e.:
Code:

if (THIS_SCRIPT == 'showthread' AND $vbulletin->options['quickreply'] > 0)
{
        $globaltemplates = array_merge($globaltemplates, array(
                // message stuff 3.5
                'editor_smilie',
                // smiliebox templates
                'editor_smiliebox',
                'editor_smiliebox_row',
                'editor_smiliebox_straggler',
                // misc often used
                'newpost_disablesmiliesoption',
                // fix for GTSmiliebox
                'editor_smiliebox_GTSMILIEBOX_3700',
        ));
}

Seems to work fine for us together now :)

akanevsky 06-05-2009 11:28 PM

This hack has been updated to remove template edits.


All times are GMT. The time now is 11:29 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00981 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete