Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Smilies for Quick Reply Details »»
Smilies for Quick Reply
Version: 1.00, by Megatekno Megatekno is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 01-15-2004 Last Update: Never Installs: 81
 
No support by the author.

This hack you permait to add smilies in the fast réponce of Vbulletin 3 gamma, rc1, rc2.

Information about Hack
Time of installation (min.) 10
Nb of templates to add 2
Nb of templates to be modified 1
Nb of files to be modified 1

Do not speak about the englais, me little to bring a suport has this hack.

Show Your Support

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

Comments
  #102  
Old 09-28-2004, 01:02 PM
the wiz the wiz is offline
 
Join Date: Jul 2004
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed.
Reply With Quote
  #103  
Old 09-28-2004, 01:07 PM
integra99's Avatar
integra99 integra99 is offline
 
Join Date: Jun 2003
Location: Indiana
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #104  
Old 12-14-2004, 08:34 AM
mcyates mcyates is offline
 
Join Date: Jan 2003
Location: Middlesbrough, Cleveland
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #105  
Old 01-18-2005, 03:09 PM
Tipi's Avatar
Tipi Tipi is offline
 
Join Date: Jun 2004
Location: Norway
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed. Love it.
Reply With Quote
  #106  
Old 01-20-2005, 10:44 AM
khaleel's Avatar
khaleel khaleel is offline
 
Join Date: Oct 2004
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*installs*
Reply With Quote
  #107  
Old 01-20-2005, 04:19 PM
SVTBlackLight01's Avatar
SVTBlackLight01 SVTBlackLight01 is offline
 
Join Date: Jan 2003
Location: Texas
Posts: 504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Reply With Quote
  #108  
Old 01-21-2005, 10:17 PM
DRJ DRJ is offline
 
Join Date: Jan 2005
Location: California USA
Posts: 164
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #109  
Old 02-03-2005, 12:14 AM
Paprika Paprika is offline
 
Join Date: Jul 2003
Location: Ohio
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Reply With Quote
  #110  
Old 02-05-2005, 08:03 AM
detalhe's Avatar
detalhe detalhe is offline
 
Join Date: Jan 2005
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just installed it and nothing shows, just a smaller quick reply box
Reply With Quote
  #111  
Old 02-08-2005, 05:07 PM
Deviant++'s Avatar
Deviant++ Deviant++ is offline
 
Join Date: Sep 2004
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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


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 09:19 PM.


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.04683 seconds
  • Memory Usage 2,315KB
  • Queries Executed 25 (?)
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
  • (1)bbcode_html
  • (2)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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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