CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.custom_modules Tags:
Item Type: NewsGroup Date Entered: 3/8/2005 7:40:31 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 15 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
13 Items, 1 Pages 1 |< << Go >> >|
oledave
Asp.Net User
New Version of Efficion's Articles Module Released3/8/2005 7:40:31 PM

0/0

In order to make it easier for folks to keep track of the latest releases of the Articles module, I'm going to try to make all new release announcements within this thread...

I just put out the latest beta version of the Articles module for DNN3, 3.1.4. This version should resolve a number of issues and also adds some minor usability improvements. I'm hoping this will be the last beta version of 3.1, please let me know if you find any problems.

The current version for DNN2 is 2.1.3.

You can learn more and download the lastest here.
David O'Leary
www.EfficionConsulting.com
oledave
Asp.Net User
Re: New Version of Efficion's Articles Module Released3/16/2005 1:47:46 PM

0/0

I've had over 100 downloads of the 3.1.4 of the Articles module with no real problems reported and so 3.1.4 is the official first release of Articles for DNN3.

Enjoy!
David O'Leary
www.EfficionConsulting.com
Ed_DeGagne
Asp.Net User
Re: New Version of Efficion's Articles Module Released3/16/2005 2:51:39 PM

0/0

Great work Dave.

I am a big fan of this module.

SchelianHP
Asp.Net User
Re: New Version of Efficion's Articles Module Released3/19/2005 5:32:34 PM

0/0

David,
I have download the new version, works as expected, nice module, thanks.

I work now with this module on my 2.12 Portals and on my new 3.0.12 Portals

Best regards

Hans-Peter

DNNPortal German DotNetNuke Community
ecktwo
Asp.Net User
Re: New Version of Efficion's Articles Module Released3/20/2005 6:29:42 AM

0/0

oledave,

Tested it first time today (version 3.1.4) saw these errors:

1. After putting the module on a tab, each time going to that tab gets an error message on the browser popup alert dialog box "Runtime error... Line 268, Error: Expected ')' " Each time you visit that tab, you see the message.

2. After adding a new article, filling out most fields, did not select a category because it was empty, get the following error:

InnerException: Cast from string "" to type 'Integer' is not valid.
Message: DotNetNuke.Services.Exceptions.PageLoadException: Cast from string "" to type 'Integer' is not valid. ---> System.InvalidCastException: Cast from string "" to type 'Integer' is not valid. ---> System.FormatException: Input string was not in a correct format. at Microsoft.VisualBasic.CompilerServices.DoubleType.Parse(String Value, NumberFormatInfo NumberFormat) at Microsoft.VisualBasic.CompilerServices.IntegerType.FromString(String Value) --- End of inner exception stack trace --- at Microsoft.VisualBasic.CompilerServices.IntegerType.FromString(String Value) at EfficionConsulting.Articles.EditArticle.cmdUpdate_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain() --- End of inner exception stack trace ---

3. After adding category, the problem as discribed in #2 gone away.
4. Problem #1 persists.

Note: using IE6, w2k, SQL2000


bunce
Asp.Net User
Re: New Version of Efficion's Articles Module Released3/20/2005 7:28:48 AM

0/0

I believe Dave is aware of the blank categories issue. I reported it near the bottom of this thread.

Cheers,
Andew
ecktwo
Asp.Net User
Re: New Version of Efficion's Articles Module Released3/20/2005 5:41:25 PM

0/0

oledave,

Please disregard the error I posted regarding "Runtime error ... Line 268, Error: Expected ')'".

It came from a container skin object that the module was in.

Sorry.

ecktwo
oledave
Asp.Net User
Re: New Version of Efficion's Articles Module Released3/23/2005 10:43:37 PM

0/0

I've just released version 3.1.5 of the Articles module. This release fixes 2 things:
1.) Internal Links were not working properly, yipes!
2.) There was a variety of text that was not properly localized... So far I know that the module has been translated into German, Dutch, Portuguese, and Spanish... crazy!

Translators- send me your translated versions and I'll post them on the site and give you credit somehow...
David O'Leary
www.EfficionConsulting.com
lou
Asp.Net User
Re: New Version of Efficion's Articles Module Released3/24/2005 2:04:30 AM

0/0

I got an error installing the PA, then I removed the previous version from the Modules definition and re-installed and it worked.

Its good to have a test machine where you can delete module definitions, without the consequence of loosing content data.
lou
Asp.Net User
Re: New Version of Efficion's Articles Module Released3/24/2005 3:24:37 AM

0/0

Sorry David

Got a bug, when I went to update an Article by changing its category, I got thie error.

