vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Mini Mods - GTQuickreply Smilies Popup (https://vborg.vbsupport.ru/showthread.php?t=161690)

Princeton 10-31-2007 10:00 PM

GTQuickreply Smilies Popup
 
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:

jolinary 11-01-2007 04:51 PM

Thx you for this hack, good job :)

puertoblack2003 11-01-2007 05:06 PM

another great hack thanks ;)installed.

rjmjr69 11-01-2007 06:56 PM

THis does not cache very well

Princeton 11-01-2007 07:16 PM

Quote:

Originally Posted by rjmjr69 (Post 1373678)
THis does not cache very well

can you be more specific with your problem?

Selene 11-01-2007 10:07 PM

I dont plan to use this hack, but I want to thank you for the time and effort you put for all the vb community! I love ur hacks. Keep up the good work.

ssslippy 11-02-2007 03:17 AM

Your ability to make non template editing plugins is great! Thank you for the effort.

Princeton 11-02-2007 01:03 PM

thank you .. appreciate the feedback

rjmjr69 11-03-2007 02:19 AM

Quote:

Originally Posted by Princeton (Post 1373691)
can you be more specific with your problem?

After installing this hack I get a bunch of NON cache from it.....


Heres a link to what I get


http://s101.photobucket.com/albums/m...rent=Cache.jpg

http://www.mediafire.com/imageview.p...zenmdb&thumb=4
Might be easier to see with that link

lolo? 11-03-2007 07:59 AM

great mod thanks work with no problem

Princeton 11-03-2007 03:18 PM

Quote:

Originally Posted by rjmjr69 (Post 1374580)
After installing this hack I get a bunch of NON cache from it.....
Heres a link to what I get

http://s101.photobucket.com/albums/m...rent=Cache.jpg
http://www.mediafire.com/imageview.p...zenmdb&thumb=4
Might be easier to see with that link

sorry to hear about your problems but it's not due to this product - this product does not use templates

you probably have custom scripts/plugins on your site .. install the modification on a clean vbulletin and you will see that everything works properly

rjmjr69 11-03-2007 08:40 PM

Quote:

Originally Posted by Princeton (Post 1374873)
sorry to hear about your problems but it's not due to this product - this product does not use templates

you probably have custom scripts/plugins on your site .. install the modification on a clean vbulletin and you will see that everything works properly

I have a cache mod and its not allowing them to cache oh well I can use the old smiley hack

Stifmeister2 11-04-2007 05:21 PM

Quote:

Originally Posted by ssslippy (Post 1373964)
Your ability to make non template editing plugins is great! Thank you for the effort.

I like it too. :)

Installed & nominated. :)

Endurer 11-07-2007 07:54 PM

Excellent work, Installed.

kollam003 11-08-2007 10:35 AM

the hack is fine but i have a suggestion if you could make the 5 smileys in a drop box it would have been much better and after that you can open up the smiley page .

clicks install

kennethj 11-11-2007 11:37 AM

love it - no templates and as with all your mods (at least the ones i use) -
works perfect with out the futzing around :up:

princeedward 03-02-2008 11:52 AM

marked installed... but one question....how come the button color effect function is not workin???...when you bring the mouse pointer on it...not same as the other editor button...i mean the light blue color effect....

:confused:

princeedward 03-04-2008 04:21 AM

Quote:

Originally Posted by princeedward (Post 1455100)
marked installed... but one question....how come the button color effect function is not workin???...when you bring the mouse pointer on it...not same as the other editor button...i mean the light blue color effect....

:confused:

Bump! :rolleyes:

Princeton 03-05-2008 12:55 PM

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'
  );



KURTZ 03-05-2008 02:32 PM

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

edit: nvm it runs :D

princeedward 03-05-2008 02:32 PM

Quote:

Originally Posted by Princeton (Post 1457584)
hmmm, never noticed it
try (replace plugin):

:up: now works like a magic...thanks a bunch boss...

KURTZ 03-05-2008 02:51 PM

Quote:

Originally Posted by Princeton (Post 1457584)
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?

princeedward 03-05-2008 06:05 PM

Quote:

Originally Posted by KURTZ (Post 1457671)
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...
:p :up:

KURTZ 03-06-2008 09:53 AM

thx Prince :)

smokeyvol 03-23-2008 05:19 PM

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!

Twin_Turbo 03-25-2008 04:54 PM

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.

Twin_Turbo 03-25-2008 10:49 PM

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?

drsli 04-20-2008 10:20 AM

Thank you very much for this nice enhancement! :)

goddess_dix 05-03-2008 09:08 PM

Quote:

Originally Posted by Twin_Turbo (Post 1474587)
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

transparent 06-04-2008 05:26 AM

Works perfect on 3.7.1. Thank you!

Keesa 07-29-2008 05:34 AM

Seamless install on 3.7.2

I have many happy members now thanks to you!

KURTZ 06-01-2010 11:15 AM

hey Joe, any update for the 4.0.x? :)

Stifmeister2 06-03-2011 10:00 AM

Does anyone have this for 4.x ??


All times are GMT. The time now is 04:54 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.01389 seconds
  • Memory Usage 1,817KB
  • 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
  • (4)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete