I need a customized form for proposal submission.
I need much more stats and info on registered users.
I need a marketplace where people could look through projects, donate to them or rate.
I need a score system that reflects the ratings.
I need page within page browsing.
Layout and variable can be seen here:
http://www.aidmarket.info
On top of all this, I'm have problems with my dnn ... I don't get a lot of the modules to work, this is most often the reason:
Error: testing is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The stored procedure 'dbo.aidmarket_GetSurveys' doesn't exist. ---> System.InvalidOperationException: The stored procedure 'dbo.aidmarket_GetSurveys' doesn't exist. at System.Data.SqlClient.SqlCommand.DeriveParameters() at System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Modules.Survey.SqlDataProvider.GetSurveys(Int32 ModuleId) at DotNetNuke.Modules.Survey.SurveyController.GetSurveys(Int32 ModuleId) at DotNetNuke.Modules.Survey.Survey.DisplaySurvey() at DotNetNuke.Modules.Survey.Survey.DisplaySurveyPage() at DotNetNuke.Modules.Survey.Survey.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---