This is a list of templates that have been modified between glFusion v1.1.4 and glFusion v1.1.5. Those with an X in the Must Update column must be updated in your theme or functionality will break.
| Directory / Template | Must Update | Description |
|---|---|---|
| public_html/layout/nouveau/ | ||
| htmlheader.thtml | X | Changed 2 lines that reference style sheet and javascript. Now references css.php and js.php. <link rel=“stylesheet” type=“text/css” href=”{style_cache_url}” title=”{theme}”{xhtml}> <script type=“text/javascript” src=”{js_cache_url}”></script> |
| public_html/layout/nouveau/comment/ | ||
| commentform_advanced.thtml | X | Previous versions used the wrong field name for the comment field for plaintext entry |
| startcomment.thtml | Fixed an XHTML validation error | |
| public_html/layout/nouveau/admin/user/ | ||
| edituser.thtml | X | Allow usernames up to 32 characters in length (previously 16 characters) |
| public_html/layout/nouveau/users/ | ||
| getpasswordform.thtml | X | Allow usernames up to 32 characters in length (previously 16 characters) |
| registrationform.thtml | X | Allow usernames up to 32 characters in length (previously 16 characters) |
| public_html/layout/nouveau/preferences/ | ||
| boxesblock.thtml | X | Support for new Profile APIs for plugins. |
| commentblock.thtml | X | Support for new Profile APIs for plugins. |
| digestblock.thtml | X | Support for new Profile APIs for plugins. |
| displayblock.thtml | X | Support for new Profile APIs for plugins. Allow user to select search display format (Google style or Table style) |
| displayprefs.thtml | X | Support for new Profile APIs for plugins. |
| excludeblock.thtml | X | Support for new Profile APIs for plugins. |
| privacyblock.thtml | X | Support for new Profile APIs for plugins. |
| profile.thtml | X | Support for new Profile APIs for plugins. |
| username.thtml | X | Support for new Profile APIs for plugins. |
| public_html/layout/nouveau/submit/ | ||
| submitstory_advanced.thtml | Added width:100% to ensure editor box fills the screen | |
Added the following new styles to the Nouveau stylesheet (style.css)
.signature {
overflow:hidden;
width: 500px;
max-height: 150px;
}
.comment-sig {
color:#666666;
padding-top:1ex;
}
pre {
background-color: #fff;
font-family: "Consolas" , "Courier New" ,Courier,mono,serif;
font-size: 12px;
color: #000;
padding: 5px;
border: 1px dashed blue;
}