Originally Posted by Stan
OK, has the upgrade worked for anyone?

I'm doing a line-by-line manual install and find a small, but nice bit of code cleaning had been done in 7.5.7.

Most of the "//end if" comments have been removed, but there are still quite a few "// end while" and "// end for" comments remaining (intentional? quite possibly.)

I've noticed an inconsistency in the scripts as...
"defined( 'UBB_MAIN_PROGRAM' ) or exit;"
vs
"if(!defined("UBB_MAIN_PROGRAM")) exit;"


I've also noticed that while this is 7.5.7 and not the 7.6 which SD was working on through March 2012, his CSS updates were not included?

And most visibly, where SD's comment of the following code was...
Code
{*
  Version: 7.6
  Purpose: New user registration
  Future:
*}

now only reads as...
Code
{* Script Version 7.5.7 *} 

Also, I didnt notice SD's inclusion of Nivo Slider (for the portal), as mentioned in his 7.6 upgrade discussion... but then again, this is a 7.5.7 upgrade, not 7.6.

As far as I could tell, Smarty-2.6.19 is still being used in 7.5.7. Since upgrading my 7.5.6 install to Smarty-2.6.27 last year, my site seems to perform searches much more quicly.

After four hours, I am currently about 60% through my manual upgrade. I'll post more of my observations if more comes up.

Nice work and I am very happy to see a new version released - thanks!