Hello,
The first issue I see is you are including 2 mootools.js files, the one that came with sunblogger template and the one that came with my module. You only want one mootools file to load even if you have 20 modules.
So here is a problem for you, the mootools.js with sunblogger is a partial subset, so if you use that one my module will not work.
The sunblogger tab on the template is old outdated code for mootools 1.0 and will not work with the mootools 1.1 file included. There may be and update at yootheme for some new tab code?
Here is where to configure mootools.js files, but mine has all the functions
_link_:
http://mootools.net/downloadI keep my file at
/_script_s/js/mootools.v1.11.js to conform with joomla 1.5 standards as mootools is native to 1.5 and that is where the file is kept.
Then I changed my path in sunblogger to bring in this file. Then I turn off include mootools file in ALL my modules.
I will need you to get that far before I can see what else is needed to bring in the Avatars. I suspect we may need to change the langauge file. I think we hard coded this path for you in the total users module. might have to do the same think here
brian