CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.custom_modules Tags:
Item Type: NewsGroup Date Entered: 8/9/2004 12:56:50 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 12 Views: 43 Favorited: 0 Favorite
13 Items, 1 Pages 1 |< << Go >> >|
uzi
Asp.Net User
nSurvey for DNN8/9/2004 12:56:50 AM

0

I've just released the PA for nSurvey 1.0 for DotNetNuke.

This is an exact feature port from the standard nSurvey. Currently it doesn't really support multiple portals as any admin can edit any survey. These features are planned for the 1.1 release which should be ready before wednesday.

Anyways, have fun! and let me know any issues you may have.
http://www.gotdotnet.com/Community/Workspaces/CheckForDownload.aspx?id=f350573a-5fa1-4540-8c3f-fc37e78a6bad&FileGuid=44f24478-f916-471c-96d5-14c7f21871a5

Thanks,
Oliver
disker
Asp.Net User
Re: nSurvey for DNN8/9/2004 1:56:42 PM

0

Hi Oliver,

I tried this link and it gave me the "sorry your request cannot be processed at this time" message but did take me to the site, just not where I think you want us to go. I'll try it again later but thought you might like to know.

Bob
uzi
Asp.Net User
Re: nSurvey for DNN8/10/2004 6:50:47 PM

0

Yea, thats my fault. The correct URL is http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=f350573a-5fa1-4540-8c3f-fc37e78a6bad

Plus, i just released a new 1.0 version of nSurvey for DNN. This fixes a few very minor bugs for different installation types.

Thanks,
Oliver
bhopkins
Asp.Net User
Re: nSurvey for DNN8/11/2004 1:53:03 AM

0

Oliver, thanks for creating this, but it seems as if you guys need to turn on public access for the downloads in the workspace. Can't see any of the downloads or source.


Thanks Bruce
DynamicVB.Net
uzi
Asp.Net User
Re: nSurvey for DNN8/11/2004 11:07:58 PM

0

Hi Bruce,
Thanks for pointing this out. I mentioned it to Thomas, the creator of nSurvey, and he likes the idea of having people register on the workspace to download the various versions of nSurvey. Hopefully this isn't too much trouble for you guys, but this allows us to email updates announcements to all members.

Thanks,
Oliver
disker
Asp.Net User
Re: nSurvey for DNN8/13/2004 8:06:30 PM

0

I've installed the module and it looks fine after the install. I've modified the web config correctly I think. Oliver helped me a lot with this so thanks to him. The problem is that when I go to either Add a Survey or enter nsurveyAdmin settings I get two errors. One is Survey settings is currently unavailable and the other is Error loading module.

I'm posting my webconfig if anyone notices anything wrong please let me know. At a loss at this point.

Thanks, Bob


<configuration>
<!-- register local configuration handlers -->
<configSections>
<sectionGroup name="dotnetnuke">
<section name="data"
type="DotNetNuke.ProviderConfigurationHandler, DotNetNuke" />
<section name="logging"
type="DotNetNuke.ProviderConfigurationHandler, DotNetNuke" />
<section name="scheduling"
type="DotNetNuke.ProviderConfigurationHandler, DotNetNuke" />
<section name="htmlEditor"
type="DotNetNuke.ProviderConfigurationHandler, DotNetNuke" />
</sectionGroup>
<section name="nSurveySettings"
type="System.Configuration.NameValueFileSectionHandler, System,
Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
/>
</configSections>

<!-- Sql Server connection string for support of pre DNN 2.0 Private Assemblies
The new connection string (for DNN 2.0) is in the section dotnetnuke (providers) -->
<appSettings>
<add key="connectionString" value="Server=desktop;Database=DNNtest;uid=*****;pwd=*******;" />
</appSettings>

<system.web>

<!-- set debugmode to false for running application -->
<compilation debug="false" />

<!-- permits errors to be displayed for remote clients -->
<customErrors mode="RemoteOnly" />

<!-- Forms or Windows authentication -->
<authentication mode="Forms">
<forms name=".DOTNETNUKE" protection="All" timeout="60" />
</authentication>
<!--
<identity impersonate="true"/>
<authentication mode="Windows">
</authentication>
-->

<!-- allow large file uploads -->
<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="8192" />

<!-- GLOBALIZATION
This section sets the globalization settings of the application.
Utf-8 is not supported on Netscape 4.x
If you need netscape compatiblity leave iso-8859-1.
UTF-8 is recommended for complex languages
-->
<globalization culture="en-US" uiCulture="en" requestEncoding="UTF-8" responseEncoding="UTF-8" fileEncoding="UTF-8" />
<!--<globalization culture="en-US" uiCulture="en" fileEncoding="iso-8859-1" requestEncoding="iso-8859-1" responseEncoding="iso-8859-1"/>-->

<!-- page level options -->
<pages validateRequest="false" enableViewStateMac="true" />

</system.web>

<dotnetnuke>
<htmlEditor defaultProvider="FtbHtmlEditorProvider" >
<providers>
<clear/>
<add name = "FtbHtmlEditorProvider"
type = "DotNetNuke.HtmlEditor.FtbHtmlEditorProvider, DotNetNuke.FtbHtmlEditorProvider"
providerPath = "~\Providers\HtmlEditorProviders\FtbHtmlEditorProvider\"
/>
</providers>
</htmlEditor>
<data defaultProvider="SqlDataProvider" >
<providers>
<clear/>
<add name = "SqlDataProvider"
type = "DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider"
connectionString = "Server=desktop;Database=DNNtest;uid=*******;pwd=*******;"
providerPath = "~\Providers\DataProviders\SqlDataProvider\"
objectQualifier = ""
databaseOwner = "dbo"
upgradeConnectionString = ""
/>
<add name = "AccessDataProvider"
type = "DotNetNuke.Data.AccessDataProvider, DotNetNuke.AccessDataProvider"
connectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;"
providerPath = "~\Providers\DataProviders\AccessDataProvider\"
objectQualifier = "DotNetNuke"
databaseFilename = "DotNetNuke.mdb.resources"
/>
</providers>
</data>
<logging defaultProvider="XMLLoggingProvider" >
<providers>
<clear/>
<add name = "XMLLoggingProvider"
type = "DotNetNuke.Logging.XMLLoggingProvider, DotNetNuke.XMLLoggingProvider"
configfilename="LogConfig.xml.resources"
providerPath = "~\Providers\LoggingProviders\XMLLoggingProvider\"
/>
</providers>
</logging>
<scheduling defaultProvider="DNNScheduler" >
<providers>
<clear/>
<add name = "DNNScheduler"
type = "DotNetNuke.Scheduling.DNNScheduler, DotNetNuke.DNNScheduler"
providerPath = "~\Providers\SchedulingProviders\DNNScheduler\"
debug="false"
maxThreads="-1"
enabled="true"
/>
</providers>
</scheduling>

</dotnetnuke>

<nSurveySettings>
<!-- Path where you copied the nsurvey images, results bar must be
in the ~/images/bar directory -->
<add key="NSurveyImagesPath" value="~/DesktopModules/nSurvey/images/" />
<add key="NSurveyXmlDataPath" value="~/DesktopModules/nSurvey/XmlData/" />

<!-- SMTP Server used to send out the standard and invitation emails -->
<add key="NSurveySMTPServer" value="ak.intelliweb.org" />
<add key="NSurveySMTPServerPort" value="25" />
<add key="EmailingProviderAssembly" value="Votations.NSurvey.Emailing" />
<add key="EmailingProviderClass"
value="Votations.NSurvey.Emailing.SystemWebEmailing" />

<!-- Assembly and pages that use the assembly must be in the same
virtual directory -->
<add key="WebDAL" value="Votations.NSurvey.SQLServerDAL" />
<add key="NSurveyConnectionString"
value="server=desktop;database=DNNtest;user=****;pwd=*******;"
/>
</nSurveySettings>

</configuration>
bhopkins
Asp.Net User
Re: nSurvey for DNN8/15/2004 3:00:19 PM

0

Oliver, The only thing about having everyone who wants to see the module register for the workspace gives the impression that all these people are actively working on ehancing the project, which is not really a true impression of the project members. It takes away from the ones who are really working towards making the project better. If the idea is to gauge interest in the project, then there are other ways to do it other than having people join the workspace. DNN excels in this arena and would only take a few minutes to get up and running. Of course everyone has their own reasons for doing stuff, but I personally think a killer project is being handicapped by doing it like this.

Thoughts
Bruce
DynamicVB.Net
IcthusTech
Asp.Net User
Re: nSurvey for DNN8/15/2004 8:19:37 PM

0

I agree, if you want to monitor downloads, but it someplace other than a workspace.
Icthus Technologies

Building Faith on the Internet
alexdresko
Asp.Net User
Re: nSurvey for DNN8/17/2004 4:07:08 AM

0

Put it on a DotNetNuke site and DONE! :)
Alex Dresko
I'm not a player, I just code a lot.
nbc
Asp.Net User
Re: nSurvey for DNN8/19/2004 2:39:21 PM

0

Registration or not - this is a great module!

Regards
Regards, Nick

Free Css Skins! | nuke.nickclements.net 
uzi
Asp.Net User
Re: nSurvey for DNN8/23/2004 9:51:48 PM

0

We just killed the gotdotnet workspace, and setup YAF on nsurvey.org.

Releases will be posted on that forum in the future, and i'll have 1.3 out for DNN in a few hours. If you want to be notified of updates, you can subscribe to the release forum and the site will email you. Hopefully this will solve the problems we've had with the gotdotnet workspaces.

Thanks,
Oliver
gsellman
Asp.Net User
Re: nSurvey for DNN8/23/2004 10:02:34 PM

0

Very good idea! gotdotnet is sloooow.

I am registered and have a watch on the thread for the DNN 1.3 release. I can hardly wait!!

uzi
Asp.Net User
Re: nSurvey for DNN8/30/2004 10:22:10 PM

0

1.3 has finally been released. The PA module is available for download at http://www.nsurvey.org/forums/

I'm working on packing up the source, for a separate download. This should be online within the next hour.

Also, any bugs or feature suggestions should be posted directly on the nSurvey forums if possible.
Thanks,
Oliver
13 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
NSurvey for DNN NSurvey for DNN. ... DNN Portal Training S201 (1 day 395.00 ... Many of my customers are using DNN 3.2.2-so we have spent a considerable amount of time ...
NSurvey for DNN NSurvey for DNN. ... DNN Customization · Take a Survey Today · Voting · Store · DotnetNuke Training · DNN Portal Training S201 (1 day 395.00 ...
The need for Nsurvey & the scientific proof. - Survey Module [Lead ... To display the great features of the former NSurvey DNN module we should have been able to forward you to the original sourcesite ...
NSurvey Jul 31, 2006 ... NSurvey downloads and demo to support reactivation of previously open source survey module.
nsurvey ip or username?? - Apollo Software - DotNetNuke Modules ... How works nsurvey by tracking of user, bound on ip-adress or username?
NetPolls - Free DNN Poll module - ASP.NET Forums Oliver will have the V1.4 of nsurvey DNN port finished very soon and on my side I am already working on the V1.5 which has some very nice ...
Forms Module,2 - ng.asp-net-forum.dotnetnuke-custom_modules ... Take a look at nSurvey.. Much more than a simple survey module for DNN. It will create forms with multiple pages, and has a loads of ...
OhmyNews International ... missing xp[/url]http://freewebtown.com/vf7j/nsurvey-dnn.html nsurvey dnn ...
Hello - Any Poll/Voting modules for DNN? - ASP.NET Forums NetPolls has been released by Nsurvey. http://www.Nsurvey.org or there is the nSurvey DNN module. You need to modify the Web.Config ...
NSurvey 1.9 Released Apr 3, 2005 ... Future project plans include providing a module of NSurvey 1.9 for DotNetNuke 3.0, a popular, open source content management system written ...






private messages for dotnetnuke 2.0

moduleloadexception using htmldecode

mobile access

open source dnn private assembly creator

integration project

getordinals question

freetextbox 2.0.7 editor provider.

why appear default container?

daily comic updated

module :: blog edit mode

gallery module install fails - dnn 3.1 on godaddy

bound editable datagrid with radiobuttons

new version of xmldb available

error from machine.config

yetanotherforum runs on dnn 3.13

pa installation feature request

looking for a gallery like in the example

onlineusers not working

has anyone done a module like this?

creating pa from core modules

catalook paypal developer url?

treeview menu for dnn2

how can i install the blog, forum and gallery modules

codesmith templates - some help

using module.css within visual studio .net's ide

dnn3 module for forum

dnntree - collapse event not firing

forum problems

paypal module that works?

more problems with my first dotnetnuke module build. error when i try to load the module on the home page

   
  Privacy | Contact Us
All Times Are GMT