[MODDB] BBcode Buttons for 3.0.6 Quick Reply

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Get Involved
User avatar
Sam
Former Team Member
Posts: 2082
Joined: Thu Jan 22, 2009 3:59 am
Location: Sacramento, CA
Name: Sam Thompson
Contact:

[MODDB] BBcode Buttons for 3.0.6 Quick Reply

Post by Sam »

MOD Validated: http://www.phpbb.com/community/viewtopi ... &t=1895565
Please use the new topic for all support and questions regarding this mod, Thanks.

------------------------------------------------------------------------------
Modification Name: BBcode Buttons for 3.0.6 Quick Reply
Author: SyntaxError90

Modification Description: Adds the standard BBcode buttons and custom BBcodes to the default quick reply editor in 3.0.6.
Modification Version: 1.0.0

Requirements: phpBB Version 3.0.6 minimum, this mod is not backwards compatible.

Screenshots: http://i50.tinypic.com/33uyhqq.png

Modification Download: (New download link on release topic)

Works with both Prosilver and subsilver2 based styles.
Last edited by Sam on Mon Nov 23, 2009 5:39 am, edited 3 times in total.
User avatar
imkingdavid
Former Team Member
Posts: 2673
Joined: Sun Jul 26, 2009 7:59 pm
Location: EST
Name: David King

Re: [RC] BBcode Buttons for 3.0.6 Quick Reply

Post by imkingdavid »

I was wondering how long it would take for someone to get to work on this. :) I may try this out when I get a chance. Nice work. :)
Don't forget to smile today. :)
Please do NOT contact for support via PM or email.
User avatar
kber
Registered User
Posts: 986
Joined: Sun May 07, 2006 9:22 am
Location: Egypt
Contact:

Re: [RC] BBcode Buttons for 3.0.6 Quick Reply

Post by kber »

this should be a default phpBB3
Hello All
User avatar
Sam
Former Team Member
Posts: 2082
Joined: Thu Jan 22, 2009 3:59 am
Location: Sacramento, CA
Name: Sam Thompson
Contact:

Re: [RC] BBcode Buttons for 3.0.6 Quick Reply

Post by Sam »

One of the reasons (I believe) they gave a bare bones quick reply is to satisfy the need for one as the default, but allow mod authors to create extensions such as this to build on the basic quick reply.
User avatar
RMcGirr83
Former Team Member
Posts: 22016
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [RC] BBcode Buttons for 3.0.6 Quick Reply

Post by RMcGirr83 »

These lines aren't needed?

Code: Select all

			'S_SMILIES_ALLOWED'	=> ($config['allow_smilies'] && $auth->acl_get('f_smilies', $forum_id)) ? true : false,
			'S_BBCODE_URL'		=> ($config['allow_post_links']) ? true : false,
you aren't requesting smilies and the switch for urls is

Code: Select all

S_LINKS_ALLOWED
:?:
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then buy me a beer Image
User avatar
Sam
Former Team Member
Posts: 2082
Joined: Thu Jan 22, 2009 3:59 am
Location: Sacramento, CA
Name: Sam Thompson
Contact:

Re: [RC] BBcode Buttons for 3.0.6 Quick Reply

Post by Sam »

Bah, *facepalms* I uploaded the wrong one then.
Just a sec, let me fix that.

EDIT: Should be good to go.
User avatar
Sam
Former Team Member
Posts: 2082
Joined: Thu Jan 22, 2009 3:59 am
Location: Sacramento, CA
Name: Sam Thompson
Contact:

Re: [RC] BBcode Buttons for 3.0.6 Quick Reply

Post by Sam »

Now adds custom BBcodes~
UksusoFF
Registered User
Posts: 7
Joined: Sat Jun 16, 2007 4:43 pm

Re: [RC] BBcode Buttons for 3.0.6 Quick Reply

Post by UksusoFF »

SyntaxError90 wrote:Works with both Prosilver and subsilver2 based styles.
Hello! Does it realy work with prosilver?
I can't found this strings in files

Code: Select all

		<tr>
			<td class="row1" width="22%"><b class="genmed">{L_MESSAGE}:</b></td>
			<td class="row2" valign="top" align="left" width="78%"><textarea name="message" rows="7" cols="76" tabindex="3"  style="width: 98%;"></textarea> </td>
		</tr>
UPD: Oh sorry! I look foor another file :oops:
Can you add smiles to qr?
User avatar
Sam
Former Team Member
Posts: 2082
Joined: Thu Jan 22, 2009 3:59 am
Location: Sacramento, CA
Name: Sam Thompson
Contact:

Re: [RC] BBcode Buttons for 3.0.6 Quick Reply

Post by Sam »

Smiles make it so heavy; because each smile is a small image, there is a new http request for the image, and even if they aren't replying to topic it will still cause them to load all the images. The view topic has all the content, so naturally we expect to get a lot of traffic. That bandwidth could be easily saved.

In a later version however, I may add the option to do so; It would be an option in the ACP to turn the smilies on or off, because no everyone wants the bloat.
UksusoFF
Registered User
Posts: 7
Joined: Sat Jun 16, 2007 4:43 pm

Re: [RC] BBcode Buttons for 3.0.6 Quick Reply

Post by UksusoFF »

SyntaxError90 wrote:In a later version however, I may add the option to do so; It would be an option in the ACP to turn the smilies on or off, because no everyone wants the bloat.
Will be wonderful if you do this :)
Thanks

PS No need do it, i did it =)
onel0ve
Registered User
Posts: 182
Joined: Thu Aug 21, 2008 6:26 pm

Re: [RC] BBcode Buttons for 3.0.6 Quick Reply

Post by onel0ve »

hy bro can u please say me how to add smile also in the quick reply :)
UksusoFF
Registered User
Posts: 7
Joined: Sat Jun 16, 2007 4:43 pm

Re: [RC] BBcode Buttons for 3.0.6 Quick Reply

Post by UksusoFF »

onel0ve wrote:hy bro can u please say me how to add smile also in the quick reply :)
In Russian only
http://www.phpbbguru.net/community/topic26861.html
onel0ve
Registered User
Posts: 182
Joined: Thu Aug 21, 2008 6:26 pm

Re: [RC] BBcode Buttons for 3.0.6 Quick Reply

Post by onel0ve »

UksusoFF wrote:
onel0ve wrote:hy bro can u please say me how to add smile also in the quick reply :)
In Russian only
http://www.phpbbguru.net/community/topic26861.html
bro i m not Russian please translate it thankx
UksusoFF
Registered User
Posts: 7
Joined: Sat Jun 16, 2007 4:43 pm

Re: [RC] BBcode Buttons for 3.0.6 Quick Reply

Post by UksusoFF »

onel0ve wrote:bro i m not Russian please translate it thankx
http://translate.googleusercontent.com/ ... og#p261551
try it :)
onel0ve
Registered User
Posts: 182
Joined: Thu Aug 21, 2008 6:26 pm

Re: [RC] BBcode Buttons for 3.0.6 Quick Reply

Post by onel0ve »

UksusoFF wrote:
onel0ve wrote:bro i m not Russian please translate it thankx
http://translate.googleusercontent.com/ ... og#p261551
try it :)
tq bro but whats the main solution post which one i will follow can u please told me in here :) tq
Locked

Return to “[3.0.x] MODs in Development”