Editor extension_1.0.2-Slovenian.zip
3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Editor extension
-
- Users
- Posts: 139
- Joined: 25 Mar 2022, 07:11
Re: Editor extension
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
- VIP
- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: Editor extension
Would this be close?Onnozel Manneke wrote: 04 Oct 2021, 15:12 Okay I need some help on how to replace php code with this ext.
So lets say in /includes/acp/acp_email.php I need to add $messenger->set_mail_html(true); below this code $messenger = new messenger($use_queue);
How can I do that?
Code: Select all
$replacements = array(
'files' => array(
0 => '/includes/acp/acp_email.' . $this->php_ext,
),
'searches' => array(
0 => array(
0 => ' $messenger = new messenger($use_queue);',
)
),
'replaces' => array(
0 => array(
0 => ' $messenger = new messenger($use_queue);
$messenger->set_mail_html(true);',
)
)
);
Last edited by Sniper_E on 12 Jan 2024, 10:34, edited 2 times in total.
-
- VIP
- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: Editor extension
Quick question...
Does Editor extension work on editing style/prosilver/template/files and include/files like in the above post or can it only edit extension files?
Does Editor extension work on editing style/prosilver/template/files and include/files like in the above post or can it only edit extension files?
-
- Users
- Posts: 4
- Joined: 03 Mar 2024, 11:09
Re: Editor extension
Hello,
I installed this on 3.3.13 and now I can't uninstall. It gives a blank page while clicking disable > Disable button.
Any solution ?
Thank you.
I installed this on 3.3.13 and now I can't uninstall. It gives a blank page while clicking disable > Disable button.
Any solution ?
Thank you.
-
- Users
- Posts: 4
- Joined: 03 Mar 2024, 11:09
Re: Editor extension
Hello,martin wrote: 14 Sep 2024, 01:54 Dont use the ext uploader to disable the ext use phpbb's built in ext manager.
Thank you for the the reply.
I am using phpbb's ext manager. I tried on localhost, and it gets uninstalled immediately, but on my live website, it takes time and then gives a blank page. If I change folder name (editor under dmzx) on my host, the ACP goes blank. Could it be conflicting with other extensions ? I am using all official extension of phpbb. This is a fresh installation, set up few days ago and havn't made many changes.
-
- Users
- Posts: 918
- Joined: 02 Feb 2018, 12:04
Re: Editor extension
When i tried to make topic normal or sticky i see lot of errors but one of them is
Code: Select all
Deprecated: Optional parameter $replacements declared before required parameter $revert is implicitly treated as a required parameter in /var/www/html/ext/dmzx/editor/editor.php on line 44
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Last edited by ivailo95 on 12 May 2025, 01:28, edited 1 time in total.
Feed like a disease
And bring them to their knees
They'll pay for their deceit
And bring them to their knees
They'll pay for their deceit