PDA

View Full Version : New Posting Features - Move smilies to below text area (and optionally add to Quick Reply)


Pages : 1 [2]

ndut
12-31-2010, 05:04 AM
any update for 4.1. PL2 ?

el-Turki
12-31-2010, 01:35 PM
i want it for 4.1 pl2 too! :)

Lynne
12-31-2010, 06:05 PM
It works fine on my 4.1 test site with all default stylevars. I can only guess the user above was installing it on a site where he had modified some stylevars and didn't understand what he had done and how to fix it.

djawir
01-01-2011, 06:56 PM
its not need upgrade if working fine thats corect?
Cara Beriklan Di Internet (http://forum.djawir.com/others-promotion-134/cara-beriklan-di-internet-95238/)

MAdotcom
01-06-2011, 03:00 AM
Very nice thank you

maleficarum
01-08-2011, 02:10 PM
Added to 4.1, works nicely, thanks Lynn!

MAdotcom
01-09-2011, 08:45 PM
Hi Lynne. I installed this and I am the only person on my site who can see it. I am using 4.0.3

Lynne
01-09-2011, 10:07 PM
Hi Lynne. I installed this and I am the only person on my site who can see it. I am using 4.0.3
There is nothing in the code that is usergroup specific. Are you using a different style than other users?

MAdotcom
01-10-2011, 01:52 AM
I'm sorry yes I am. I forgot that this only works with the default scheme. Do you have plans on making a script that works with other VB4 schemes?

Lynne
01-10-2011, 03:10 AM
I'm sorry yes I am. I forgot that this only works with the default scheme. Do you have plans on making a script that works with other VB4 schemes?
There is no way to write a mod that uses str_replace to add something to a template and make it work with all styles. You can either change the plugin to work with your style, or do a manual template edit to make it work with your custom style.

MAdotcom
01-10-2011, 03:46 AM
Gotcha. Thanks

Kyo-dono
01-18-2011, 12:03 PM
Great improvement. Working fine in 4.1.1.

Can you add the code for add the "smiley button" on top of "quick reply" and "quick edit"? In quick reply/edit I find the button better as the bottom list. ;)

125775

Lynne
01-18-2011, 07:11 PM
Great improvement. Working fine in 4.1.1.

Can you add the code for add the "smiley button" on top of "quick reply" and "quick edit"? In quick reply/edit I find the button better as the bottom list. ;)

125775
Someone else is welcome to write that mod. This one is not meant to do that.

horussjr
01-18-2011, 08:23 PM
Great improvement. Working fine in 4.1.1.

Can you add the code for add the "smiley button" on top of "quick reply" and "quick edit"? In quick reply/edit I find the button better as the bottom list. ;)

125775

check this out [v.4.5] MARCO1 Advanced Quick Reply - Advanced Quick Edit - With Smiles!! (https://vborg.vbsupport.ru/showthread.php?t=232730)

LE: i have founded. not compatible with [v.4.5] MARCO1 Advanced Quick Reply - Advanced Quick Edit - With Smiles!! (https://vborg.vbsupport.ru/showthread.php?t=232730&page=37). only if you active this mod to work even on quick reply. if not, it is well working. can you do sth?

fxwoody
03-08-2011, 12:39 PM
Ok Lynne, got a question for you!
In the pm_quickreply section, your mod doesn't work in it! It does if we go in the full PM reply with out a problem but nothing for the quick reply box!
I was trying to insert the code:
<vb:if condition="($vboptions['lynne_sb_below'] AND $vboptions['lynne_sb_below_2']) AND THIS_SCRIPT == 'showthread'"><div class="editor_smiliebox">
but can't seem to get it to work!
Also, i'm using the "DBT vB Post Templates" and the MOD works fine every where except....in the PM's! It makes the full bbcode and text window disappear but works Ok in full reply! So, if i disable your MOD, the quick reply shows back in the PM's with DBT "on" :(

Is there a way that you take a look at this or if you have any idea how to have your mod to show in quick reply PM's???

Tks Lynne

Lynne
03-08-2011, 03:57 PM
I don't have that mod and really don't have any time to troubleshoot a problem between the two mods.

fxwoody
03-09-2011, 09:46 AM
!!! too bad :(
Will try to find something then.

Freewings2
03-29-2011, 12:47 PM
really great mod, thanks!! Is there any way to have the smilies not get resized? I have a few that dont fit the norm and are barely visible.

Lynne
03-29-2011, 04:24 PM
really great mod, thanks!! Is there any way to have the smilies not get resized? I have a few that dont fit the norm and are barely visible.
that's a stylevar - just start typing smil.... in the box on the stylevars page and you will find it.

Freewings2
03-29-2011, 08:32 PM
Thank you so much Lynne, that did the trick. :D

fxwoody
04-09-2011, 12:14 PM
Ok, i managed to make the smilies to show in the PM-Quickreply box!

Simple edit to make in the template "pm_quickreply"

Find:
<div class="editor_textbox quickreply">
<textarea name="message" id="{vb:raw editorid}_textarea" rows="10" cols="80" tabindex="1" dir="{vb:stylevar textdirection}"></textarea>
</div>

Add under:
<vb:if condition="($vbulletin->options['lynne_sb_below'])"><div class="editor_smiliebox">{vb:raw smiliebox}</div></vb:if>

You don't have to set up the option in the main panel "Add smiliebox below Quick Reply on showthread page" to yes!
I have another Plugin that conflict with this option and .....Lynne is too busy to play around with these ;)

I tried to add the same code in the showthread-quickreply but it only shows the space the the smilies would be in and no smilies are showing :confused:

It as to be something so simple.....but i'm not a top coder :cool:

Hope it helped out a bit :D

fxwoody
04-09-2011, 12:28 PM
Oups! Just found another solution for the quick-reply ! ;)

In the showthread-quick reply

Find:
<li class="editor_control_group_item">
<img src="{vb:stylevar imgdir_editor}/quote.png" class="imagebutton" id="{vb:raw editorid}_cmd_wrap0_quote" width="20" height="20" alt="{vb:rawphrase wrap_quote_tags}" />
</li>
</vb:if>

Add under:

<!-- Modstyle -->
<li class="editor_control_group_item">
<div class="moresmilies"><a href="javascript://" onclick="vB_Editor['{vb:raw editorid}'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false" title="{vb:rawphrase showing_x_smilies_of_y_total, {vb:raw vboptions.smtotal}, {vb:raw totalsmilies}}"><img src="{vb:stylevar imgdir_editor}/smilie.png"/></a></div>
</li>
<!-- Modstyle -->

This will show the smilie icon in the toolbar and you will be able to select them for yor reply ;)

Enjoy!

Leo Brazil
05-03-2011, 09:18 PM
Hi Lynne,

I tried everything here but couldn't find a way out, can you help me with this ?

I'm getting an strage issue with this.
Running on 4.1.3
I have set:
5 smiliebox rows
10 smiliebox per row
50 smiliebox total smilies

On Vb4 Default Style all I can get is a single row with 10 smilies

On my own Style (all Editor Stylevars are just the same as Vb4 default) I get a single row with 50 smilies (breaking out the editor box).

If I change the number of rows, smilies per row and total smilies (even doing the right math) all I can get is a single line on my Style with the same number of total smilies like on set up but on Vb Style nothing changes, just a single row with 10 smilies.

Also, I have lots of different smilies sizes, what's the best way to display biggers sizes looking better ?

Thanks

Lynne
05-03-2011, 10:08 PM
I would need a link to see what is going on. I just tried this on my 4.1.3 test site and it is working just fine. Try less smilies and see if it works.

Leo Brazil
05-04-2011, 11:23 AM
Hi Lynne,

I've tried less, more, smilies and any kind of combination between total similies x total rows.

I'm working on this is a closed test forum, I can make you a admin login if you can take a look.

