vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Smilies in QR and QE (https://vborg.vbsupport.ru/showthread.php?t=99532)

Smoothie 11-11-2006 02:42 AM

Installed, thanks a bunch!

Lyricsmama 11-24-2006 02:32 PM

Thank you very much.
My users will love you to no end.

ncangler 11-25-2006 04:30 PM

Works great. Thank you! I did notice that the link to your mod thread that is created in the "Manage Products" listing by importing the product file, doesn't link to the correct page. FYI

akanevsky 11-25-2006 04:33 PM

It does now. I forgot to put the product id in the 3.6 thread.

ncangler 11-25-2006 05:46 PM

I just installed psiStats BTW and it did the same thing. Thanks!
Quote:

Originally Posted by Psionic Vision (Post 1124925)
It does now. I forgot to put the product id in the 3.6 thread.


heeroyun 01-08-2008 04:36 PM

Any other method to add more smiles to the drop box of quick reply than edit the maximum smiles on advantages reply ?

Lea Verou 08-17-2008 06:24 AM

This also works with 3.7.2 :D

Taragon 09-14-2008 05:16 PM

and 3.7.3 :)

From 3.7.1 it should be (from the readme.html)

FIND
Code:

                        <div style="padding:$stylevar[formspacer]px">
                            <if condition="$bbuserinfo['signature']">
                                <div style="float:$stylevar[right]"><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="5" checked="checked" />$vbphrase[show_your_signature]</label></div>
                            </if>
                            <label for="qr_quickreply"><input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />$vbphrase[quote_message_in_reply]</label>

ADD UNDERNEATH
Code:

                            <div>$disablesmiliesoption</div>
Otherwise [minicode]<div style="padding:$stylevar[formspacer]px">[/minicode] will mess up the aligning of your "Disable smilies in text" checkbox.

PS. I never knew we had a minicode vB code here at this board :p

Oblivion Knight 05-12-2009 07:57 AM

Still working in 3.8.2.. :)

mlx 05-23-2009 06:02 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:29 PM

This hack has been updated to remove template edits.

Taragon 07-13-2009 07:05 PM

As a future request perhaps, would it be possible to include all editors? Meaning, vB Blog, user albums, user profiles, etc.

tranceup 05-03-2010 08:27 PM

Uncached templates: editor_posttemplates (1)
Uncached templates: editor_posttemplates_js (1)

fix please..


All times are GMT. The time now is 04:19 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.01184 seconds
  • Memory Usage 1,741KB
  • 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
  • (3)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
  • (13)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