PDA

View Full Version : Mini Mods - GTQuickreply Smilies Popup


Princeton
10-31-2007, 10:00 PM
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:
GTSearch: Google? Custom Search Engine (https://vborg.vbsupport.ru/showthread.php?threadid=162072)
GTUserCP - Enhanced USERCP Interface + USERCP Menu (https://vborg.vbsupport.ru/showthread.php?t=136321)
GTPrivate Messages Enhanced Listing (preview message) (https://vborg.vbsupport.ru/showthread.php?t=149710)
GTHighlight Unread Announcements (https://vborg.vbsupport.ru/showthread.php?t=149780)
vbulletin.org Info Footer Panel (https://vborg.vbsupport.ru/showthread.php?t=149651)
New Private Message Alert Popup (https://vborg.vbsupport.ru/showthread.php?t=149658)
Other modifications (https://vborg.vbsupport.ru/member.php?u=925)..

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
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
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/m75/rjmjr69/?action=view&current=Cache.jpg

http://www.mediafire.com/imageview.php?quickkey=0gmejzenmdb&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
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/m75/rjmjr69/?action=view&current=Cache.jpg
http://www.mediafire.com/imageview.php?quickkey=0gmejzenmdb&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
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
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
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):

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
hmmm, never noticed it
try (replace plugin)::up: now works like a magic...thanks a bunch boss...

KURTZ
03-05-2008, 02:51 PM
hmmm, never noticed it

try (replace plugin):

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
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

<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 $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
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/showthread.php?p=1457671#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 ??