Ok, to make it clear, I'll explain what I am trying to do. I'm building a portal which allows people to create their own child portals. In that portals, they'll need a very, very simple module to introduce themselves (for other profile modules are too complicated for non-technical users). So I decided to build a custom table in UDT which contains some fields like personal photo, full name, email, etc; and then export the portal template. However, there are some problems in this module :
1. I can't set the default view to CardView.xsl . Is this possible?
2. There's trouble displaying image : the image won't appear. I tried to view the image but it threw an error (see
screen shot). I think it's a problem with the making thumbnail method, because displaying the image using URL worked fine.
Everything I'm trying to do above is to give my users the most simple way to handle their website. And this is also the most important thing.
Testing environment : DNN 3.3.7 running under localhost, folder security checked.
Actually, I will use DNN 4.4.x for my production site but I haven't upgraded my computer to Win 2003 sp2 yet, which is required to run ASP.Net 2.0
Please help me! I'm not new to DNN but I'm new to UDT.
Best regards,
Duc