Version: 3.7.0.0, by Princeton
Developer Last Online: Nov 2022
Category: New Posting Features -
Version: 3.7.0
Rating:
Released: 05-05-2008
Last Update: Never
Installs: 673
Uses Plugins Auto-Templates
No support by the author.
GTSmiliesBox - move smilies below editor similar to how it is on vbulletin.org!
Brought to you by vbulletin.org.
Custom modification brought to you by Joe Velez (aka Princeton vbulletin.org Admin). NEW 3.7.0.0 VERSION (download GTSmiliesBox_3700.zip) Instructions:
Install product via Product Manager. If upgrading from a previous version please uninstall before installing this version.
Show Your Support by Donating.
Don't forget to click "Mark As Installed", Nominate for MOTM, and rate the modification.
History:
May 6, 2008 : Modification released (3.7.0.0)
Questions:
Q)__ Is this version different from earlier version? A)__ Yes it is. I recommend uninstalling the previous version prior to installing this version.
Q)__ How do I display Smilies In 1 Row? A)__ Edit "Smiliebox Smilies Per Row" found within the "Message Posting Interface Options" in ADMINCP / vBulletin options.
Q)__ How can I increase the width of editor? A)__ To change editor width:
If change the $stylevar[formwidth] variable, the message area will not change with it.
I found the editor_toolbar_on_GTSMILIEBOX_3700 template must be add width="$stylevar[formwidth]"
origine:
If anybody have vbadvanced and this plugin installed, and you have problems with the vbadvanced multipage feature you need to add the bold text to "Replace Templates - editor_smiliebox & editor_toolbar_on"
Quote:
if ($toolbartype AND ($vbulletin->options['smtotal'] > 0 OR $vbulletin->options['wysiwyg_smtotal'] > 0) AND !defined('VBA_SCRIPT'))
{
// replace templates
$vbulletin->templatecache['editor_smiliebox'] = $vbulletin->templatecache['editor_smiliebox_GTSMILIEBOX_3700'];
$vbulletin->templatecache['editor_toolbar_on'] = $vbulletin->templatecache['editor_toolbar_on_GTSMILIEBOX_3700'];
}
This is to disable this hack into vbadvanced, until somebody find a real fix.
Thanks Brian (vbadvanced) for your support.
If change the $stylevar[formwidth] variable, the message area will not change with it.
I found the editor_toolbar_on_GTSMILIEBOX_3700 template must be add width="$stylevar[formwidth]"
origine:
Ok I haven't tested this but I was running into problems this morning trying to add a Photoplog Gallery Insert button onto the Message Editor Toolbar. I use TMS so it's not that hard to add and remove modifications so I was playing around with it and for the life of me I couldn't get it to show up. It would show up on the Quickreply message editor toolbar but not the advanced message editor toolbar.
Well after about an hour of ripping my hair out, I remembered seeing that there was a GTSmiliebox editor template (editor_toolbar_on_GTSMILIEBOX_3700) separate from the editor_toolbar_on template.
Long story short, I think this mod takes priority over the original vBulletin editor_toolbar_on template with it's own and that's why you aren't seeing your PNG buttons from Wayne's Mod.
I downloaded Wayne's xml file just to see what it actually modifies and it is modifying the original editor_toolbar_on. Perhaps if you were to replace the line in his xml file that calls out the editor_toolbar_on template and use the editor_toolbar_on_GTSMILIEBOX_3700 template instead, it will show your PNG buttons?
In Wayne Luke's PNG Editor Buttons editor-png.xml file:
I haven't tested it and I could be totally off but I thought I would share what I found out this morning in the hopes that it could be helpful to you all having problems with the PNG buttons.