Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityCommunity Membe...Community Membe...Advance Link ModuleAdvance Link Module
Previous
 
Next
New Post
2/10/2008 12:35 AM
 

This is hybrid version of the core Links module of DNN,  All the important features are included and 1 new very usefull feature is added,  templating support.

for more information visit:
http://vreboton.ibacolod.com/DotNetNuke/FreeModules/AdvanceLinks/tabid/57/Default.aspx

 

 
New Post
2/16/2008 6:39 AM
 

Hi Virgil,

Good looking module there. I'm quite keen to check it over and have installed it on a DNN 4.7 test portal, but the installation has an error as pasted below. I've been trying to get back to your site to let you know, but it seems to be offline or something... so I'm just letting you know here instead.

I'll keep checking your site and will carry this on there if it comes back.

Rob

StartJob Begin Sql execution
Info Executing 01.00.00.SqlDataProvider
StartJob Start Sql execution: 01.00.00.SqlDataProvider file
Failure SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: Line 27: Incorrect syntax near '('. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) /************************************************************/ /***** SqlDataProvider *****/ /***** *****/ /***** *****/ /***** Note: To manually execute this script you must *****/ /***** perform a search and replace operation *****/ /***** for dbo. and *****/ /***** *****/ /************************************************************/ /** Create Table **/ CREATE TABLE dbo.[AdvanceLinks]( [ItemID] [int] IDENTITY(0,1) NOT NULL, [ModuleID] [int] NOT NULL, [CreatedDate] [datetime] NULL, [Title] [nvarchar](100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [Url] [nvarchar](250) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [ViewOrder] [int] NULL, [Description] [nvarchar](2000) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [CreatedByUser] [int] NOT NULL, [TabId] [int] NULL, [IconUrl] [nchar](250) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, PRIMARY KEY NONCLUSTERED ( [ItemID] ASC )WITH (PAD_INDEX = OFF, IGNORE_DUP_KEY = OFF) ON [PRIMARY] ) ON [PRIMARY] System.Data.SqlClient.SqlException: Cannot alter table 'dbo.AdvanceLinks' because this table does not exist in database 'wumpdev'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE dbo.[AdvanceLinks] WITH NOCHECK ADD FOREIGN KEY([ModuleID]) REFERENCES dbo.[Modules] ([ModuleID]) ON DELETE CASCADE NOT FOR REPLICATION 
EndJob End Sql execution: 01.00.00.SqlDataProvider file

 
New Post
2/16/2008 7:28 PM
 

Your site has returned... I'll take this discussion up there.

 
New Post
2/20/2008 1:16 AM
 

Hi Rob,

Sorry have not much to time to fix the PA of the module, after install all the files should be in your server already except the table so for  a quick fix run the script below using Host\SQL  menu.

 

CREATE TABLE [dbo].[AdvanceLinks](
 [ItemID] [int] IDENTITY(0,1) NOT NULL,
 [ModuleID] [int] NOT NULL,
 [CreatedDate] [datetime] NULL,
 [Title] [nvarchar](100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
 [Url] [nvarchar](250) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
 [ViewOrder] [int] NULL,
 [Description] [nvarchar](2000) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
 [CreatedByUser] [int] NOT NULL,
 [TabId] [int] NULL,
 [IconUrl] [nchar](250) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
PRIMARY KEY NONCLUSTERED
(
 [ItemID] ASC
)WITH (PAD_INDEX  = OFF, IGNORE_DUP_KEY = OFF) ON [PRIMARY]
) ON [PRIMARY]

GO
ALTER TABLE [dbo].[AdvanceLinks]  WITH NOCHECK ADD FOREIGN KEY([ModuleID])
REFERENCES [dbo].[Modules] ([ModuleID])
ON DELETE CASCADE
NOT FOR REPLICATION

 

HTH

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityCommunity Membe...Community Membe...Advance Link ModuleAdvance Link Module


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out