Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
tinyMCE HELP
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="HabboRetroHelper1" data-source="post: 371335" data-attributes="member: 27792"><p>I cant type in the text box? i use it for when i create News Articles in HK</p><p>It wont let me type in the box? i try to hover over it and type and still doesn't work. I looked over the code and can't fix it?</p><p><img src="http://i.imgur.com/5iPkpdm.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p><p></p><p>CODE:</p><p>[CODE]<script src="//tinymce.cachefly.net/4.0/tinymce.min.js"></script></p><p> <script type="text/javascript"></p><p> tinymce.init({</p><p> selector: "textarea",</p><p> plugins: [</p><p> "advlist autolink lists link image charmap print preview anchor",</p><p> "searchreplace visualblocks code fullscreen",</p><p> "insertdatetime media table contextmenu paste"</p><p> ],</p><p> toolbar: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image"</p><p></p><p> });</p><p> </script></p><p></p><p> <form method = "post"></p><p> <b>Title: </b><input type = "text" name = "title" value = "<?php echo $_POST['title']?>" placeholder = "News Title"></br></p><p> <b>Short Desc: </b><input type = "text" name = "shortstory" value = "<?php echo $_POST['shortstory']?>" name = "" placeholder = "News Desc"></br></p><p> <textarea id = "editor1" type = "text" class = "tinymce" name = "longstory" cols="68" rows="10"><?php echo $_POST['longstory']?></textarea></br></p><p> <b>Author: </b><input type = "text" value = "<?php echo $_SESSION['user']['username']; ?>" disabled><br></p><p> <select name="topstory" id="topstory" style="font-size: 14px;">[/CODE]</p><p>[doublepost=1459694102,1459688498][/doublepost]BUMP</p></blockquote><p></p>
[QUOTE="HabboRetroHelper1, post: 371335, member: 27792"] I cant type in the text box? i use it for when i create News Articles in HK It wont let me type in the box? i try to hover over it and type and still doesn't work. I looked over the code and can't fix it? [IMG]http://i.imgur.com/5iPkpdm.png[/IMG] CODE: [CODE]<script src="//tinymce.cachefly.net/4.0/tinymce.min.js"></script> <script type="text/javascript"> tinymce.init({ selector: "textarea", plugins: [ "advlist autolink lists link image charmap print preview anchor", "searchreplace visualblocks code fullscreen", "insertdatetime media table contextmenu paste" ], toolbar: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image" }); </script> <form method = "post"> <b>Title: </b><input type = "text" name = "title" value = "<?php echo $_POST['title']?>" placeholder = "News Title"></br> <b>Short Desc: </b><input type = "text" name = "shortstory" value = "<?php echo $_POST['shortstory']?>" name = "" placeholder = "News Desc"></br> <textarea id = "editor1" type = "text" class = "tinymce" name = "longstory" cols="68" rows="10"><?php echo $_POST['longstory']?></textarea></br> <b>Author: </b><input type = "text" value = "<?php echo $_SESSION['user']['username']; ?>" disabled><br> <select name="topstory" id="topstory" style="font-size: 14px;">[/CODE] [doublepost=1459694102,1459688498][/doublepost]BUMP [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
tinyMCE HELP
Top