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)

Front Range 4x4 12-30-2009 09:23 PM

*installed* Thank you Lynn!

Lynne 12-30-2009 10:15 PM

Quote:

Originally Posted by carleboy (Post 1942895)
Could you please give more detail on making more rows please as iv managed to get the smilies to show under without them being cut in half so i can see the full smilie now i just want more rows and iv tried to change numbers by 2 up and 2 down but i just cant get it right i dont understand what numbers to actualy change, just some spercifics would be good please.

Thanks.

Post exactly what you have done, an image of what it did, and we can see what is wrong. A link to see this may also be helpful.

carleboy 12-30-2009 10:55 PM

Quote:

Originally Posted by Lynne (Post 1942932)
Post exactly what you have done, an image of what it did, and we can see what is wrong. A link to see this may also be helpful.


I tryed changing the 2 to 4 and 2 to 0 as your post suggested but it done nothing i was just hoping you could explain what one of the numbers to add 2 on too and what one to take it way from, My forum is closed at the moment while i put it all together so cant show you directly at the moment but an explination of what numbers to change to add rows of smilies would really help.

Thanks.

Lynne 12-30-2009 11:20 PM

I guess I don't understand because I posted the code where I already changed it for the original user. You just want what I changed highlighted?

original code in the mod:
Code:

.editor_smiliebox ul.smiliebox {
height:{vb:math 21+2*2}px;
margin:0 auto;
width:{vb:math 20+{vb:raw vboptions.smtotal}*{vb:math 20+2*2}}px;
}

code I posted in post 6 to create 2 rows of smilies:
Code:

.editor_smiliebox ul.smiliebox {
height:{vb:math 2*{vb:math 21+2*2}}px;
margin:0 auto;
width:{vb:math 20+.5*{vb:raw vboptions.smtotal}*{vb:math 20+2*2}}px;
}

Code in red is what I changed.

cloferba 12-30-2009 11:35 PM

smiles on quick reply box doesnt show

Lynne 12-31-2009 02:54 AM

Quote:

Originally Posted by cloferba (Post 1942988)
smiles on quick reply box doesnt show

You must turn it on in the options. You also need to make sure you don't have formatting controls turned off or disabled for your quick reply (you must be using either the wysiwyg editor or the standard editor).

cloferba 12-31-2009 12:09 PM

Quote:

Originally Posted by Lynne (Post 1943100)
You must turn it on in the options. You also need to make sure you don't have formatting controls turned off or disabled for your quick reply (you must be using either the wysiwyg editor or the standard editor).

i have both options turn on and i have configure to use both editors...standard and wysiwyg

Lynne 12-31-2009 02:01 PM

Quote:

Originally Posted by cloferba (Post 1943319)
i have both options turn on and i have configure to use both editors...standard and wysiwyg

And did you do the template edit on the style you are using? (And did you test it on a totally default style also?)

pinoquio46 12-31-2009 02:20 PM

Hello,

It can be used in PM text area editor also?
What changes are necessary to make?

Thanks

Lynne 12-31-2009 02:50 PM

Quote:

Originally Posted by pinoquio46 (Post 1943411)
Hello,

It can be used in PM text area editor also?
What changes are necessary to make?

Thanks

I do not know as I didn't look into that.


All times are GMT. The time now is 05:48 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.01900 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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