Since not all of the textareas are big enough for the whole toolbar, how do i set the toolbar to automatically resize to the textarea?
Edit:
Just noticed it does, just my eyes that missed it.
Edit 2:
My miss, just looked again and saw it didn't completely customize after textarea size. Some icons are "gone" or hidden outside the field, how do i configure the editor or make row break and show everything? Increase the cols line doesn't work, row does though.
Edit 3:
Problem solved, i tried using Raven Nuke's News file for the admin section and it worked. But instead of making it troublesome by downloading fro others, I'm pasting some lines of code which gives more space to the textareas in admin News section.
Code: echo '<br /><br /><b>'._STORYTEXT.'</b><br />';
// .'<textarea wrap="virtual" cols="50" rows="12" name="hometext"></textarea><br /><br />'
wysiwyg_textarea('hometext', '', 'PHPNukeAdmin', 50, 12);
echo '<br /><br /><b>'._EXTENDEDTEXT.'</b><br />';
// .'<textarea wrap="virtual" cols="50" rows="12" name="bodytext"></textarea><br />'
wysiwyg_textarea('bodytext', '', 'PHPNukeAdmin', 50, 12);
"<font class=\"content\">"._ARESUREURL."</font></td></tr>"
|
Edit 4:
Alrigh i got another problem, I'll post a picture of it.
Only registered users can see links on this board! Get registered or login!
As the picture shows the "Story Text" and "Extended Text" has moved up from the original position, dunno how to fix this. Didn't find any code that refers to positioning. (At least nothing obvious or clear)