Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications

Reply
 
Thread Tools
GTSmiliebox - Move Smilies Below Editor Details »»
GTSmiliebox - Move Smilies Below Editor
Version: 1.10, by Princeton Princeton is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: New Posting Features - Version: 3.6.x Rating:
Released: 10-16-2006 Last Update: 09-17-2007 Installs: 547
Uses Plugins Template Edits
 
No support by the author.

NEW 1.1.0 VERSION (product-gtsmiliebox.xml)

No edits are necessary. If upgrading from a previous version you can revert the "editor_toolbar_on" and "editor_smiliebox" template.

Custom modification brought to you by Joe Velez (aka Princeton vbulletin.org Admin).

Please support by d
onating, "Mark As Installed", and/or "Nominate for MOTM".

Sites with a lot of simlies and fixed-width layouts occasionally run into the "smilie-box-stretch-outside-box" problem.

View attachment image to see what I mean.

Instructions:

* Upload product-gtsmiliebox.xml via Plugins & Products Manager and you are done.

You may also be interested in:To change editor width:
http://vbulletin.com/docs/html/main/stylevar_formwidth (form width)
http://vbulletin.com/docs/html/main/...r_messagewidth (message width)

http://vbulletin.com/docs/html/main/...rmwidth_usercp (usercp form width)
http://vbulletin.com/docs/html/main/...gewidth_usercp (usercp message width)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 02-01-2007, 10:12 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nothing happens ... tested on IE 7 and Firefox

please post screenshots
Reply With Quote
  #43  
Old 02-01-2007, 10:14 PM
DementedMindz DementedMindz is offline
 
Join Date: Jan 2006
Posts: 1,474
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is a screen shot of vbulletin.org private message area on firefox its horrible but on ie it only has about a inch extra on the side.

Attachment 59891
Reply With Quote
  #44  
Old 02-02-2007, 07:16 AM
Nathan2006's Avatar
Nathan2006 Nathan2006 is offline
 
Join Date: Feb 2006
Location: UK
Posts: 862
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Princeton View Post
edit your stylevars ... STYLE MANAGER / Stylevars

if that doesn't work post a screenshot / url
Thank you Princeton all working great now

Quote:
Originally Posted by DementedMindz View Post
Here is a screen shot of vbulletin.org private message area on firefox its horrible but on ie it only has about a inch extra on the side.

Attachment 59891

I worked it out lol

I had the same problem with the pm box

As Princeton said go to "Style Manager" > Stylevars > then change the sizes in the
boxes (Screenshot Added)
Reply With Quote
  #45  
Old 02-03-2007, 06:55 PM
ahmee4 ahmee4 is offline
 
Join Date: Jun 2006
Location: Trabzon / Turkiye
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nice.. thanks
Reply With Quote
  #46  
Old 02-10-2007, 06:20 AM
Quantnet Quantnet is offline
 
Join Date: Nov 2006
Location: NYC
Posts: 649
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is awesome. click installed

Would you be able to add a row of smilies on Quick Reply box, above your Posting Rules ?
Reply With Quote
  #47  
Old 02-10-2007, 03:18 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

LOL ... that's a totally different mod

it may already be available - not sure ... have you done a search?
Reply With Quote
  #48  
Old 02-10-2007, 04:28 PM
Quantnet Quantnet is offline
 
Join Date: Nov 2006
Location: NYC
Posts: 649
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was under the impression that you left out the smilies change to Quick Edit. You have Rules Near Editor (applied to all editor box ) and GTSmilies (applied to all editor except Quick Reply)

I have seen drop down Smilies box on Quick Edit mod before but they are not as nearly nice as yours. Also, it requires you to click on drop down menu and choose one at at time. Not nearly as efficient.

I have even tried this myself by

FIND IN editor_toolbar_on:

Code:
<if condition="THIS_SCRIPT!='profile'">
<div class="smallfont" align="center"><strong>$vbphrase[posting_rules]</strong>:
        <phrase 1="misc.php?$session[sessionurl]do=bbcode" 2="$bbcodeon">$vbphrase[vb_code_is_x]</phrase>, 
        <phrase 1="misc.php?$session[sessionurl]do=showsmilies" 2="$smilieson">$vbphrase[smilies_are_x]</phrase>, 
        <phrase 1="misc.php?$session[sessionurl]do=bbcode#imgcode" 2="$imgcodeon">$vbphrase[img_code_is_x]</phrase>, 
        <phrase 1="$htmlcodeon">$vbphrase[html_code_is_x]</phrase>
</div>
</if>
<input type="hidden" name="wysiwyg" id="{$editorid}_mode" value="$editortype" />
ADD BEFORE
Code:
<tr>
        <td class="controlbar">$smiliebox</td></td>
    </tr>
But obviously, it does not work...
Reply With Quote
  #49  
Old 02-10-2007, 07:53 PM
GPS_Flex's Avatar
GPS_Flex GPS_Flex is offline
 
Join Date: Jan 2007
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice. It solved the problem I was having and made thinks a little more user friendly. Awsome mod.
Reply With Quote
  #50  
Old 02-12-2007, 04:01 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Quantnet.org View Post
I was under the impression that you left out the smilies change to Quick Edit. You have Rules Near Editor (applied to all editor box ) and GTSmilies (applied to all editor except Quick Reply)

I have seen drop down Smilies box on Quick Edit mod before but they are not as nearly nice as yours. Also, it requires you to click on drop down menu and choose one at at time. Not nearly as efficient.

I have even tried this myself by

FIND IN editor_toolbar_on:

Code:
<if condition="THIS_SCRIPT!='profile'">
<div class="smallfont" align="center"><strong>$vbphrase[posting_rules]</strong>:
        <phrase 1="misc.php?$session[sessionurl]do=bbcode" 2="$bbcodeon">$vbphrase[vb_code_is_x]</phrase>, 
        <phrase 1="misc.php?$session[sessionurl]do=showsmilies" 2="$smilieson">$vbphrase[smilies_are_x]</phrase>, 
        <phrase 1="misc.php?$session[sessionurl]do=bbcode#imgcode" 2="$imgcodeon">$vbphrase[img_code_is_x]</phrase>, 
        <phrase 1="$htmlcodeon">$vbphrase[html_code_is_x]</phrase>
</div>
</if>
<input type="hidden" name="wysiwyg" id="{$editorid}_mode" value="$editortype" />
ADD BEFORE
Code:
<tr>
        <td class="controlbar">$smiliebox</td></td>
    </tr>
But obviously, it does not work...
that's a totally different modification

You could always place a request in the Modification Not Available? forum.
Reply With Quote
  #51  
Old 02-13-2007, 07:14 AM
Sofia Sofia is offline
 
Join Date: Oct 2006
Location: France
Posts: 725
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this modification
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:06 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05382 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete