I stumbled about at few problems which I cannot get they are my lack of understanding of BW or some kind of issues:
1. I tried to put a user into Editor rank, so I make group.editor page and wright his name there on the first line. Then I entered the system with his details and the check showed a simple member priority. Can the problem be that the name is in Cyrillic? Recently I spend 2 hours until catch that strtolower() and other strto* () functions do not work with Cyrillic. 2. The [option] markup doesn't generate a closing tag, instead it wrights <br/> or nothing: <option />some select<br/> or <option />some select <option / >another select... which is not XHTML compliant. It should be: <option>some select</ option> \n 3. The docs.concepts.search.template reads: "First it will search for template.yourvalue, if not found, it will look for the exact same page as entered and use it as template. Finally, if no template is found it will use template.default." I tried to use the option for page specific template ( 'the exact same page as entered') with no success: for the page action.chapter.create, I tried to make template.action.chapter.create.menu and use it as: template=menu Then I make just template.chaptermenu, use it with template=chaptermenu and it works. But somehow I'd like to make page specific menu template, since it is used on an only page and there are other pages with different menu templates. The inline templates don't work if they are more then one on page. 4. Has I've got that in BW 3.3.4 we can use any html tags? Including nested tags? So full html compatibility? Finally, I support the idea of simple txt source files with no escaping and special encoding. Happy and Merry New Year to All! Bogdan
-- 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.
