vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Smilies for Quick Reply (https://vborg.vbsupport.ru/showthread.php?t=60307)

the wiz 09-28-2004 01:02 PM

Installed. :D

integra99 09-28-2004 01:07 PM

Quote:

Originally Posted by MartynJ
Also, the box seems to randomly appear at all different sizes. I'm now uninstalling this hack.

The quick reply smilie box calls the same template that is used in the normal reply, so if one isn't working, the other shouldn't either. If the other smilie box is working fine, then you goofed on the install ;)

mcyates 12-14-2004 08:34 AM

I don't actually want the smilies to show straight away, it it possible to have a link, something like:

"Click For Smilies"

Then a popup window appears with the smilies?

Tipi 01-18-2005 03:09 PM

Installed. Love it. :D

khaleel 01-20-2005 10:44 AM

*installs*

SVTBlackLight01 01-20-2005 04:19 PM

Quote:

Originally Posted by mcyates
I don't actually want the smilies to show straight away, it it possible to have a link, something like:

"Click For Smilies"

Then a popup window appears with the smilies?

There is a mod for this at vbulletintemplates.com.
http://www.vbulletintemplates.com/mo...ead.php?t=6449

:)

DRJ 01-21-2005 10:17 PM

I am having some problems with this and was hoping someone could help me out. When using FireFox sometime the Smilie Box will not load to its full size (see pic). Other times it will load fine. Any ideas what would cause that?

Also this works great in the enhanced WYSIWYG mode but not in the others. What I would like to do is to not even show the Smile Box if the user is not in the enhanced WYSIWYG mode. I tried adding this to the showthread.php

Replaced this

if ($allowsmilie)

With this

if ($allowsmilie And $wysiwyg == 1)

before the smilies are loaded and it seems to work somewhat. There are now now Smilies shown, but there is still a small window shown to the right. Can anyone help me get rid of that too?

Thanks

Paprika 02-03-2005 12:14 AM

I too am having problems w/ this mod but my members really want it. Why abandon such a buggy mod like this? WTF. Looks like I'll have to fix them myself.

Update: Works fine on my vBulletin 3.0.3 installation. But be aware of this:

The editor_smiliebox_quickreply template has BBCODE in it. I don't know how it got there but it will cause the "MORE" link under the smilies to NOT WORK. search for and remove the code tags to correct it. Or use the corrected template below:

HTML Code:

<!--  smiles quichreply par Mйgatekno -->
<script language="Javascript">
function open_smilie_window_pop(wysiwyg) { window.open
("misc.php?do=getsmilies&wysiwyg=" + wysiwyg, "open_smilie_window_pop",  "statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=240,height  =300,top=10,left=600"); }
</script>


<fieldset id="smiliebox" title="$vbphrase[smilies]">
        <legend>$vbphrase[smilies]</legend>
        <table cellpadding="4" cellspacing="0" border="0" align="center">
        $smiliebits
        <if condition="$show['moresmilieslink']">
        <tr>
                <td class="smallfont" colspan="$vboptions[smcolumns]">[<a href="javascript:open_smilie_window_pop($wysiwyg)" onclick="open_smilie_window(smiliewindow_x, smiliewindow_y, $wysiwyg); return false" title="<phrase 1="$vboptions[smtotal]" 2="$totalsmilies">$vbphrase[showing_x_smilies_of_y_total]</phrase>">$vbphrase[more]</a>]</td>
        </tr>
        </if>
        </table>
</fieldset>

<if condition="$show['wysiwyg']">
        <script type="text/javascript">
        <!--
        // init the WYSIWYG smilie box
        open_smilie_window($wysiwyg);
        //-->

        </script>
</if>


detalhe 02-05-2005 08:03 AM

Just installed it and nothing shows, just a smaller quick reply box :(

Deviant++ 02-08-2005 05:07 PM

my box is coming like this, I wanna make the reply box taller.. how ?


All times are GMT. The time now is 04:56 PM.

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.01214 seconds
  • Memory Usage 1,746KB
  • 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_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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