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)

ForYou 01-01-2010 02:07 PM

Hello Lynne , please tell me step by step how can i do that please ,

i don't know how can i solve it , please try to help

ForYou 01-01-2010 02:24 PM

is there awy to 3 colums not just one row ,

CoronasRGood 01-01-2010 02:37 PM

Everything works great, only problem for me is the quick navigation section gets pushed down into a shaded area after I put the code in. anyway to stop this from happening?

Lynne 01-01-2010 03:09 PM

Quote:

Originally Posted by kho91 (Post 1943995)
thank's Lynne, but i have a problem, the smilies are small !

thank's

You will have to ask over on vb.com how to make your smilies larger. This mod does nothing to the size of them, it just moves them below the box.

Quote:

Originally Posted by ForYou (Post 1944017)
is there awy to 3 colums not just one row ,

I posted the code for having two rows and stated what to do. Just adjust it for 3 rows - multiply one by 3 and divide the other by 3 - I even highlighted the code in red for what to change in another post where someone was asking about this.
Quote:

Originally Posted by CoronasRGood (Post 1944032)
Everything works great, only problem for me is the quick navigation section gets pushed down into a shaded area after I put the code in. anyway to stop this from happening?

I'm not sure what you mean. Do you have a link where I can see this? Was your page fine before you turned on this mod?

CoronasRGood 01-01-2010 03:41 PM

1 Attachment(s)
Before Code: Attachment 108741

After Code: Attachment 108742

ForYou 01-01-2010 04:04 PM

Quote:

Originally Posted by Lynne (Post 1926457)
You would have to increase the height (by 2, if for 2 rows) and decrease the width (by 2, if for 2 rows) for the ".editor_smiliebox ul.smiliebox" I've never tried that, but it should work.

HTML 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;
}


Where i need to change this to be work , i was try but it dosen't work ,

please let me know where exactly put above code ,

Lynne 01-01-2010 05:19 PM

Quote:

Originally Posted by ForYou (Post 1944098)
Where i need to change this to be work , i was try but it dosen't work ,

please let me know where exactly put above code ,

See this post. I highlighted what you need to change. In your case, you want to change 2 to 3 and .5 to .33.
Quote:

Originally Posted by Lynne (Post 1942982)
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.


Quote:

Originally Posted by CoronasRGood (Post 1944082)
Before Code: Attachment 108741

After Code: Attachment 108742

What page is that on? It looks like the ajax edit in the post, but this mod shouldn't be doing anything to that.

CoronasRGood 01-01-2010 06:05 PM

This only occurs when you are on the page when you are actually viewing a post.

Lynne 01-01-2010 07:47 PM

Huh? On a showthread page? Can I have a link?

CoronasRGood 01-01-2010 10:04 PM

Sorry, yes on the showthread page. http://rinconforums.com/showthread.php?8-Welcome


All times are GMT. The time now is 10:51 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.01468 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_html_printable
  • (7)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