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:
With Vb 3.7.4
I got problems using this hack, problem occures in Vba dynamics
When I disable this hack everything is just fine
I cant edit modules under Vba if I use this hack
Will try This mod under Vb 3.8, but I think problem is related with VBA not VB
You are right the conflict is with vBa CMPS. Whenever I need to edit my bbcode modules for CMPS I have to disable this hack or the content of the module as well as the editor do not appear when I pull up the module to edit it. I look forward to cutting out the extra step!
Thanks for this great hack!
Quote:
Originally Posted by IrPr
Nice mod Joe
i just wanna report a bug and post its fix
somewhere editor/toolbar disappears, in example in vBAdvanced AdminCP -> Edit BBCode Modules or some another modification which includes editor
In Replace Templates - editor_smiliebox & editor_toolbar_on plugin
Find:
Code:
if ($toolbartype AND ($vbulletin->options['smtotal'] > 0 OR $vbulletin->options['wysiwyg_smtotal'] > 0))
Replace with:
Code:
if ($toolbartype AND ($vbulletin->options['smtotal'] > 0 OR $vbulletin->options['wysiwyg_smtotal'] > 0) AND VB_AREA!=='AdminCP')
PS: similar mods such as GTPosting Rules has same issue
Quote:
Originally Posted by Princeton
thanks but vBulletin does not have editor in admincp - not a bug (product for vbulletin not vbadvanced)
Forgive me if this has been covered already but could someone tell me the template I need to edit for this hack to change the background color from alt2 to alt1 my smilies are all white background and the alt2 is gray.