Lynne
05-04-2011, 04:12 PM
Hi Lynne,

I've tried less, more, smilies and any kind of combination between total similies x total rows.

I'm working on this is a closed test forum, I can make you a admin login if you can take a look.
You can PM the info and I can take a look.

dlewisr
05-05-2011, 08:56 AM
Great mod Lynne. Installed and working great. A member was only asking about smilies on the 'Quick Reply' a couple of days ago. Installed, rated and nominated.

Thank you.

Leo Brazil
05-10-2011, 07:20 PM
Hi Lynne,

I tried everything here but couldn't find a way out, can you help me with this ?

I'm getting an strage issue with this.
Running on 4.1.3
I have set:
5 smiliebox rows
10 smiliebox per row
50 smiliebox total smilies

On Vb4 Default Style all I can get is a single row with 10 smilies

On my own Style (all Editor Stylevars are just the same as Vb4 default) I get a single row with 50 smilies (breaking out the editor box).

If I change the number of rows, smilies per row and total smilies (even doing the right math) all I can get is a single line on my Style with the same number of total smilies like on set up but on Vb Style nothing changes, just a single row with 10 smilies.

Also, I have lots of different smilies sizes, what's the best way to display biggers sizes looking better ?

Thanks

Just a feed back for everyone here:

There wasn't an issue, I mean besides my self...:confused:

I was using Fire Fox on debug mode all the time as it helps a lot to indenty Stylevars and after making all changes I mentioned, I should get out of debug mode and so clear the cache. Clearing the cache on debug mode for some reason were keeping some CSS info on it messing up with my life.
Just a tip for you guys.

Lynne, you're the best. :)

billstelling
05-10-2011, 07:57 PM
hey Lynne, I can't find this in 4.1.3 ".editor_smiliebox ul.smiliebox " I want to have it show more than 6 a row.. Have allot of smileys for the members to chose from..

Lynne
05-10-2011, 11:33 PM
hey Lynne, I can't find this in 4.1.3 ".editor_smiliebox ul.smiliebox " I want to have it show more than 6 a row.. Have allot of smileys for the members to chose from..
It's definitely there in a default 4.1.3 style.

boodog
05-13-2011, 08:24 PM
Thank you, Lynne. Working perfectly in 4.1.2. Have two rows of 15 smilies ea below text area and Quick Reply. Really nice mod :)

ComoEstaEso-com
06-14-2011, 02:00 AM
Hello Lynne, and everyone,

This mod has been working awesome for a long time.
I upgraded last night to vB 4.1.4
Today I realized the quick reply was "broken".

So I traced it down to the VaultWiki modification (https://www.vaultwiki.org/)... and effectively, the great VaultWiki team is working on it. Here's an update thread (https://www.vaultwiki.org/threads/5108/).

So VaultWiki disabled, the vB installation is better.

Yet for some odd reason, when I disable this modification (Move Smilies below text area), everything works as it should.

Attached are two screen shots:
on both, VaultWiki is disabled.

On this first one, Move smilies below text area is disabled
130041

On this second one, Move smilies below text area is enabled.
130042

Any thoughts on what I can check?

I realize the issue might very possibly not be related to this mod, yet I can only trace it here, and if it is not here, I'm sure I'll be sent to the proper place for further investigation.

Thank you Lynne and everyone... your help is greately appreciated!!

-- AJ
.

Lynne
06-14-2011, 03:36 AM
AJ, I already posted in the first post of this thread that you need to make a change to one of the plugins to have this work in 4.1.4. I'll post it here also in case people don't read the first post:

NOTE: This will break your 4.1.4 Quick Reply if you have smilies enabled there unless you do the edit below.


To get this to work with 4.1.4 Quick Reply:
Edit the plugin "Add smilies to Quick Reply also" and remove, or comment out, the line:
$editor_template_name = 'showthread_quickreply';

ComoEstaEso-com
06-14-2011, 02:38 PM
Lynne, as always, thank you very much.

It was my fault that I didn't read the 1st post, to see if you had edited it with the new information.
Should have done that.

I will do the modifications, and update later today.
Thank you for your help and work Lynne... greatly appreciated!! :)

