vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   New Posting Features - GTSmiliebox - Move Smilies Below Editor (https://vborg.vbsupport.ru/showthread.php?t=129306)

Bulent Tekcan 07-30-2007 09:31 PM

Announce new bug on editor_toolbar_on template

http://www.vbulletin.com/forum/proje...d=22747&page=2

Wulfnoth 07-31-2007 11:48 AM

Are there any changes in 3.6.8 for this mod here?

Scalemotorcars 07-31-2007 08:01 PM

Works great thanks for sharing.:up:

SCRIPT3R 08-01-2007 07:08 PM

Quote:

Originally Posted by Wulfnoth (Post 1306128)
Are there any changes in 3.6.8 for this mod here?

yes there are; hopefully to be updated soon.

Hams 08-01-2007 10:53 PM

Nice, thanks Princeton

kaptanblack 08-01-2007 11:52 PM

Good good.thanx guy.installed

Kaycee123 08-06-2007 04:38 AM

This is a great little mod - I was just thinking today how this would be good, and here is the modification to do it!! Thanks:up:

Nickbe 08-06-2007 08:02 AM

GREAT MOD

I love this mod thanks

Princeton 08-08-2007 02:54 PM

thank you .. you may want to click MARK AS INSTALLED to receive any future notifications

helldorado 08-12-2007 12:49 AM

I downloaded my copy of vBulletin the night of the 29th, so I think I have the version after the message box fix. So my code looked a little different than the code listed in the search and replace.

The original code
Code:

<tr valign="top">
        <td class="controlbar" width="100%" style="padding-right:8px"><textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:100%; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]">$newpost[message]</textarea></td>
        <!--width:$stylevar[messagewidth]-->
        <if condition="$smiliebox"><td class="controlbar">$smiliebox</td></if>
</tr>

Replaced with
Code:

<tr valign="top">

I also had to go vBulletin options in the Admin CP -> Message Posting Interface Options and change the options for number of smilies per row before they would perfectly line up.
        <td class="controlbar" width="100%" style="padding-right:8px"><textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:100%; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]">$newpost[message]</textarea></td>
        <!--width:$stylevar[messagewidth]-->
</tr>
<if condition="$smiliebox">
        <tr><td class="controlbar" width="100%" style="padding-right:8px">$smiliebox</td></tr>
</if>


I also had to go to the Admin CP under vBulletin Options -> Message Posting Interface Options and update the numbers for smilies displays before they would appear in a row.


All times are GMT. The time now is 05:42 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.01210 seconds
  • Memory Usage 1,736KB
  • 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_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