Ronnie, thanks for the quick reply. I love this mod, and in about an hour, I have already gotten my first member sending me messages about how much they like it.

First off, the comments I mentioned weren't about needing to make the mod 1.2 compatible, as I am not using 1.2. I don't know if they are needed to be 1.1 compatible ... I -think- they are more needed to be other mod compatible. But no big deal in any case. I'm still halfway new at this, couldn't make a mod of my own to save my life, so if I can figure out how to recode and make it work on my board, probably 75% of the other members here who might run into the same problem could do the same thing. If you've been around here much, you already know how many mods get questions asked about them working with other mods!
I downloaded the file mentioned in the first message in this thread, and downloaded it today to add the thing to my board.
The problem may have come up from the fact that there are two calendar mods out there, Calendar and NewCalendar ... maybe you set it up to work automatically with Calendar, but not NewCalendar.
On the chat versions, I'd guess that the chat ones you mention are both different versions of the same chat mod, as opposed to the chat mod I have (1.98, I think is the current version) and a different chat such as the aim chat mod or the ICQ chat mod. Actualy, there are so many different chat mods that, unless only Ironwing's chat mod adds a section to the Info Center, it might be -far- simpler just to provide the information to users about how to adjust it manually, like you are in the middle of doing with me.
Quote:Code:$rul_rowspan = ($username eq 'Guest') ? 6 : 4;
to
Code:$rul_rowspan = ($username eq 'Guest') ? 8 : 6;
This is fine, I can do this. My only question is, in which file, and how do I find the right sections. Forgive me, but remember, I am still learning!!