-- AJ
.

MySaltyreef
07-17-2011, 01:40 PM
i am about to install this on 4.1.4 and would like to know if i still do step 4

4. OPTIONAL - If you also want the smiliebox to show on the showthread page under the Quick Reply, then you must do the following:
a. Go to Settings > Options > Message Posting Interface Options > Add smiliebox below Quick Reply on showthread page > Yes (Note that the above options, Put smilie box below textarea must also be set to Yes)
b. Make the following template edit in the template "showthread_quickreply".


<div class="editor_textbox quickreply">
<vb:if condition="$show['qr_require_click']">
<textarea name="message" id="{vb:raw editorid}_textarea" rows="10" cols="80" dir="{vb:stylevar textdirection}" disabled="disabled">{vb:raw click_quick_reply_icon}</textarea>
<vb:else />
<textarea name="message" id="{vb:raw editorid}_textarea" rows="10" cols="80" dir="{vb:stylevar textdirection}"></textarea>
</vb:if>
</div>

</div>
</div>

aswell as this

To get this to work with 4.1.4 Quick Reply:
Edit the plugin "Add smilies to Quick Reply also" and remove, or comment out, the line:

$editor_template_name = 'showthread_quickreply';

just confirming i must actually do both ? and not just the last one ?

Lynne
07-17-2011, 03:47 PM
You would only do the second one.

Successfulsteps
07-18-2011, 05:40 PM
looks good, I will have to come back and install this!

LisaArnold
07-19-2011, 03:11 AM
Thanks, works nicely with 4.1.4 :)

Although, I didn't add the - Add smilies to Quick Reply - option as there's already a quick option for smilies in this vB version. And I like this for the fact I've always hated seeing the smilies on the right of the text/post/reply box.

LisaArnold
08-21-2011, 07:05 AM
I just installed this into 4.1.5 pl1 and it works for both the move the smilies to below the text area & adding them to the bottom of the quick reply :)

RonH.
08-22-2011, 02:14 PM
To get this to work with 4.1.4 Quick Reply:
Edit the plugin "Add smilies to Quick Reply also" and remove, or comment out, the line:

$editor_template_name = 'showthread_quickreply';
Perhaps for some reason I'm being a bit dense upstairs today but I'm having a bit of difficulty finding this particular required edit. I'm currently using vB 4.1.5 pl1 and this install has naturally broken my Quick Reply part. Just where do I make this edit if you don't mind me asking. While I'm not a newbie, I'm just not as experienced as most here and I must admit my mind isn't quite comprehending what or where I'm supposed to make this specific edit. I've looked but keep coming up short on where or how. I understood the rest that does not apply to me, re previous versions etc. If anyone cam help I'd appreciate it very much. I do like like this plug-in very much.

Lynne
08-22-2011, 02:28 PM
Perhaps for some reason I'm being a bit dense upstairs today but I'm having a bit of difficulty finding this particular required edit. I'm currently using vB 4.1.5 pl1 and this install has naturally broken my Quick Reply part. Just where do I make this edit if you don't mind me asking. While I'm not a newbie, I'm just not as experienced as most here and I must admit my mind isn't quite comprehending what or where I'm supposed to make this specific edit. I've looked but keep coming up short on where or how. I understood the rest that does not apply to me, re previous versions etc. If anyone cam help I'd appreciate it very much. I do like like this plug-in very much.
You edit the plugin that is titled "Add smilies to Quick Reply also" You would find it in admincp > Plugins & Products > Plugin Manager

RonH.
08-22-2011, 03:09 PM
You edit the plugin that is titled "Add smilies to Quick Reply also" You would find it in admincp > Plugins & Products > Plugin Manager
Thanks. My grey matter was getting in the way. But now I have this problem. Any ideas what I could have done wrong or what may have happened? There seems to be some overlap going on.

http://www.texasbanjotimes.org/forum/img/error/error.jpg

Lynne
08-22-2011, 03:11 PM
I can only help on a default style. My guess is you haven't updated your templates (could include css templates) for that page.

Scalemotorcars
09-05-2011, 04:40 PM
Lynne, I'm using your mod here but also vbglossary that uses its own postbit. The template called is vbglossar_newentry.

Can and where could I add this template so the smiles are below the test area.

This is the other mod. https://vborg.vbsupport.ru/showthread.php?t=258898&highlight=vbglossary

Any help would be great. Thanks...

Lynne
09-05-2011, 06:32 PM
Lynne, I'm using your mod here but also vbglossary that uses its own postbit. The template called is vbglossar_newentry.

Can and where could I add this template so the smiles are below the test area.

This is the other mod. https://vborg.vbsupport.ru/showthread.php?t=258898&highlight=vbglossary

Any help would be great. Thanks...
I really don't know. Does it use a new page? If so, then get the THIS_SCRIPT variable and add it where you would normally use another page. I've never used that other modification, so I really have no idea what changes would need to be made (it should use the same editor, I would think).

Scalemotorcars
09-08-2011, 12:09 AM
Not sure but Ill look into it. Thanks for the tip...
-------------------------------------------------------------
Update: I just took a look and it does use a THIS SCRIPT vbglossar

Where would I add that to your code to pull the smiles below?

Lynne
09-08-2011, 01:15 AM
I am not really sure, but I would guess you need to add it to a condition in at least the "Add editor2.css to pages" plugin. I don't know exactly what your problem is on your page - is it just the css?

Scalemotorcars
09-08-2011, 12:13 PM
Figured it out. Actually it was as easy as you said. I just added it to the "Add editor2.css to pages" plugin in 2 places and it works perfect. Thanks again...

Bulent Tekcan
03-07-2012, 11:44 PM
How to add in Calendar page ?

Bulent Tekcan
03-10-2012, 08:34 PM
Hello,

Is it possible to adjust like that https://vborg.vbsupport.ru/showthread.php?t=178327&highlight=quickreply

This code is very useful for vb3.x.x but not work with 4.x.x, because this code add under all editor.

Regards,

cvalk
04-12-2012, 02:28 PM
I must be missing something here. I am running 4.1.12. The first time I installed this, somehow it broke my quick reply and I had to reinstall the forum. On both the previous and current installation, I do not have a "showthread_quickreply" template under the default or any modified themes. I'm looking under the "SHOWTHREAD" heading in the Style Manager and it's not there. The mod works great for the advanced reply; I was able to get 47 icons in a single row and it really streamlines things, but I'm hung up on this quick reply issue. Any ideas?

cvalk
04-12-2012, 03:01 PM
Just found this (http://www.vbulletinguru.com/?s=how+to+customize+vbulletin+4) page that states the showthread_quickreply template has been removed in 4.1.10. I guess that explains it.

Lynne
04-12-2012, 04:45 PM
Just found this (http://www.vbulletinguru.com/?s=how+to+customize+vbulletin+4) page that states the showthread_quickreply template has been removed in 4.1.10. I guess that explains it.
The code for 4.1.10 forward is in the first post. I just haven't had time to write it into some notes and post the text file yet.

cvalk
04-12-2012, 04:56 PM
The code for 4.1.10 forward is in the first post. I just haven't had time to write it into some notes and post the text file yet.

Thanks for the quick response. I read over the first post a dozen time yet still managed to miss it.

Lynne
04-12-2012, 05:03 PM
Thanks for the quick response. I read over the first post a dozen time yet still managed to miss it.
That's because I didn't add it until I saw your post. :)

cvalk
04-12-2012, 05:23 PM
That's because I didn't add it until I saw your post. :)

That explains it. :D I also had to delete $editor_template_name = 'showthread_quickreply'; as specified for 4.1.4. After doing that, it is working great! Thanks again.

