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)

movslow 01-03-2010 01:31 AM

Quote:

Originally Posted by Lynne (Post 1944612)
I actually didn't intend to have this mod put the smilies below Quick Reply. I only wanted to move them to underneath the text box on pages where they were already on the side. Then I realized it was easy to just put them in QR also.

So are you saying this isn't an option, or you are unwilling to do it?

Lynne 01-03-2010 03:43 AM

Quote:

Originally Posted by movslow (Post 1945494)
So are you saying this isn't an option, or you are unwilling to do it?

It is not an option in this mod to have it in a little dropdown box. All I did was add a couple lines of css to move the box to below, I didn't want to write a bunch of code to change things.

pinoquio46 01-06-2010 08:20 AM

Quote:

Originally Posted by pinoquio46 (Post 1943532)
It works in both, new PM and reply to PM :D

I try to include 'editpost' in the array, but the smilies go to right side of thr page... :confused:

Thanks for your reply :up:

Hi, is possible aplly this mod also in the post edition.

*excuse my bad English

Thanks

meissenation 01-06-2010 05:40 PM

Thanks Lynne! Worked perfectly.

SemperFideles 01-09-2010 03:03 PM

Thanks for this mod. Is it possible to enable this only for the Quick Reply box?

Lynne 01-09-2010 03:28 PM

Quote:

Originally Posted by SemperFideles (Post 1951177)
Thanks for this mod. Is it possible to enable this only for the Quick Reply box?

You would have to modify the plugin code to do so.




Just a heads up to everyone, when 4.0.1 comes out, this will get 'broken', but I will update it as soon as possible. If you want to fix it yourself, you need to modify the plugin "Add editor2.css to pages" and change both instances of "$vbulletin->templatecache['SHOWTHREAD']" to $vbulletin->templatecache['headinclude'] and the same for both instances of $vbulletin->templatecache['newreply'] . As I said, I'll update is after the official 4.0.1 gets released.

COL NIL SATIS 01-09-2010 08:56 PM

done!!! nice one Lynne..will resize them later but thats great..thanks for making this mod...appreciate it as always x

dianna 01-10-2010 08:51 PM

Awesome thanks!!

Droptop 01-13-2010 02:25 AM

Since upgrading to 4.0.1 my smilies are displaying on the side again, any idea? Thanks

Switch3130 01-13-2010 02:44 AM

Quote:

Originally Posted by Droptop (Post 1954100)
Since upgrading to 4.0.1 my smilies are displaying on the side again, any idea? Thanks

Had the same problem.

.Tim 01-13-2010 03:30 AM

Same here.

gyaronn 01-13-2010 01:49 PM

same here

Lynne 01-13-2010 02:58 PM

Guys, read the thread, I already addressed that here:
Quote:

Originally Posted by Lynne (Post 1951205)
Just a heads up to everyone, when 4.0.1 comes out, this will get 'broken', but I will update it as soon as possible. If you want to fix it yourself, you need to modify the plugin "Add editor2.css to pages" and change both instances of "$vbulletin->templatecache['SHOWTHREAD']" to $vbulletin->templatecache['headinclude'] and the same for both instances of $vbulletin->templatecache['newreply'] . As I said, I'll update is after the official 4.0.1 gets released.

When I get both my test sites upgraded, then I will update this mod. Until then, I had already posted the fix in the quote above.

Lynne 01-13-2010 09:42 PM

I've updated the mod to work with 4.0.1. I also changed it to move the smilies to the bottom for sending a new PM and for posting a New Discussion. Only install 1.1 if you are using 4.0.1. If you are still using 4.0, you should not upgrade the mod or it will not work for you.

Vaupell 01-13-2010 10:10 PM

Thank you for the update!

OcR Envy 01-14-2010 03:02 PM

Hmmn couldn't get this to work. The quick reply worked fine but the full reply the smilies remained to the right.

Ideas?

Lynne 01-14-2010 04:56 PM

Quote:

Originally Posted by OcR Envy (Post 1955597)
Hmmn couldn't get this to work. The quick reply worked fine but the full reply the smilies remained to the right.

Ideas?

Did you install the latest version if you are running 4.0.1? Are you checking this on a totally default style?

coberr 01-14-2010 08:27 PM

Same here; the quick reply still shows the smilies to the right, after I upgrade the plugin from the old one. Iam using the default skin, 4.0.1

Lynne 01-14-2010 09:07 PM

You guys are both talking about different pages. I have tested this on showthread, newreply, groups (go advanced), and blogs (go advanced), and PMs (send new message) all on a brand new *default* vB4.0.1 installation and it shows on all those pages in the correct place. It also shows on all those pages in an old upgraded to 4.0.1 installation using the *default* style. I did have some problems with this on my custom style due to some changes I had made in my own css, but like I said, it worked fine on the default style. So, please test this on your default style. If you continue to have problems with it, post a test login to your site, tell me exactly what page you have the problems on and make sure I can select the default style to view the page in.

OcR Envy 01-14-2010 10:25 PM

Quote:

Originally Posted by Lynne (Post 1955727)
Did you install the latest version if you are running 4.0.1? Are you checking this on a totally default style?


It's not a default style. Suggestions as to what to look for though?

