Log in

View Full Version : Link to Smilies in Quick Reply


amykhar
08-02-2005, 10:00 PM
This is an easy one that makes a lot of sense to be there by default.

I didn't want a smilie box next to my QR. To me, QR is supposed to be lean and mean. But, I did want my users to be able to pop up the smilies and click on them when using QR.

hotrod1
08-03-2005, 08:50 PM
Hmm the window doesn't popup

amykhar
08-03-2005, 11:36 PM
It does for me. I don't think anything I installed for my smilie category hack would affect this either. Can somebody else confirm the problem?

Amy

hotrod1
08-03-2005, 11:47 PM
All it does for me is go to the top of the page.

EasyTarget
08-03-2005, 11:49 PM
how about the smilie pull down menu? I'd like to have that in my quick reply box.

amykhar
08-04-2005, 12:03 AM
how about the smilie pull down menu? I'd like to have that in my quick reply box.

I won't be doing that because I don't want the extra overhead. I'm sure the person who wrote the heavier smilie in quick reply hack with oblige.

Hotrod, I'll see what I can figure out.

Amy

amykhar
08-04-2005, 12:14 AM
Hotrod, I just thought of something. Do you have javascript enabled? Regardless, I need to see what I can do for non-javascript people.

Boofo
08-04-2005, 01:09 AM
That must be it, Amy. It comes up just fine for me.

amykhar
08-04-2005, 01:19 AM
I'm stuck at work and can't turn javascript off on this machine - damn IT managers :angry:

So, I can't see how the regular more smilies link works if javascript is off. I didn't see an alternative in the code when I looked a few minutes ago.

amykhar
08-04-2005, 04:51 PM
OK. Now that I am home and am master of my own browser, I did some checking. If javascript is off, the window does not pop up. But, this is the same exact behavior of the more smilies link if javascript is off.

If you really want it to pop up for non-javascript users, you can use this code:

<div>[<a href="misc.php?do=getsmilies" target="new" onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false">Smilies</a>]</div>


BUT, clicking the smilies won't work for them anyway. All they would have would be a list of smilies and what to type in to use them.

Amy

monstergamer
08-04-2005, 08:23 PM
thanx for this...i like the speed as well and this is the best way to keep that and still have smilies

BamaStangGuy
08-07-2005, 05:00 AM
This is how I have mine:

https://vborg.vbsupport.ru/external/2005/08/1.php?attachmentid=33020

To have it this way:

Find:

<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div></td>


Add after:

<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>

<td><a href="#" onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false"><img src="http://www.mustangevolution.com/forum/images/smilies/smile.gif" alt="Smilies" border="0" /></a></td>
</if>


Make sure you replace http://www.mustangevolution.com/forum/images/smilies/smile.gif with the smilie you want to appear there :)

Boofo
08-07-2005, 09:03 AM
This is how I have mine:

https://vborg.vbsupport.ru/attachment.php?attachmentid=33020

To have it this way:

Find:

<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div></td>


Replace with:

<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>

<td><a href="#" onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false"><img src="http://www.mustangevolution.com/forum/images/smilies/smile.gif" alt="Smilies" border="0" /></a></td>
</if>


Make sure you replace http://www.mustangevolution.com/forum/images/smilies/smile.gif with the smilie you want to appear there :)

Don't you mean to ADD after the code and not replace it? ;)

BamaStangGuy
08-07-2005, 02:29 PM
^ Good call :)

Oblivion Knight
08-09-2005, 07:28 PM
Brent, wouldn't it be easier to just link to $stylevar[imgdir_editor]/smilie.gif ?

;)

Boofo
08-09-2005, 07:40 PM
Brent, wouldn't it be easier to just link to $stylevar[imgdir_editor]/smilie.gif ?

;)

If you want to put smilie.gif in the editor directory, it would. ;)

Oblivion Knight
08-09-2005, 07:51 PM
If you want to put smilie.gif in the editor directory, it would. ;)smilie.gif already exists in the editor directory from the WYSIWIG toolbar.. :p

