• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[MAAC] Adding News Problem ;s

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
MDt5blPPU3.png



PHP:
<?php 
echo '<script type="text/javascript" src="'.WEBSITE.'/public/js/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>';
echo '<script type="text/javascript" src="'.WEBSITE.'/public/js/tinyMCE.js"></script>';
echo error(validation_errors());
echo form_open("admin/add_news");

echo "<label>Title</label> <input name='title' type='text' size='64' value='".set_value('title')."' maxlenght='64'><br />";

echo "<textarea name='body' class='tinymce'>".set_value('body')."</textarea><br />";
echo "<input type='submit' value='Add news'>";
echo "</form>";

?>

rep+
 
you could try to install tinymce in your modern acc it is very easy to use, and have many options in type editing.



edit : nvm seems it is already used in MAAC
 
Back
Top