Lynne 01-14-2010 11:13 PM

Quote:

Originally Posted by OcR Envy (Post 1956057)
It's not a default style. Suggestions as to what to look for though?

Check the templates to make sure they are updated/reverted. My problem was my SHOWTHREAD template. However, yours won't be, so check the templates used on that page.

TimberFloorAu 01-15-2010 07:09 AM

Cannot get this to work.

:(

Have gone over all code changes 4 times lol

We installed FRESH on 4.0.1

Is this code correct or should it be modified ?
Code:

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

TimberFloorAu 01-15-2010 07:15 AM

1 Attachment(s)
This also didnt move Smilies to bottom of thread.

Have we got something amiss in posting and interface options. ?

TimberFloorAu 01-15-2010 07:22 AM

1 Attachment(s)
Ok got smilies to show, but ( we have editor.css and editor2.css correct ) the smileys look crap

Lynne 01-15-2010 02:25 PM

Quote:

Originally Posted by TimberFloorAu (Post 1956297)
Ok got smilies to show, but ( we have editor.css and editor2.css correct ) the smileys look crap

Is that a totally default style? There were changes made in the order the css files were called between vB4 and vB4.0.1 and you must upgrade/revert your main templates to put the calls in the correct order of the style will not 'cascade' down correctly.

TimberFloorAu 01-15-2010 05:06 PM

Total Default Style.

Not sure what you mean by reverting templates. As the template is default. No customizations.
In fact each time we have upgraded we have manually reverted templates, and added any edits for customization.

Mind you, we dont have the availability of widgets within the cms, so am wondering if we do indeed have a faulty install.

Lynne 01-15-2010 05:45 PM

Quote:

Originally Posted by TimberFloorAu (Post 1956691)
Total Default Style.

Not sure what you mean by reverting templates. As the template is default. No customizations.
In fact each time we have upgraded we have manually reverted templates, and added any edits for customization.

Mind you, we dont have the availability of widgets within the cms, so am wondering if we do indeed have a faulty install.

Do you have a test username/password I can use to logon to your forum and see what is going on? (And I assume you have a default style that is selectable also?)

Stefanus 01-15-2010 08:35 PM

Quote:

Originally Posted by Lynne (Post 1956530)
There were changes made in the order the css files were called between vB4 and vB4.0.1 and you must upgrade/revert your main templates to put the calls in the correct order of the style will not 'cascade' down correctly.

Please explain this procedure.
Thanks

Lynne 01-15-2010 09:17 PM

Quote:

Originally Posted by Stefanus (Post 1956854)
Please explain this procedure.
Thanks

The procedure for upgrading your style? You should go through every template that you have modified > Edit > View History > Compare and see the differences between your template and the default vBS template. Then modify yours as needed to be upgraded or revert yours.

ndut 01-15-2010 11:14 PM

thanks.. installed..

but, how to make the smilies look bigger below text area??

thank you

Lynne 01-15-2010 11:20 PM

Quote:

Originally Posted by ndut (Post 1956955)
thanks.. installed..

but, how to make the smilies look bigger below text area??

thank you

There are no stylevars that cover that. I think it may be partially done in the class I mention in editor.css in step 3 of the installation instructions. You'll need to look through the editor.css template to find out exactly where it is controlled. I think I've seen it talked about over on vb.com also.

TimberFloorAu 01-15-2010 11:41 PM

Quote:

Originally Posted by Lynne (Post 1956721)
Do you have a test username/password I can use to logon to your forum and see what is going on? (And I assume you have a default style that is selectable also?)

I have uninstalled.

Will reinstall over the weekend, and message you on Monday if that is ok.

Regards Ste

BAJR 01-18-2010 06:02 AM

Just a quick note to say... installed and you are a start Lynne

forte 01-21-2010 10:58 AM

Its also not moving it below and just stays to the right. I think the problem is because the CSS are stored as files.

Lynne 01-21-2010 01:47 PM

Quote:

Originally Posted by forte (Post 1962220)
Its also not moving it below and just stays to the right. I think the problem is because the CSS are stored as files.

I think you are right (that option used to be 'broken' so I had never tested it). I'll have to figure out that best way to do this if you have your css stored as a file.

forte 01-21-2010 04:17 PM

I fixed mine by adding

HTML Code:

<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}editor2.css" />
after

HTML Code:

<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}main-rollup.css" />
at the headinclude template.

Bounce 01-21-2010 10:26 PM

1 Attachment(s)
Having awee bit trouble, where would I change the height (or whatever its called!!) between the bottom miley and the start of the post icons??

As per attachment>

Lynne 01-21-2010 11:10 PM

I can't say for certain from your image, but I would guess it is the height I talk about in the first post.

starman? 01-22-2010 07:18 PM

I just downloaded and installed the new version (allowing overwrites) and all is working perfectly again. Thanks Lynne.

gyaronn 01-23-2010 10:15 AM

lynne look what happens when i enable the mod there is huge spas between the smiles and the post button
https://vborg.vbsupport.ru/external/2010/01/21.png


All times are GMT. The time now is 09:37 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.01449 seconds
  • Memory Usage 1,829KB
  • 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
  • (2)bbcode_html_printable
  • (16)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