Boofo
08-09-2005, 08:20 PM
smilie.gif already exists in the editor directory from the WYSIWIG toolbar.. :p

I guess I made a boo-boo, huh? I forgot about that. ;)

Gizmo5h1t3
08-09-2005, 10:03 PM
works a treat on RC2

mrsbuzzy
08-27-2005, 12:19 AM
This is how I have mine:

https://vborg.vbsupport.ru/attachment.php?attachmentid=33020

To have it this way:

Find:

<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div></td>


Add after:

<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>

<td><a href="#" onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false"><img src="http://www.mustangevolution.com/forum/images/smilies/smile.gif" alt="Smilies" border="0" /></a></td>
</if>


Make sure you replace http://www.mustangevolution.com/forum/images/smilies/smile.gif with the smilie you want to appear there :)

I like this, but when I do what you say, I get this:

Message:
http://www.parent-2-parent.com/forum/images/editor/removeformat.gifhttps://vborg.vbsupport.ru/external/2005/08/1.gifhttps://vborg.vbsupport.ru/external/2005/08/2.gifhttps://vborg.vbsupport.ru/external/2005/08/3.gifhttps://vborg.vbsupport.ru/external/2005/08/4.gifhttps://vborg.vbsupport.ru/external/2005/08/1.gifhttps://vborg.vbsupport.ru/external/2005/08/5.gifhttps://vborg.vbsupport.ru/external/2005/08/6.gifhttps://vborg.vbsupport.ru/external/2005/08/1.gifhttps://vborg.vbsupport.ru/external/2005/08/7.gifhttps://vborg.vbsupport.ru/external/2005/08/8.gifhttps://vborg.vbsupport.ru/external/2005/08/1.gifhttps://vborg.vbsupport.ru/external/2005/08/9.gifhttps://vborg.vbsupport.ru/external/2005/08/1.gifhttps://vborg.vbsupport.ru/external/2005/08/10.gif (http://parent-2-parent.com/forum/showthread.php?t=25945#) https://vborg.vbsupport.ru/external/2005/08/1.gifhttps://vborg.vbsupport.ru/external/2005/08/11.gifhttps://vborg.vbsupport.ru/external/2005/08/12.gifhttps://vborg.vbsupport.ru/external/2005/08/13.gifhttps://vborg.vbsupport.ru/external/2005/08/1.gifhttps://vborg.vbsupport.ru/external/2005/08/14.gif
= 'vB_Editor_QR'; //-->
OptionsShow your signature
Quote message in reply?


It seems to me it's missing some kind of code that starts with: <if condition=

mrsbuzzy
08-27-2005, 12:26 AM
Yes, it works for me now, I just put this:

<if condition="$show['editor_toolbar']">

Before the "Add After" section code.

Valter
08-27-2005, 02:05 AM
Hi amykhar

Your hack works fine for me, thanks ;)

amykhar
08-27-2005, 02:06 AM
Glad you enjoy it :)

glorify
08-30-2005, 03:31 AM
This is how I have mine:

https://vborg.vbsupport.ru/attachment.php?attachmentid=33020

To have it this way:

Find:

<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div></td>


Add after:

<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>

<td><a href="#" onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false"><img src="http://www.mustangevolution.com/forum/images/smilies/smile.gif" alt="Smilies" border="0" /></a></td>
</if>


Make sure you replace http://www.mustangevolution.com/forum/images/smilies/smile.gif with the smilie you want to appear there :)


You can also add it in the postbit_quickedit if you want the smile box on your quick edit template.

Brandon Sheley
09-19-2005, 06:26 PM
worked fine for me on rc3 :) thank you
* Brandon Sheley installs

Wayne Luke
09-19-2005, 07:22 PM
Installed this but used Brent's version. Same concept but more aesthetically pleasing in my opinion.

Oblivion Knight
09-22-2005, 05:26 AM
Installed this but used Brent's version. Same concept but more aesthetically pleasing in my opinion.You could of course go one step further and make it look like a real vB editor button.. ;)

