From: Ralf <rr...@jo...> - 2001-07-27 10:21:01
|
Hi, In slash pre2.0 you had blocks that allowed you to drastically change the apearance of each section, how is it done in 2.0? I'm trying to use sections in order to provide the site in different languages. I'm thinking of remaking specific *.pl files so atht they would pull the language specific templates, like here in the user.pl.... } elsif ($op eq 'userlogin' && !$user->{is_anon}) { userInfo($user->{uid}, $user->{nickname}); is the "userInfo" the template name?? if so I could append the language letter and turn it into duserInfo and create the specific template. However this would create some problems, like user selectable boxes, all of them would show up at once, so if you have like 3 languages and around 20 boxes for each language... well you get the picture... I know there has been talk around here about internationalization, has any progress been made? any attemps? Thanx Ralf _______________________________________________ Slashcode-general mailing list Sla...@li... http://lists.sourceforge.net/lists/listinfo/slashcode-general |