Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.
3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Posting Buttons
- 
				Null
 - Users

 - Posts: 125
 - Joined: 09 Oct 2015, 06:03
 
Re: Posting Buttons
Is that the same ext: https://www.phpbb.com/community/viewtop ... &t=2367471 ?
			
			
									
						
										
						- 
				martin
 - Admin

 - Posts: 5106
 - Joined: 06 Apr 2014, 16: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.
			
			
									
						
										
						- 
				Joost
 - Users

 - Posts: 25
 - Joined: 20 Feb 2015, 11: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.  
			
			
									
						
										
						- 
				Joost
 - Users

 - Posts: 25
 - Joined: 20 Feb 2015, 11:21
 
Re: Posting Buttons
Up my post.Joost wrote: 05 Feb 2017, 14: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.![]()
- 
				dmzx
 - Founder

 - Posts: 6469
 - Joined: 13 Jan 2014, 21:45
 
Re: Posting Buttons
Is this related to Posting Buttons? or do you want to add it to Posting Buttons?
- 
				Joost
 - Users

 - Posts: 25
 - Joined: 20 Feb 2015, 11:21
 
Re: Posting Buttons
I will add this to Posting Buttons. Is this possible in the next extension update?  
			
			
									
						
										
						- 
				mike
 - Users

 - Posts: 6
 - Joined: 06 Jul 2015, 13: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.
- 
				mike
 - Users

 - Posts: 6
 - Joined: 06 Jul 2015, 13:56
 
Re: Posting Buttons
Is anyone there?mike wrote: 30 Jun 2017, 11: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.![]()
- 
				Sniper_E Online
 - VIP

 - Posts: 1157
 - Joined: 14 Oct 2014, 19: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;
}- 
				mike
 - Users

 - Posts: 6
 - Joined: 06 Jul 2015, 13:56
 
Re: Posting Buttons
Thanks for getting back to me.Sniper_E wrote: 22 Aug 2017, 22: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.