Here's my code:
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<td><div class="imagebutton" id="{$editorid}_cmd_smilies"><a onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false"><img src="$stylevar[imgdir_editor]/smilie.gif" width="21" height="20" alt="$vbphrase[display_smilies]" border="0" /></a></div></td>

Boofo
09-22-2005, 05:39 AM
You could of course go one step further and make it look like a real vB editor button.. ;)

Here's my code:
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<td><div class="imagebutton" id="{$editorid}_cmd_smilies"><a onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false"><img src="$stylevar[imgdir_editor]/smilie.gif" width="21" height="20" alt="$vbphrase[display_smilies]" border="0" /></a></div></td>

And what would this look like then?

Oblivion Knight
09-22-2005, 06:10 AM
And what would this look like then?Attached a screenshot, just for you.. ;)

Boofo
09-22-2005, 06:15 AM
Attached a screenshot, just for you.. ;)

Now I can die a happy man. ;)

lylah
09-26-2005, 09:14 PM
Nice...

thanx :)

Mr Chad
09-26-2005, 11:55 PM
Nice i fixed it up a lil, just use a image to represent the "[Smilie]" thing so it looks normal.

Allan
10-05-2005, 02:11 PM
Thanks for this hack Amykhar :)

Click Install

Riotblade
10-14-2005, 01:12 AM
Thanks, works great for me!

lefthome
10-19-2005, 08:22 PM
*installed*

twitch
10-19-2005, 09:22 PM
Thanks!

Mirrorball
10-28-2005, 12:53 PM
Here is my code:

<td><div class="imagebutton" id="{$editorid}_cmd_smilies"><a href="misc.php?do=showsmilies" target="new" onclick="if(qr_active) { vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); } return false"><img src="$stylevar[imgdir_editor]/smilie.gif" width="21" height="20" alt="$vbphrase[show_all_smilies]" border="0" /></a></div></td>

If quick reply isn't active, the popup window doesn't open.

klaattu
11-11-2005, 12:23 AM
Here is my code:

<td><div class="imagebutton" id="{$editorid}_cmd_smilies"><a href="misc.php?do=showsmilies" target="new" onclick="if(qr_active) { vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); } return false"><img src="$stylevar[imgdir_editor]/smilie.gif" width="21" height="20" alt="$vbphrase[show_all_smilies]" border="0" /></a></div></td>

If quick reply isn't active, the popup window doesn't open.

Anyone? does this QR smilies work with 3.5.1. I dont want to screw up my template.

Thanks

twitch
11-11-2005, 04:28 PM
works for me :)

dreamer81
11-23-2005, 09:06 AM
This doesn't work for my 3.5.1

First of all in 3.5.1 there is no advanced quickreply... so it doesn't show nada of all that stuff above. Only a lil textbox...

what to do?

amykhar
11-23-2005, 12:37 PM
Of course there is an advanced quick reply in 3.5.1. It's still working just fine on my board. You need to change your board settings to use the advanced quick reply.

Gizmo5h1t3
11-23-2005, 07:56 PM
This doesn't work for my 3.5.1

First of all in 3.5.1 there is no advanced quickreply... so it doesn't show nada of all that stuff above. Only a lil textbox...

what to do?

err...try altering your settings in the admin cp for a start m8...course thers an advanced quick reply box...

icemann
11-27-2005, 05:58 PM
Thanks amy.....installed. ;)

hotwheels
12-28-2005, 09:41 PM
another great job amy...........hotwheels clicks *installs*

Bounce
12-28-2005, 10:47 PM
nice one amy

/me clicks install

AquilaEagle
12-29-2005, 05:04 PM
Thanks , got it :)

YOimYO
12-29-2005, 09:03 PM
Installed and works great in firefox with 3.50 gold ;)

also I edited the txt a little to change the font color to green :)

<font color="green">smilies</font>

YOimYO
12-30-2005, 09:11 AM
also you can do the same thing in postbit quick edit ;)
for quick edit smilies ;D

