Adammer releases ArchitectX v.2
July 5th, 2009
We released ArchitectX v.2 the latest version of our most popular DNN skin. This newest version includes full DNN 5 support.
Best Practices
- World Wide Web Consortium (“W3C”) validated XHTML.
- Web Content Accessibility Guidelines (“WCAG”) Priority 1 verified.
- W3C validated CSS.
- Rehabilitation Act Section 508 compliant.
- Reviewed by the DotNetNuke⢠Corporation.
- Compatible with DNN 4.6+ and 5.
@ Adam Humphrey
PERFECT !!
You never cease to amaze me. Keep me on the list for “optimized” ArchitectX, but also add me to your Happy Camper list, too.
Regards,
Bob
@ Adam Humphrey
I sent you an e-mail with links to my dev site [DNN 6; ArchitectX 2] and production [DNN 5.6.2; ArchitectX 2]. You can see the issues I’m having. You probably know just what it is since it looks like you fixed them or similar from Greytness 2.3 to 2.5 [and you always know...]. [BTW, Geytness works very well in DNN 6; great job...]
Bob
Bob, to fix the menus for DNN 6 support you need to add z-index:2000; to the skin.css file on line 215.
Example:
/*-- Second-level list container. --*/ #nav li ul {position:absolute;left: -999em;width:150px;border-top: #FFFFFF 1px solid;background-color:#9D9D9D;z-index:2000;}Is ArchitectX compatible with DNN 6?
@ Bob Hanson, ArchitectX is compatible with but not optimized for DNN 6. If there is enough demand we will be releasing a DNN 6 optimized version sometime in late September. I’ll add another check-mark to the “make ArchitectX DNN 6 optimized” column.