Am Dienstag, 9. M�rz 2004 09:01 schrieben Sie: > > Hi Andreas, > > On Mon, 2004-03-08 at 22:16, Sonic wrote: > > -If you create content with MidCOM AIS, it's still possible to edit the > > article (and the associated style elements) in Aegir, right? > > Well, kind of. You shouldn't. MidCOM is a component framework and there > are a bunch of components for it. These components can store their data > as Articles, that's right. But this is not mandatory, a component could > also store data in files or a database. That's what that component thing > is about, you don't have to deal with the storage, you just use it.
So all articles basically have to use the exact same layout? Or is it possible to write a style element which automatically detects which article or topic is requested and modifies the layout accordingly? (what I want to do is the following: All pages on our client's site share the same layout, but each category has its own logo at the beginning of the article) [...] > > -If users log in, is it possible to make the login information accessible > > via mgd_get_person? > > I'm not much into Nemein_Authentication, but I guess you can get > information about the user that's currently logged in ($midgard->user, > mgd_get_person, ...). What data would you like to access exactly? I need the user's name to display "Welcome Mr/Mrs XXX" on the main page when s/he logged in Bye, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
