Is it possible to edit the content of the startpage in the admin panel ? Where it loads : "Quick.Cms v3.0 - released!" and "Over 10 000 pages in web directory!" and "New Quick.Cms.Lite v3.0 rc1" and "Quick.Cart v3.7 - released!"
I'm not sure from where it loads this, because it advertices about the 3,0 version in a 2,4 version.
The point is, that I wish to use that space to inform the user how to use your free solution, in her own language.
humpfrey – check template/admin/container.tpl In the bottom of the page you'll find this: <td id="news"> <h2>$lang['News_from_os']</h2> <iframe src="http://opensolution.org/news,$config[language],$config[version].html"></iframe> </td> Edit in iframe to address of your page. You can also change content in <h2> to your own heading.