Topic: bbcode editor - plugin ?

Hi,

I'm making a punBB forum, and I would like to add some simple bbcode editor for my users
the thing is I have the code, but I wonder where is the best place to put is without harming the structure of PUN...

is a plugin designed to do this ? I checked the exmeple one and it says for moderators and admins, nothing about users, maybe that's not the purpose of a plugin ...

thanks if anyone has help for me

Alain

Re: bbcode editor - plugin ?

No, plugins are designed to add functionality for admins/mods without touching the PunBB code. You would want to create a mod.
However, I think Rickard's Easy BBCode mod might have what you want already

Re: bbcode editor - plugin ?

no plugins can only add to the admin menu they don't edit punbbs current functions... this what you looking for? http://punres.org/desc.php?pid=50

Re: bbcode editor - plugin ?

yes !
indeed I was way too fast in my posting... I did search, but not enough !
I found and installed the mod from Rickard
it's just excellent...

I really like this PunBB, it's just clean and nice code...
I hope I will have time to work on mods or anything else for this great tool !
Alain

5

Re: bbcode editor - plugin ?

hi, im trying to edit the easybb code mod a little to easily add color. i know how to do this but i was woundering on the buttons for it (i am using buttons instead of drop down), how would i add the color to the button?

6

Re: bbcode editor - plugin ?

Mark wrote:

hi, im trying to edit the easybb code mod a little to easily add color. i know how to do this but i was woundering on the buttons for it (i am using buttons instead of drop down), how would i add the color to the button?

anyone know about this? sorry im not much good at php coding.

Re: bbcode editor - plugin ?

you mean like lots of buttons for the different colours?

8

Re: bbcode editor - plugin ?

yes, like the button is red for the red color button. if you get what i mean.

Re: bbcode editor - plugin ?

just copy one of the other buttons then edit the command it uses?

10

Re: bbcode editor - plugin ?

it doesnt have the color code on the button.
like i want the background for the button to be the same color as the code it is for.

Example:

RED

like if the word "red" was a button i want it to be like that.

Re: bbcode editor - plugin ?

just add style="background-color: red" to the button?