vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - Move smilies to below text area (and optionally add to Quick Reply) (https://vborg.vbsupport.ru/showthread.php?t=229650)

jkcerda 10-23-2010 05:46 PM

cool

kf4eok 10-24-2010 09:11 AM

I removed all the mods for now, the editor in my CMS was not showing the smiles correctly.
I imported the new version but I do not get any of the options in the Message Posting Interface Options area. Do I need to do any other edditing elsewhere? I did notice that I do not have an editor2.css file any more. Do I need to create that?
Thanks lynne for the mod I think it is a great idea I just need a little advice to get it working.

Lynne 10-24-2010 02:48 PM

It doesn't sound like you have installed this correctly.

Zervesa 10-27-2010 04:35 PM

it is possible to show the smilies also in the contentmanager Editor of the VBCMS?

cloferba 12-03-2010 01:34 AM

i have updated to vbulletin 4.1 and now i cant see the smiles on the quick editor.....

Lynne 12-03-2010 02:23 AM

Quote:

Originally Posted by cloferba (Post 2128651)
i have updated to vbulletin 4.1 and now i cant see the smiles on the quick editor.....

In the "showthread_quickreply" template, change the condition from this:
HTML Code:

<vb:if condition="($vbulletin->options['lynne_sb_below'] AND $vbulletin->options['lynne_sb_below_2']) AND THIS_SCRIPT == 'showthread'"><div class="editor_smiliebox">
To this:
HTML Code:

<vb:if condition="($vboptions['lynne_sb_below'] AND $vboptions['lynne_sb_below_2']) AND THIS_SCRIPT == 'showthread'"><div class="editor_smiliebox">

cloferba 12-03-2010 11:01 AM

thanks lynne =)

abdulbasitsaeed 12-04-2010 10:19 AM

Thank you very much for another lovely mod, Lynne. :)

Works perfectly with 4.0.6.

kho91 12-26-2010 01:30 PM

I want the smilies box displays with its real size 271px x 43px for example

why can i do that please

ShackMaster 12-26-2010 03:37 PM

Uninstalled! Does not work in 4.1 PL2 ... It breaks the Advanced message posting window even with one row.

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

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

Quote:

Originally Posted by MAdotcom (Post 2146638)
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

Quote:

Originally Posted by MAdotcom (Post 2146777)
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

1 Attachment(s)
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. ;)

Attachment 125775

Lynne 01-18-2011 07:11 PM

Quote:

Originally Posted by Kyo-dono (Post 2150902)
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. ;)

Attachment 125775

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

horussjr 01-18-2011 08:23 PM

Quote:

Originally Posted by Kyo-dono (Post 2150902)
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. ;)

Attachment 125775

check this out [v.4.5] MARCO1 Advanced Quick Reply - Advanced Quick Edit - With Smiles!!

LE: i have founded. not compatible with [v.4.5] MARCO1 Advanced Quick Reply - Advanced Quick Edit - With Smiles!!. 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:
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

Quote:

Originally Posted by Freewings2 (Post 2178718)
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

1 Attachment(s)
Ok, i managed to make the smilies to show in the PM-Quickreply box!

Simple edit to make in the template "pm_quickreply"

Find:
HTML Code:

                <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:
HTML Code:

                  <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

1 Attachment(s)
Oups! Just found another solution for the quick-reply ! ;)

In the showthread-quick reply

Find:
HTML Code:

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

HTML Code:

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

Quote:

Originally Posted by Leo Brazil (Post 2191632)
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

Quote:

Originally Posted by Leo Brazil (Post 2191484)
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

Quote:

Originally Posted by billstelling (Post 2194177)
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.


All times are GMT. The time now is 11:33 AM.

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.02365 seconds
  • Memory Usage 1,836KB
  • 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
  • (1)bbcode_code_printable
  • (6)bbcode_html_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete