Needs work
Project:
Smileys
Version:
5.x-1.1
Component:
User interface
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2007 at 03:23 UTC
Updated:
21 Oct 2010 at 19:35 UTC
How could I place the smiley table below the body text box?
Currently it appears above the text box and I don't really like how it looks.
Any info greatly appreciated.
Thank You!
Comments
Comment #1
Gurpartap Singh commentedHello, look into
smileys_form_alter()function in smileys.module and change'#weight' => 0to a value which is higher than the weight of your body textarea (it's usually 5, hope so, so make it's more than 5).Comment #2
(not verified) commentedComment #3
gareth_w commentedSorry to re-open an old issue, but I just wanted to say fantastic module - works like a charm!
This fix works OK for me, but it appears wither above the input box or below "Input Filters", in between would be nice ( As I don't want the users to be messing around with input filters!)
Can I please suggest/request that this please be added to the options on the settings page in the next release?
Many thanks,
Gareth
Comment #4
rkdesantos commentedI'd also like to see this as a future option.
Comment #5
rkdesantos commentedHope this can be in the v6 release.
Comment #6
Gurpartap Singh commentedI'm sorry but the rules say that the input format fieldset is always supposed to stick to the textarea. It won't be trivial to squeeze new fieldset between them, I'm guessing.
Comment #7
ebarer commentedThis issue needs to be revisited. It is my understanding, as I have a similar need, that the initial poster simply meant for the smileys box to be placed below the textarea (which more or less implies the inclusion of the input format fieldset as dictated by the rules).
Thus, the hierarchy would be:
-Textarea
-Input Format
-Smileys
Or, for greater customization allow us to adjust the weight ourselves in the admin page so that we can place it in any order we wish.