Page 1 of 1

Another BBCode for bold text ?!

Posted: Thu Jan 08, 2009 5:57 pm
by Niclas
Using the "*" in my Serendipity installation I get following text converted into bold letters.
That's fine, but I need the "*" pretty often and don't want my text being formatted.
So where can I change this into another character like "#" for example ?

I already checked out "mypath/serendipity/plugins/serendipity_event_bbcode/serendipty_event_bbcode.php" but couldn't find the corresponding entry.
Either I overlooked it or it is located in a different file.

Can somebody tell me where I can find the "*" so I can change it ?

Thanks in advance and regards,

Niclas

Re: Another BBCode for bold text ?!

Posted: Thu Jan 08, 2009 6:28 pm
by garvinhicking
Hi!

The easiest way would be to disable the event plugin "Serendipity markup". This is the one that's responsible for changing * text. BBCode uses marking like

Code: Select all

[b].../[/b]
.

Regards,
Garvin

Posted: Fri Jan 09, 2009 4:57 pm
by Niclas
Hi and thanks !

I disabled "Eintrag" and "Erweiterter Eintrag" in the corresponding plugin. That did it.
I think I don't need the other formattings as often as I use the "*".

Greetings,

Niclas