Martin, I upgraded the infotags.php plugin on 3/20/09 when my tags
stopped working, and they are working fine now. Could you try
upgrading that plugin and see if it doesn't work. The UTF thing messed
up a lot of code. It may need more work...

Along the way I have also updated utf.php, smileys.php, hotlinks.php,
gui.backup, & commentbox.php. And probably others. I suppose I should
mention all these when they get upgraded, but I was thinking we'd do a
big upgrade of all the plugins for 3.xx status, and then just
encourage everyone to upgrade everything. At least anything not
working.

Anyway, this will probably solve it.

Hmmm. Actually, there is another problem. In function.php around line
227, theres a mistake in the pattern. It should be   '/^(\S+)\:
(.+)?/m'

Actually in the next release I'll fix it even more, by declaring
$BOLTinfoVarPat global and replacing that one line with this:

        if ($args['pattern'] == '') {
                if ($BOLTinfoVarPat == '') $args['pattern'] = '/^(\S+)\: 
(.+)?/m';
                else $args['pattern'] = $BOLTinfoVarPat;
                }
        preg_match_all($args['pattern'], $content, $matches);

This allows us to define alternate patterns right in the function. We
may want to think about this more, as I'm not sure we really have
correct functionality for alternate patterns in all places. But this
might be good enough.

Cheers,
Dan


On Tue, Mar 24, 2009 at 8:19 AM, Martin <[email protected]> wrote:
>
> Thank you linly, of course I tried your tip from the docs.
>
> It does not work for me on 2.67
>
> And yes, I have to go back to 2.64 - the last known version where info
> worked as it should.
>
> Greetings, Martin
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to