RichieBoy67
01-16-2006, 04:33 PM
You could of course go one step further and make it look like a real vB editor button.. ;)

Here's my code:
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<td><div class="imagebutton" id="{$editorid}_cmd_smilies"><a onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false"><img src="$stylevar[imgdir_editor]/smilie.gif" width="21" height="20" alt="$vbphrase[display_smilies]" border="0" /></a></div></td>

Where does this get placed??

Gripemaster
02-11-2006, 02:55 AM
*Clicks Install* Thank you!

tamborinegal
05-10-2006, 12:53 AM
Perfect solution. Thanks amy. :)

Clancy

Dr.Viggy
05-10-2006, 01:28 AM
real slick. works perfectly for me. thanks

*installed

amykhar
05-10-2006, 02:39 AM
glad you like it :)

Invalid ID
05-12-2006, 04:46 AM
Cool, works nice

Nathan2006
05-25-2006, 05:26 AM
Thank you Amy

This really great now :D Saves all that time clicking everything just to get 1 emotion

Install;)

Al-Fateh
05-25-2006, 06:23 PM
works great

bashy
08-17-2006, 05:49 PM
Works great for 3.6.0 ;)

twitch
08-17-2006, 05:53 PM
is there a way to do this with a plugin?

MotoUp
08-17-2006, 06:39 PM
Works great for 3.6.0 ;)
Same here.

Although I would like to see it as a button on the toolbar above as well.

Brown23
08-23-2006, 09:22 AM
Thanks!

hotwheels
08-24-2006, 06:36 AM
Works great for 3.6.0 yes it does...........thanks amy

tobybird
08-25-2006, 12:51 PM
Thanks! Works great with 3.6.0. :)

feldon23
09-27-2006, 03:01 PM
is there a way to do this with a plugin?I suppose a Plugin could be written. You'd prefer that over a 2 line template mod?

Muellmann
04-18-2007, 12:28 AM
Works fine, thanks I installed it now. :cool:

David Copeland
12-06-2007, 03:02 PM
How do I ADD the Strike-Through Icon to the Quick Edit tool-bar for Ver 3.6.8?

We already have the Strike Out icon working in the Advanced Edit, but we need to also have it show up in the Quick Edit box (which is the first box when clicking on Edit).

This should guide you into adding this new custom feature.
http://www.vbulletin.com/forum/showthread.php?t=202531

The above link instructed me to:
If you want to change the default smilie "button" that this uses, replace the image located at /images/editor/smilie.gif.

I followed the instructions given in the above link where it said to replace the default smilie with the item I want (the strike through which is /strikethrough.gif), but instead it gave me a clickable Smilie Box to open. What should I remove in the following code so as to have the strikethrough only appear and not the smilie box?

<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>

<td><a href="#" onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false">

<img src="$stylevar[imgdir_editor]/strikethrough.gif" alt="Smilies" border="0" /></a></td>


Here is a sample of my current Quick Reply with the wrong smilie box:

http://www.ipiu.org/forums/showthread.php?t=31087

David Copeland
12-06-2007, 04:25 PM
The above is for ver 3.6.8 , but I am not sure where to get help

Traxdata
12-20-2007, 01:57 PM
LOl. works on 3.7. beta2 even (unexpected) on user profile messages boxes :eek::confused: :)

ArnyVee
03-22-2008, 03:46 PM
Worked perfectly! :)

fourat
05-03-2008, 06:30 AM
thank you very much :)

fourat
05-03-2008, 06:42 AM
I want to ask you .. do you know the code of CSS which resize the images like vbulletin.org
and opneng the large images in new window ?

i have this code but i dont know how i use it !!

.aimgbox {position: relative;overflow:auto;height:auto;width:98%;paddi ng:5px}
img.aimg {max-width:96%;cursor:pointer}
<!--[if lte IE 6]>
.aimgbox {width:99%}
img.aimg{width: expression(this.width > 530 ? 510: true)}
<![endif]-->