1) I see there is a <!--System:SD--> call in two places of the Gold layout. One is in the <link> and the other is in an <a href=> tag. What is this call for and is it restricted to Template layouts only? As it isn't listed in the Advanced Layout admins.
It was built primarily for the Templates for flexibility, but you an use it if you wish. It's undocumented at the moment, but it means "Subdomain." So if your site is xyz.dkpsystem.com, it'll always do "xyz". This is useful for a single guild particularly if they ever wish to change URLs of their site, they won't need to change the layout to reflect the changes. But it's completely optional.
2) For the Forums part of the site, where in the layout.html and the CSS file do you modify/call to change the background of the already read posts vs new posts?
This is in the CSS part. Look for the "newlist1" and "newlist2" rules.
3) Still having trouble resizing the Calendar to fit better in the layout?
I have seperated out
.calcurent
.calbody
.calheader
Am I still missing something? As the font-size: 7.5pt and font-size: 9pt; isn't effecting the calendar at all.
The calendar might not be resizable (I've never tried). I guess I'll have to look and possibly give it a class so that you could resize it.
4) I a small javascript function called recalcdivs()
is this a function designed to reposition specific divs tags based on the users resizing the browser? Sorry, I am rusty and new to some coding, just trying to get an understanding.
Could you post the code for it so I can see. Off the top of my head, I forget, but I believe that that's what it does.
5) Also see a <!--System:All:Calendar--> call used. Again I don't see this one listed in the Advanced Layout admins, What does this one do exactly? Sorry, I got this one from the Gold layout, was looking at how some of these commands are being used to better understand them.
This one is also undocumented. <!--System:Menus:All|Right|Left--> were added, which can allow your advanced layout to function with the "Menu Administration" section. The "Calendar" is actually an exclusion. It means that the Calendar won't be displayed with the rest of the menus.
I've got some documentation for the Advanced Layout stuff coming in much better detail (which is also requiring some pretty awesome changes to the Guide functionality).