3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Posting Buttons
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayNull
- Users

- Status: Offline
- User theme: Dark
- Posts: 125
- Joined: Oct 9th, '15, 04:03
Re: Posting Buttons
Is that the same ext: https://www.phpbb.com/community/viewtop ... &t=2367471 ?
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraymartin
- Admin

- Status: Offline
- User theme: Dark
- Posts: 5123
- Joined: Apr 6th, '14, 14:12
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayNull
- Users

- Status: Offline
- User theme: Dark
- Posts: 125
- Joined: Oct 9th, '15, 04:03
Re: Posting Buttons
Why 2 exactly equal exts?
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraymartin
- Admin

- Status: Offline
- User theme: Dark
- Posts: 5123
- Joined: Apr 6th, '14, 14:12
Re: Posting Buttons
Not quite the same one was made and some one else made a little bit different version infact there is a few ext's out there that all do the same thing just made by different folks.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayJoost
- Users

- Status: Offline
- User theme: Dark
- Posts: 25
- Joined: Feb 20th, '15, 10:21
Re: Posting Buttons
How can i add a new module (Modcodes) for admins/mods only ? In the extension Advanced BBCode Box is it possible to change a permission to groups. 
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayJoost
- Users

- Status: Offline
- User theme: Dark
- Posts: 25
- Joined: Feb 20th, '15, 10:21
Re: Posting Buttons
Up my post.Joost wrote: Feb 5th, '17, 13:13 How can i add a new module (Modcodes) for admins/mods only ? In the extension Advanced BBCode Box is it possible to change a permission to groups.![]()
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraydmzx
- Founder

- Status: Offline
- User theme: Dark
- Posts: 6485
- Joined: Jan 13th, '14, 20:45
Re: Posting Buttons
Is this related to Posting Buttons? or do you want to add it to Posting Buttons?
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayJoost
- Users

- Status: Offline
- User theme: Dark
- Posts: 25
- Joined: Feb 20th, '15, 10:21
Re: Posting Buttons
I will add this to Posting Buttons. Is this possible in the next extension update? 
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayJoost
- Users

- Status: Offline
- User theme: Dark
- Posts: 25
- Joined: Feb 20th, '15, 10:21
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayJoost
- Users

- Status: Offline
- User theme: Dark
- Posts: 25
- Joined: Feb 20th, '15, 10:21
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraydmzx
- Founder

- Status: Offline
- User theme: Dark
- Posts: 6485
- Joined: Jan 13th, '14, 20:45
Re: Posting Buttons
Need to check it.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraymike
- Users

- Status: Offline
- User theme: Dark
- Posts: 6
- Joined: Jul 6th, '15, 11:56
Re: Posting Buttons
Hi everyone,
Would it be possible to make this great extension compatible with QuickReply Reloaded (version 2.0.0-beta1)?
Thanks in advance for your reply.
Would it be possible to make this great extension compatible with QuickReply Reloaded (version 2.0.0-beta1)?
Thanks in advance for your reply.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraymike
- Users

- Status: Offline
- User theme: Dark
- Posts: 6
- Joined: Jul 6th, '15, 11:56
Re: Posting Buttons
Is anyone there?mike wrote: Jun 30th, '17, 09:51 Hi everyone,
Would it be possible to make this great extension compatible with QuickReply Reloaded (version 2.0.0-beta1)?
Thanks in advance for your reply.![]()
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArraySniper_E Online
- VIP

- Status: Online
- User theme: Dark
- Posts: 1160
- Joined: Oct 14th, '14, 17:01
Re: Posting Buttons
You need to add an event template in postingbuttons and edit the postingbuttons.css
Copy the dmzx/postingbuttons/styles/all/template/event/posting_editor_buttons_after.html
to
dmzx/postingbuttons/styles/all/template/event/ext_quickreply_transform_text_buttons_after.htm
Then in the dmzx/postingbuttons/styles/all/theme/postingbuttons.css change that first class.
Copy the dmzx/postingbuttons/styles/all/template/event/posting_editor_buttons_after.html
to
dmzx/postingbuttons/styles/all/template/event/ext_quickreply_transform_text_buttons_after.htm
Then in the dmzx/postingbuttons/styles/all/theme/postingbuttons.css change that first class.
Code: Select all
#format-buttons {
display: none !important;
}-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraymike
- Users

- Status: Offline
- User theme: Dark
- Posts: 6
- Joined: Jul 6th, '15, 11:56
Re: Posting Buttons
Thanks for getting back to me.Sniper_E wrote: Aug 22nd, '17, 20:58 Copy the dmzx/postingbuttons/styles/all/template/event/posting_editor_buttons_after.html
to
dmzx/postingbuttons/styles/all/template/event/ext_quickreply_transform_text_buttons_after.htm
However, I can only see these two files:
1) overall_header_head_append.html
2) posting_editor_buttons_before.html
Have also tried re-downloading a fresh download from the first page of this thread - and again, I don't see those files you mentioned.

