1
Hi there. I get some time to test a bit the 2.2.3 RC2 snapshot and run into a couple of problems. I'm not sure if they are bugs (thats why I prefer NOT to report them) and also, I can't reply on the betatester forum, so, here there is this thread.
My system:
Windows NT 5.0 build 2195
Badblue 2.64 Personal Edition
PHP Version 4.2.1
MySQL 3.23.39
After a clean installation all seems to work smooth, previous problems with PHP 4.2 seems solved, but:
1- The default notifications options at the bottom of each page are gone, I must activate it as a block from the admin (is that right?).
2- [Notifications] are disabled by default for every new user, and can't be overrided.
3- [Profile] Users can't activate notifications because the "Notification Method" field is not editable or visible by default (you must set it visible mannually).
4- [Profile] On Notification Method field, "private message" is showed as an option even when the Private Messaging module is not installed.
5- [Blocks Administration] There are 3 "All module pages" options in the "visible" box. I know that they are different branches, but is confusing anyway.
6- There is still a graphical glitch on the default template if you use IE 5.5 or 6.0:
[theme_moduleadmin.html]
<div id='buttontop'>
<table style="width: 100%; padding: 0; " cellspacing="0">
<tr>
<td style="width: 70%; font-size: 10px; text-align: left; color: #2F5376; padding: 0 6px; line-height: 18px;">
<a href="../index.php"><{$smarty.const._AD_NAV_MODHOME}>a>
td>
<td style="width: 30%; font-size: 10px; text-align: right; color: #2F5376; padding: 0 6px; line-height: 18px;">
<b><{$modulemenu.name}> <{$smarty.const._AD_NAV_MODADMIN}>b> <{$modulemenu.breadcrumb}>
td>
tr>
table>
div>
[color=CC3300] <br style="clear:both;" />[/color]
<div id='buttonbar'>
<ul>
<{foreach item=link from=$modulemenu.links key=id}>
<{if $id == $modulemenu.current}>
<li class='current'>
<{else}>
<li>
<{/if}>
<a href='<{$link.link}>'><span><{$link.title}>span>a>
li>
<{/foreach}>
ul>
div>
<br style="clear:both;" />