Great. I just created a quick plugin page, called strikeout. :) Dan
On Thu, Oct 2, 2014 at 1:41 AM, Tiffany Grenier <[email protected]> wrote: > I don't know how I did it in th epast, maybe with < and > or > something else that went wrong, but it was always giving me an unknown php > error (blank pages everywhere on the website), but this works fine :-) > Cheers, > Tiffany > > > Le mercredi 1 octobre 2014 12:45:07 UTC+2, Dan a écrit : >> >> Oh, sure. I was wondering about that... Try adding this to config.php in >> your site/config folder >> >> <?php >> MarkUp('style', 'strikeout', '/\-\-(.*?)\-\-/', '<del>$1</del>'); >> >> Alternately, with the latest release you can put it in farm.php in >> boltwire/shared/plugins and it will be available on all your sites. >> >> Change the - to = if you prefer that. >> >> Cheers, >> Dan >> >> >> On Wed, Oct 1, 2014 at 4:56 AM, Tiffany Grenier <[email protected]> >> wrote: >> >>> Hi again :-) >>> I wrote my answer right before going to bed yesterday, and went too >>> quickly on the 3rd point. I wanted to say that I was unsuccessufl >>> (couldN'T) at creating an effective markup rule without the need to >>> implement some new markup function. Since boltwire does not use == syntax >>> for titles, this could also denote a strikethrough. >>> Cheers, >>> Tiffany >>> >>> Le mardi 30 septembre 2014 22:32:24 UTC+2, Tiffany Grenier a écrit : >>> >>>> Great thanks. >>>> 1) I indeed created it so I could easily have a peek from the admin >>>> area to existing groups and their members >>>> 3) ~~del~~ might be confusing since datas also use ~, I could create an >>>> effective markup rule without having to write a markup function and that >>>> bothered me >>>> 5) I always to a diff-merge when updating instead of just replacing >>>> files, but once I have something working, I will create a hook. >>>> 6) I've done language.fr but not finished yet messages.fr. I'll let >>>> you know as soon asit is ready >>>> Cheers, >>>> Tiffany >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "BoltWire" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/boltwire. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > You received this message because you are subscribed to the Google Groups > "BoltWire" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/boltwire. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/boltwire. For more options, visit https://groups.google.com/d/optout.