se7o
04-16-2012, 09:52 PM
i install it

but the quick reply box disappear after install it

edytwinky
05-10-2012, 10:47 PM
any way to move the smilie box under the post new thread box in any template?

Lynne
05-11-2012, 01:04 AM
any way to move the smilie box under the post new thread box in any template?
I can't picture what you want. Can you post an image?

edytwinky
05-11-2012, 01:23 AM
This is what i'm trying to get it to look like.

https://vborg.vbsupport.ru/external/2012/05/36.png

this is what it looks like now.


https://vborg.vbsupport.ru/external/2012/05/37.png

The instructions say it only works with the default template

Lynne
05-11-2012, 01:38 AM
Then you are not going through the installation instructions carefully.

Arrogant-One
08-12-2012, 09:54 AM
Hi everyone.

Okay, I installed this wonderful little mod. Now my question is this. When I click the 'More' button, this cool pop up of smiles appears.

However, when I press the button circled in red, a different pop up window appears. How can I make it so that when I press the button in circled red, the same pop up window appears as it does for More?

nuggsy
08-12-2012, 01:57 PM
After installing this the quick reply doesn't work anymore. It refereshes the page now rather than just opening the quick reply box.

Any suggestions?

osix
11-03-2012, 02:44 AM
will it work on 4.2 pl2 and pl3 ?

ComoEstaEso-com
11-03-2012, 02:51 AM
will it work on 4.2 pl2 and pl3 ?

Yes.
I'm running 4.2.0 Patch Level 2 and it works fine.

tuRiver
11-05-2012, 04:04 PM
Sorry to bother again Lynne, i've installed this, an i'm not noticing any changes here

http://www.turiver.com/foros/newreply.php?do=postreply&t=74825

user: tester, pass: 123456

THanks in advance

Lynne
11-05-2012, 04:40 PM
Did you read all the instructions including about adding commenting out the line in one of the plugins? and modifying the SHOWTHREAD template?

tuRiver
11-05-2012, 10:28 PM
Yes, i understand that are necesarry only if you want to display it on quickreply

Lynne
11-06-2012, 02:07 AM
They are below the reply when you go to the Advanced Reply page. The way you have your site set up, if you click on Reply, it goes to the bottom of the page and that is Quick Reply. If you click on the big red Reply button twice, it goes to the reply page and the smilies are on the bottom there (although they aren't centered which I suspect is because it is a custom style).

fworth
02-07-2013, 02:08 PM
Great Mod and working fine with 4.2. What I like to know is there anyway I can add them under the text and image area? Lore

Capt C Ray
03-16-2013, 02:06 AM
Sorry to say this but I uninstalled this mod because it stopped me from editing posts. Running 4.2. Custom forum I made by starting with the default and just changing the contents.
And then after I uninstalled it, I lost all the advanced options on my reply screen.
NOT HAPPY. Have put a lot of work into my forum and now I have to start over.

Hilary
04-04-2013, 12:47 PM
So glad to find this, thanks!

<edit>
Used a modicum of initiative and found what to edit to create the extra row, thanks. And by some miracle, that also removed the big gap between the smilies and the 'more' link.

Many thanks!
</edit>

Hilary
04-08-2013, 08:43 AM
This mod doesn't move the smiliebox below all editors - specifically, the one in 'edit signature' is still alongside. (The advanced editor in another plugin - Vaultwiki - was also unaffected by this mod, though it used to be moved by the old GTSmiliebox.)

If, like me, you need this mod because the default smiliebox position has it compressing the editor window to be about an inch wide and generally making a huge mess of things, it's possible to edit the editor_ckeditor template and add conditions to prevent the smiliebox from displaying at all on the pages unaffected by this mod.

Another difference: I'm told by a Mac/Safari user that the smilies are not clickable for her. It'd be great if that could be fixed.

SEOvB
11-10-2014, 03:35 PM
works great in 4.2.2 PL2