I tried that, and it works nicely as far as creating the page, but there are a couple problems that seem wrong.
1) It doesn't display properly in the url bar of the browser like other utf pages. 2) I can't seem to edit it. Ignores my changes... I suspect something else is going on here. Not sure what. Will look at it some more tomorrow perhaps, if I have some time... Cheers, Dan On Sun, Oct 18, 2009 at 6:55 PM, The Editor <[email protected]> wrote: > On Sun, Oct 18, 2009 at 6:36 PM, Hans <[email protected]> wrote: >> >> But it needs a change to the BOLTredirect() function so the input gets >> converted to url: >> as I wrote, add: >> $nextpage = BOLTutf2url($nextpage); >> >> That works fine as far as i tested it. > > That's the only change needed for the situation you described? Sounds > like you are putting BoltWire through some complex testing... I don't > think anyone has quite tried that yet... Glad to hear this one was an > easy fix. ... > > Actually, should it go before or after this conditional? > > if (strpos($nextpage, '://') === false) { > $nextpage = BOLTutf2url($nextpage); > > Seems like it should be after, so it doesn't mess with any links to > external urls... Not 100% sure... > > 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 -~----------~----~----~----~------~----~------~--~---
