inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jan 17, 2014 1:58:43 GMT -8
Tim CamaraWhen it loads the editor form, apparently the subject input field doesnt really exist.. even though you can see it. I did a .html() on its container, and all that was there was a label. is there a way for force a subject value in there on a new thread? I dont see anything in the API, and I was looking through wysiwyg variables and nothing stood out.
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Jan 17, 2014 8:37:31 GMT -8
Make sure that you're looking for .subject_input, not .subject, as the label is actually separate from the input:
<div class="subject_line"> <table> <tr> <td class="subject"> <label>Subject:</label> </td> <td> <div class="controls"> $[poll_button] $[event_button] $[attachment_button] $[options] </div> <div class="subject_input"> $[form.subject.input] </div> </td> </tr> </table> </div>
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jan 17, 2014 9:15:27 GMT -8
Yeah Im dumb. last night I was apparently seeing that input field inside the same cell as the label instead of the cell next to it...
ignore this.
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Jan 17, 2014 9:18:35 GMT -8
Good 'ol 2am coding...
|
|