The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Removing BBCode buttons from quick reply

4 posters

Go down

Solved Removing BBCode buttons from quick reply

Post by NinthJake November 28th 2009, 2:09 am

Hi. I need help with some coding.

I want to make the quick-reply box look more vBulletin stylish. Which means that I want to remove the BBCode buttons from the QR box and only have the "Preview" and "Send" buttons (and an "advanced edit" button if possible)

It would also be very nice of you if you could help me get an inset border around the whole quick reply box and buttons and all.

Thank you in advance.
-NJ
avatar
NinthJake
New Member

Posts : 5
Reputation : 0
Language : Swedish

Back to top Go down

Solved Re: Removing BBCode buttons from quick reply

Post by MrMario November 28th 2009, 3:01 am

There is one person that could help you with this but the only thing is you need punbb or phpbb2 to do it since no their version of forum has template editing.
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Solved Re: Removing BBCode buttons from quick reply

Post by ankillien November 28th 2009, 3:25 am

Hello,

To remove BBC buttons from quick reply, go to Admin CP > Display > Colors > CSS.
Add this code there and submit...

Code:
#text_editor_controls {
display : none;
}

You can't add new buttons to it like advanced edit. For advanced edit, you need to click the 'Post Reply' button.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Removing BBCode buttons from quick reply

Post by NinthJake November 28th 2009, 11:45 am

Thank you very much ^^

And yeah, the forum is a phpBB2.
avatar
NinthJake
New Member

Posts : 5
Reputation : 0
Language : Swedish

Back to top Go down

Solved Re: Removing BBCode buttons from quick reply

Post by ankillien November 28th 2009, 12:32 pm

Is it completely solved?
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Removing BBCode buttons from quick reply

Post by NinthJake November 28th 2009, 1:10 pm

Well not entirely, no.

It seems that the code removed the BBCode buttons from the whole forum.

Have I put the code in the wrong spot?
avatar
NinthJake
New Member

Posts : 5
Reputation : 0
Language : Swedish

Back to top Go down

Solved Re: Removing BBCode buttons from quick reply

Post by jgx_johzz November 28th 2009, 2:32 pm

hmmmmm.. nice share info... but lose a thing.. hha
thx before
avatar
jgx_johzz
New Member

Posts : 2
Reputation : 0
Language : english

Back to top Go down

Solved Re: Removing BBCode buttons from quick reply

Post by ankillien November 28th 2009, 3:14 pm

NinthJake wrote:Well not entirely, no.

It seems that the code removed the BBCode buttons from the whole forum.

Have I put the code in the wrong spot?

You have put the code in correct place but the code had a small bug Razz
Sorry to make you wait so long.

Please remove the previous code that I gave you and enter this new code in place of it.

Code:
#quick_reply #text_editor_controls {
display : none;
}

This will remove buttons only from quick reply.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Removing BBCode buttons from quick reply

Post by NinthJake November 28th 2009, 9:01 pm

Thank you kindly Smile

This can be marked as "Solved" now. Thank you again.
avatar
NinthJake
New Member

Posts : 5
Reputation : 0
Language : Swedish

Back to top Go down

Solved Re: Removing BBCode buttons from quick reply

Post by MrMario November 28th 2009, 9:53 pm

Solved => Locked
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum