Using VS.NET to create NEW module for Portal Starter Kit
I'm trying to build my 1st NEW module for the portal starter kit, but I'm not sure what VS.NET is doing...it seems to be creating the wrong 'inherits from'
This is the beginning of my new module codebehind file
Public Class Charts
Inherits System.Web.UI.Page
.................................................................................
This is the beginning of an existing module codebehind (that works)
Namespace ASPNET.StarterKit.Portal
Public MustInherit Class Announcements
Inherits ASPNET.StarterKit.Portal.PortalModuleControl
.....................
Modules within Modules
I purchaced the Internal Link Navigation from Snowcovered a while back and have modified it so I can insert user controls in the child-level pages. However, if I try to insert a IBS module, it returns an error because the IBS modules use desktopcontols.vb to pull properties for the module from the database and I haven't set that up properly. When I look at the code in tablayout.aspx.vb I have a hard time sorting through it.
Any ideas?
Do you want to post your mods to Internal Link Navigation - I have done a fair bit of work with that so may be able to help Or email the code to me
Dav...
modules, modules
This site appears to be the most comprehensive list of free custom modules:
www.dnnfaq.com
Any other sites? I do like how Rainbow gives you a bucket of them - saves a lot of time over having to snoop around and find some of the DNN ones. Is there also a way to list modules as "certified"? Also - is there a decent repository of skins?
I have recently installed version 2.0. Sure wish there were more modules ready for it! That would make it much easier to evaluate the program and give recommendations to my boss.
The reason there aren't more 2.0 modules yet is becasue it h...
Module in Module
Hi,
Is there a way to place a module inside another module (e.g. A feedback module inside a Text/HTML module) ?
Cheers
Tassos
There is a way to inject controls into a module dynamically based on some criteria like a querystring parameter - is that what you are wanting to do?Dylan Barberread my stupid blog http://codemypantsoff.com
There's a commercial module "wrapper" on Snowcovered that is designed to hold other modules. So it is possible.I don't know if you could put a module holding a module inside a module containing a module, but I wouldn't try. The entire space-time...
Installing a DotNetNuke Module in the Portal Starter Kit
Hi,
I'm new to ASP.Net, so apologies if this is a basic question.
I have created my own portal using the Portal Stater Kit and added modules to it.
We are looking at a product Sigma-Pro by http://www.onyaktech.com/ which seems to be written for DotNetNuke, as it has a .dnn file, and i have successfully added it to my sample DotNetNuke.
We would like to add it to our portal based on the Starter Kit, but are not sure how this can be done. I think the .dnn file is basically am MSI which creates the database and installs the relevant modules, so do i just have to do this all manuall...
Help with Custom Modules for The Portal Starter Kit
I just made my first custom module for the Portal. As soon as i configure it on tha application and add it to a tab, i get this error:
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0234: The type or namespace name 'ArticlesDB' does not exist in the class or namespace 'ASPNET.StarterKit.Portal' (are you missing an assembly reference?)
I thought I did it right, but i guess I didn't get...
Portal starter kit: how to sort in the contacts module?
Hi,
I'm a complete novice, just installed the Portal Starter Kit last week, and am tring to create a staff directory using the delivered contacts module.
Records are displayed in database order so, if a new record is created it will display at the end of the list, not in alphabetical order. Is there a way to sort the list before it is displayed?
Also, does anyone know how to changed the field labels (e.g. from 'contact 2' to 'photo')
Any advice would be much appreciated....
Help understanding module-starter aka Module::StarterHi,
I'm preparing a module for CPAN and I used module-starter to set it up.
I think I understand all the files it created except one:
t/boilerplate.t What does it do?
--
Just my 0.00000002 million dollars worth,
Shawn
Programming is as much about organization and communication
as it is about coding.
My favourite four-letter word is "Done!"
On Jul 30, 2009, at 2:59 PM, Shawn H. Corey wrote:
> Hi,
>
> I'm preparing a module for CPAN and I used module-starter to set it
> up. I think I understand all the files it created except...
Module-Starter's t/module-starter.t has skip_allHi all!
As can be seen here:
* http://module-starter.googlecode.com/svn/trunk/t/module-starter.t
Module::Starter's t/module-starter.t has the following lines:
{{{{{{{{{{
use Test::More;
plan skip_all => "these tests must be completely rewritten";
}}}}}}}}}}
It also seems none of them test for the contents of the files, but only for
their existence.
What can be done about it and when will it be fixed? I wanted to improve the
M-S support for software licences, but now it seems that I cannot add
regression tests for this task easily.
Regards,
Shl...
Calling a module within another moduleHi, I have a bit of a problem, that I am SURE there must a simple solution
for, but I can't work it out.
I have a very simple module which just contains some subroutines to return a
drop down list of days of the month, with the current day selected. This is
going to be used in a few spots, so I wanted to put it in a nice central
area.
There is another module, that takes the results of subroutines (always a
string) and replaces variables on a HTML template with them.
It calls it by requiring the replace variable and the subroutine: eg
MID => [\&returnme, $merch...
Dynamically Loading Controls/Modules within a Module
Hi, I have a standard recordset detail senario within DNN and I'm trying to understand how I can call another control in my project from within d
> Search And Search Results
>>>>>Single Row Detail With edit Controls
>>>>>>>>>>>>>Add New Sub Item
>>>>>>>>>>>>>Add New Sub Item
I want all the process's to occer within the one module. I've setup the DAL, CBO, and my ASPX pages. but What I need is a way to call in code that Single Row Detail Control
I can't seem to register it becaus...
Hi how to combine .Net module and Java module?
Hi, I have developed two modules one in ASP.Net 2.0 and another one in Java technologies, so how to combine both of these into one. Is there any technology for doing so?ThanksVishwanath
Well, not much as an expert in Java, but i came upon this article, and i guess it will help a lot
http://www.theserverside.com/news/thread.tss?thread_id=23883
Cheers !!!RegardsRamzi--------------------------------------------Dont Forget to mark the post as answered once replied.
Hi,
Also have a look at infoq.com there you will find articles related to ASP.net and Java combination...
When I deleted PortalCfg.xsd,the Portal Starter Kit can still work normally.Then What is the use of PortalCfg.xsd in Portal Starter Kit?
Thanks!
The purpose of PortalCfg.xsd is to make the layout and validate the PortalCfg.xml!
The struct of PortalCfg.xml is based on PortalCfg.xsdregards João Martins...
sub modules, loading custom modules into a parent module
GreetingsI am creating a support system module which will require the ability to add sub modules. For example, there is an admininstrators section in which suport requests are administered, anwsered, solved etc.There is to be another function in the admin section of the support module in which admins can upload a new support form template module, ie, say an admin wants to set up a form for users to lodge a request for new hardware, the form will display all required fields, graphics, validation etc for that request. Another support form template might be to have a new user set up on the acti...