Hello,
You are right - and this is something that i change in every mambo-release:
change the line in /includes/mambo.php
PHP Code:
$mos_change_template = mosGetParam( $_REQUEST, 'mos_change_template', $mos_user_template );
to
PHP Code:
$mos_change_template = mosGetParam( $_POST, 'mos_change_template', $mos_user_template );
The "Template Chooser" still works, but you cannot change a template in the URL.
I'll publish this as a "hack" on
Mamboexpert.com.
Greetings, ZorkHH