Search found 923 matches

by manu
Sat Dec 08, 2012 10:30 am
Forum: Open Development
Topic: HTML5 and IE<9
Replies: 5
Views: 1695

Re: HTML5 and IE<9

This is close related to the template, but it would be nice to have a place holding this. It's just important to control the order. <?php echo head();?> <!--[if lte IE 7]> <link href="<?php echo $pth['folder']['template'];?>css/patch.css" rel="stylesheet" type="text/css" /> <link href="<?php echo $p...
by manu
Sat Dec 08, 2012 10:02 am
Forum: Open Development
Topic: Newsboxes and Plugin Calls
Replies: 4
Views: 1798

Re: Newsboxes and Plugin Calls

Since the head() function is more or less mandatory in the template there's the following idea: - head() returns nothing but a placeholder like {{{PLACEHOLDER:head}}} - header data will be deployed against this placeholder in final_cleanup() (as I see $bjs is already treated there). Its backwards pr...
by manu
Fri Dec 07, 2012 2:29 pm
Forum: Open Development
Topic: mailform checking correct email input
Replies: 20
Views: 11119

Re: mailform checking correct email input

Just a practial question: According to my knowledge domain names with umlauts could be established and are accessible. But email addresses with umlauts in the domain names were usually rejected. Is it possible in the meantime to use email addresses with these umlauts in the domain name?
regards
manu
by manu
Thu Dec 06, 2012 4:40 pm
Forum: Open Development
Topic: Where has the language attribute gone?
Replies: 6
Views: 2328

Re: Where has the language attribute gone?

I think so, yes. The standard templates are the best documentation, or additional comment could be put there.
PS: and not to forget the wiki.
by manu
Thu Dec 06, 2012 3:01 pm
Forum: Open Development
Topic: Where has the language attribute gone?
Replies: 6
Views: 2328

Re: Where has the language attribute gone?

This can be done final_clean_up(). I suggest to do so, even if I still think that declaring the Doctype (and the strongly related <html> element) in the template is wrong. Why not make life easy and put $sl it the < html > tag for the 1st step? For subpages you just omit it or put in a fixed value....
by manu
Wed Dec 05, 2012 4:50 pm
Forum: Open Development
Topic: XH 1.6: add restore functionality
Replies: 13
Views: 5812

Re: XH 1.6: add restore functionality

Since also the simple user should be able to restore a certain snapshot, IMHO the restore function like restore_XH should be a core function. I assume you mean, even if the content and pagedata will be stored in a single file, there should a button to restore a backup. Well, why not? Yes. Every use...
by manu
Wed Dec 05, 2012 3:53 pm
Forum: Open Development
Topic: XH 1.6: add restore functionality
Replies: 13
Views: 5812

Re: XH 1.6: add restore functionality

If the pagedata will be stored in content.htm it's possible to restore backups the way it was possible in classic CMSimple, what would be enough IMO. An extended functionality could still be offered by plugins. But if the pagedata keeps in a separate file, we should consider to add some kind of res...
by manu
Tue Dec 04, 2012 4:48 pm
Forum: Open Development
Topic: XH 1.6: Subsites
Replies: 4
Views: 1671

Re: XH 1.6: Subsites

What are the strategies for users who already set up a subsite environment? Feeding them with security updates or serving a clear solution how to return to a single domain environment?
by manu
Mon Dec 03, 2012 6:10 pm
Forum: Open Development
Topic: Where has the language attribute gone?
Replies: 6
Views: 2328

Where has the language attribute gone?

As the subject sais there were several threats about the language attribute: http://www.cmsimpleforum.com/viewtopic.php?f=16&t=4560&start=0&st=0&sk=t&sd=a http://www.cmsimpleforum.com/viewtopic.php?f=16&t=2095&p=12276 But where is the lang xml:lang in (X)HTML specified now in the actual version? reg...
by manu
Mon Nov 26, 2012 8:46 am
Forum: Open Development
Topic: enhance request for li()
Replies: 7
Views: 2376

Re: enhance request for li()

cmb wrote:You can create a file cmsimple/userfuncs.php which will automatically be included by CMSimple_XH immediately before the pluginloader is included (see http://www.cmsimple-xh.org/wiki/doku.php/customization).
Thks Christoph, I just didn't find this topic in the wiki's toc.
manu