On 3/16/10, Kevin <[email protected]> wrote: > Also note that my efforts to prevent space... by using ` after conditionals > now need to be changed to remove the ` as that doesn't work any longer. > > example: > > [if ingroup tnet]` > this is text shown to the group tnet > [if]` > this is shown to everyone. > > That is okay though as it was a pain to have to remember to do that.
There used to be an "eatlines" markup used for these kinds of things, but I deleted it a couple releases back as I don't think it is necessary with the new linespacing system. You could re-add it to your config.php file but I think the easier solution is: ---- [if ingroup tnet]this is text shown to the group tnet [if]this is shown to everyone. ---- I think I've mentioned before, the worst part about upgrading to the new linespacing system is simply unworking all the little hacks we have used in the past to get the spacing we wanted. Which I guess is a good problem--for new users at least! Cheers, Dan -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