A critical error has occurred.
The stored procedure 'dbo.Articles_UpdateArticle' doesn't exist.

Looks good. Can I make a suggestion, that the Author Field which is displayed when the Article is displayed be editable. I want to get a lot of articles in to demonstarte, but The author is not me, and I don't want to claim it.

Lou
oledave
Asp.Net User
Re: New Version of Efficion's Articles Module Released3/24/2005 1:23:48 PM

0/0

Sorry about that... I had an bad ALTER statement in my SQL update code... I was in a hurry and didn't test fully enough...

There's a new version on my site now that fixes the problem. Its still labeled 3.1.5.
David O'Leary
www.EfficionConsulting.com
lou
Asp.Net User
Re: New Version of Efficion's Articles Module Released3/24/2005 2:26:05 PM

0/0

Bad News
I strill get the message;

A critical error has occurred.
The stored procedure 'dbo.Articles_UpdateArticle' doesn't exist.

So I looked in the database and I looked in the SQL script;

The SP is in the SQL script but not in the database, I have the following SPs.


AddArticle
DeleteArticle
GetArticle
GetArticles
UpdateArticleViews

So I deleted Articles from the Mod Def, re-installed, and checked and the UpdateArticle SP was installed.

I just updated and it worked a treat.

Thanks

Lou
oledave
Asp.Net User
Re: New Version of Efficion's Articles Module Released3/24/2005 3:54:39 PM

0/0

Glad it's working for you now Lou...
Is anyone else having this problem? Let me know (e-mail in my profile).
David O'Leary
www.EfficionConsulting.com
13 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
Efficion Consulting- Powerful Web-Based Solutions > DotNetNuke ... A new early alpha version of the Articles module, version 4.0, is now available. ... Efficion is hoping to release a beta version of version 3.3 of the ...
Efficion Consulting- Powerful Web-Based Solutions - Articles 3.2.6 ... After almost 7 months of development, version 3.2 of the Articles module is finally released. We've added lots of new features along with lots of bug fixes ...
What's New Module from Efficion (free) - ASP.NET Forums Thanks David, Will it list new content from your Articles Module? .... DNN Version v3.0.13 Released by Diesel 'Dale' Fuego ...
What's New Module from Efficion (free) - ASP.NET Forums We just released a new version (1.1.3) of gammacon. .... module fails when installing it, and therefore the Articles module is not working. ...
Articles Module from Efficion consultiing > Nina's DotNetNuke ... When I create a new article and use the read more text/html detail op. ... I think I was trying out the different modules - efficion, ...
DotNetNuke Module Reviews, News and Articles Modules, DNN Creative ... This is a Free independent review of Efficion Consulting’s Articles Module ... The module has evolved since version 1 of DotNetNuke, and has been used on ...
Slashdot | Ars Dissects POWER5, UltraSparc IV, and Efficeon Last I checked there wasn't a new, soon to be released, Itanium that Intel was ..... Multiple times while reviewing the Efficion architecture the article's ...
MagicContent: New version released - Announce It! ( Public ... Nov 5, 2008 ... A new version of MagicContent, the powerful replacement for the Text/HTML module has been released today. This maintenance release fixes ...
Free Modules for DotNetNuke, DNN Module Directory This is a Free independent review of Efficion Consulting’s Articles Module V3. 1.5 and V3.2 Beta for DotNetNuke® V3.1 by Lee Sykes. ...
Microsoft PowerPoint - Simplified Module Architectures.pptx Advanced DataGrid. Articles Module. DNN’s skinning architecture. Catalook ... The “New” Way. Efficion DataGrid. AdvancedSiteStatistics –Simple Example with ...




Search This Site:










how to assign a user a role 'x" by default?

document management

do u know about aspsmartupload? does it work on xp+iis5.0?

a complaint (ping: core team)...

join an existing sourcesafe project in vs2005

go-live license? what is it? can someone explain.

migrating from 2.1.2 to 3.1 how ?????

how to make a 2 row menu in dnn

roles in membership application

button/onclick event inside a iframe

lost all my toolbox controls!

simple question: successful login redirected to page that doesn't exist

structure/array question - easy

version 03.01.01 install error: cannot insert the value null into column 'roleid'

.text not updating post count or bloggers count

error uploading custom module

log in

writting flash html

timer object blocks form thread

escape charachters

display dataset data

creating second db connection and calling it

propagated domain name

how to use webcontrol made by myself :p

problems with view state and different forms

db connection string in datalayer and not webconfig

redirection

managingeditor in rss feed

how to remove extra styles from the menu rendering with the css adapter ?

where are the developers with new modules ??

 
All Times Are GMT