Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
GTQuickreply Smilies Popup Details »»
GTQuickreply Smilies Popup
Version: 1.00, by Princeton Princeton is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.8 Rating:
Released: 10-31-2007 Last Update: 11-01-2007 Installs: 124
Uses Plugins Auto-Templates
 
No support by the author.

GTQuickreply Smilies Popup is a small addon that adds a smilie button to the quickreply editor. Clicking on the button will open a smilies popup window.

Custom modification brought to you by Joe Velez (aka Princeton vbulletin.org Admin).

1.0.0 VERSION
(download product_
gtquickreplypopupsmilie.xml)

This is a "No Template Edits" modifications.

Show your support and click
Mark As Installed and Nominate For MOTM.

For continued support and upgrades: Support Developer By Donating Via PayPal.

Recently Released Modifications:

Show Your Support

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

Comments
  #22  
Old 03-05-2008, 02:32 PM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

someone has tested this on Beta 5? Joe do you think that runs?

edit: nvm it runs
Reply With Quote
  #23  
Old 03-05-2008, 02:51 PM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Princeton View Post
hmmm, never noticed it

try (replace plugin):
PHP Code:
if ($vbulletin->templatecache['showthread_quickreply'])
{
  
$vbulletin->templatecache['showthread_quickreply'] = str_replace
    array(
    
'<td width=\"100%\">&nbsp;</td>',
    ),
    array(
    
'<td><img src=\"$stylevar[imgdir_editor]/separator.gif\" width=\"6\" height=\"20\" alt=\"\" /></td>
    <td><div class=\"imagebutton\" id=\"vB_Editor_QR_cmd_smilie\">
    <img src=\"$stylevar[imgdir_editor]/smilie.gif\" alt=\"Smilies\" border=\"0\" onclick=\"vB_Editor[\'$editorid\'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false\" /></div></td>
    <td width=\"100%\">&nbsp;</td>'
,
    ),
    
$vbulletin->templatecache['showthread_quickreply'
  );

Joe i don't understand where i should put this code?
Reply With Quote
  #24  
Old 03-05-2008, 06:05 PM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KURTZ View Post
Joe i don't understand where i should put this code?

ACP > Plugins & Products > Plugin Manager > Product : GTQuickreply Smilies Popup > Print Smilie Button On Quickreply > Edit

...copy princeton code and paste it...save...done....

best regards...
:up:
Reply With Quote
  #25  
Old 03-06-2008, 09:53 AM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thx Prince
Reply With Quote
  #26  
Old 03-23-2008, 05:19 PM
smokeyvol smokeyvol is offline
 
Join Date: Jul 2007
Location: Tennessee
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you please add a drop down that includes the forums top 5 smilies? However with or without the drop dowm the mod is still a great addition!
Reply With Quote
  #27  
Old 03-25-2008, 04:54 PM
Twin_Turbo Twin_Turbo is offline
 
Join Date: Mar 2008
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'd like to do this to the edit box also. Anyone know how to do that? The drop down list would be awesome also IMO.
Reply With Quote
  #28  
Old 03-25-2008, 10:49 PM
Twin_Turbo Twin_Turbo is offline
 
Join Date: Mar 2008
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I added this to quick edit but I can not get the hover over state to change like the other ones do.

Here's my code

PHP Code:
                           <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
                           <
td><div class="imagebutton" id="vB_Editor_QR_cmd_smilie"><img src="$stylevar[imgdir_editor]/smilie.gif"  onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false" /></div></td
I also tried it with the rollout like in the reply box and can't get the contents of the box 9the smilies) to show, even after adding
PHP Code:
$vBeditTemplate[clientscript
to the top

Can anyone help?
Reply With Quote
  #29  
Old 04-20-2008, 10:20 AM
drsli's Avatar
drsli drsli is offline
 
Join Date: Jan 2008
Location: Germany
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you very much for this nice enhancement!
Reply With Quote
  #30  
Old 05-03-2008, 09:08 PM
goddess_dix's Avatar
goddess_dix goddess_dix is offline
 
Join Date: Mar 2007
Location: Kansas
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Twin_Turbo View Post
I added this to quick edit but I can not get the hover over state to change like the other ones do.

snip

Can anyone help?
did you look at the two or three posts before yours, where the discuss the blue hover state and how to fix that? https://vborg.vbsupport.ru/showthrea...71#post1457671
Reply With Quote
  #31  
Old 06-04-2008, 05:26 AM
transparent transparent is offline
 
Join Date: Apr 2008
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works perfect on 3.7.1. Thank you!
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 02:08 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.07046 seconds
  • Memory Usage 2,316KB
  • 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
  • (3)bbcode_php
  • (3)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
  • (3)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