Write article and insert/edit code simple. Example PHP code:
public function __construct()
{
parent::__construct();
$this->load->database();
$this->load->helper('url');
$this->load->library('session');
$this->load->library('form_validation');
$this->load->model('Member_model');
}
show green pop up success save article.
Redirect to home page and my article not save. :(
Joomla! 3.8.7
Labels |
Added:
?
|
Category | ⇒ | com_content |
I just want show example code in my article. How to fix it? or any plugin to replace insert/edit code?
There are several.available.extensions for this at the extension directory.
Closed.as.not.a bug
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-05-15 15:10:15 |
Closed_By | ⇒ | brianteeman |
It's an article editor not a code editor. Probably your attempt at injecting code in an article was correctly blocked.