Wednesday, February 22, 2012     | Register
Aggregated RSS Feeds from Multiple Forums
Below is an example of NukeFeeds.  NukeFeeds is DNN module for aggregating RSS & Atom feeds.  The listing below contains 4-5 feeds from the forums at the www.asp.net site as well as three feeds from the forums at www.dotnetnuke.com.

If you have another DNN feed you'd like to see included, please email me at support at orizonti.com and I'll be happy to add it.


DNN Forums by NukeFeeds
DotNetNuke.com
State List for module
Ahh got it! Here's the complete code to populate DNN 6 states list to a user control/module.

Dim lc As New DotNetNuke.Common.Lists.ListController()
Dim entryCollection As System.Collections.Generic.List(Of DotNetNuke.Common.Lists.ListEntryInfo)
entryCollection = lc.GetListEntryInfoItems("Region", "Country.US", 0)

With cmbForwardState
.DataTextField = "Text"
.DataValueField = "Value"
.DataSource = entryCollection
.DataBind()
End With
2/22/2012 1:50:24 PM
DotNetNuke.com
Skin not appearing

Thank You Chris for your help...I have been able to get the css to render on a few of the blog posts, but for some reason the newest entries when you click on the title it goes into a error 310 too many redirects. What would cause this?

2/22/2012 1:39:05 PM
DotNetNuke.com
Templates for categories and subcategories
You missed the magic words, read below..
2/22/2012 1:29:07 PM
DotNetNuke.com
Changing the "Add To Cart" button image

Hi Zell,

Please download and read the Templating Guide available at Codeplex, everything is explained (page 8, last paragraph) to translate (or change) the graphic buttons! :-)

Gilles

2/22/2012 1:28:00 PM
DotNetNuke.com
Billing & shipping sections not relevant to download products - how to modify?

Hi Ian,

For downloadable products a DNN user account is required because you have to be authenticated to be able to download the product, then First Name, Last Name and Email are already filled when you create your account and those fields are required by DNN.

Even to sell tickets, how can you sell something if you don't have at least a name and an email? What if your event is canceled, how can you join your clients?

For me First Name, Last Name and Email is the bare minimum, in the next version you will be able to disable any address fields but not those one.

Gilles

2/22/2012 1:17:16 PM
DotNetNuke.com
how to detect how many address' a user has?

Hi Zell,

Please read my response to your previous post and tell me what's your choice.

Gilles

2/22/2012 1:07:52 PM
DotNetNuke.com
Remove VAT

Hi Bob,

You missed the magic words! Read below...

Gilles

2/22/2012 1:06:12 PM
DotNetNuke.com
store assigned to different logins

Hi Zell,

With the Store module, when a visitor checkout the address is filled with informations from his DNN user account. If it's not enough, the visitor can create new addresses with a label (home, work, wharehouse, ..) for later use.

If you really want to get informations from your own databse, you could create a fork of the Store module but you could not upgrade with future versions or you will have to reapply your changes. Moreover, this will works only with the Store module. A far better solution is to create a Membership provider, this will allow you to manage your users in your own database WITHOUT breaking anything in DNN nor in the Store module. You can found a good starting article and resources in the Wiki. Another option (probably more simple), is to create an Authentication provider. This allow you to control how a user is authenticated and to synchronize his DNN user profile with informations from your database. You can found an article about this subject in the Wiki.

Gilles

2/22/2012 1:02:16 PM
DotNetNuke.com
User Registration skin

there was no other way of editing the default registration page .. so i guess thats the only method without using any third party module through which we can costumize it a bit ..

thanks

2/22/2012 12:55:51 PM
DotNetNuke.com
Full width layout
oh Man, Clint you are awesome. Thanks SOO MUCH!!! it Worked.
i really appreciate it.
2/22/2012 12:35:59 PM
DotNetNuke.com
Configuring Authorize.net

Hi Sulabh,

Please download the last Authorize AIM Guide, you will found the detailled reasons for each error code.

The code (270) and the error message (Line item 1 is invalid) tell you than something is wrong in your ordered product. Probably because the price is 0.00, the documentation page 25 specify than the quantity and the price "Must be a positive number"! Even if in pure math zero IS a positive number, may be the Authorize do not allow this value. Because you use the API in TEST MODE you can order a product with a price greater than 0.

Gilles

2/22/2012 12:32:33 PM
DotNetNuke.com
DNN Store problem

I asked product questions  from 2 vendors on the DNN Store site.  I received notifications shortly after that my questions will be reviewed and answered and and links to the question page.  When I clicked the links, accessed the pages and logged in, I got this response:

Access Denied

you do not have access to view this tab within the portal.

Does anyone know the problem?

Thank you and God Bless,

Mark A Sam

 

2/22/2012 12:25:20 PM
DotNetNuke.com
Help with Setup
Cool, Hopefully in the next ctp we'll see more features, so far looking good. Any news on Active forums also or is this going to co inside with the release of 6.2 also?

Craig
2/22/2012 12:13:43 PM
DotNetNuke.com
Survey Module won't keep settings
Thanks for the answer and the link to the beta.  Would you care to offer an opinion about the beta?  Is it ready for use as is on a production site?
2/22/2012 12:09:14 PM
DotNetNuke.com
critical error

Walter,

As this issue does not affect the DotNetNuke Gallery module but rather the core Html module and in particular the FCK editor provider I'm moving your post out of the Gallery forum so that it will have a better chance of being answered.

When logged in as host user, please check the Admin-->Event Viewer for a related error that would give more information (in particular the stack trace) and post any detail you find to this thread.

Had you recently upgraded to 5.01.04 from an earlier version? Is it possible for you to upgrade 5.01.04 (through several intermediate version steps) to at least 5.06.07 and in so doing upgrade the Html module and switch to one of the Telerik RAD based editor providers ?

2/22/2012 12:05:52 PM
DotNetNuke.com
using hostheader appsettings on godaddy

Shane,

The portal alias that I'm using (which is working on my hosting provider) is www.devodog.us/dnn

No change was made to web.config

Portal Alias mapping mode is set to None.

2/22/2012 12:05:35 PM
DotNetNuke.com
cardview.xsl - Add Paging
Fernando,
Unfortunately, I deleted my old site and forgot about those XSL scripts (which would have helped me out as well).
Try using the "wizard" to generate your own XSL from a template and apply pagination from that (it's an advanced option, I believe).
2/22/2012 11:59:30 AM
DotNetNuke.com
Tabs - TabPath Column Missing after 6.2 Upgrade?
I would suggest contacting Bruce directly as he may not yet be aware of this breaking change in the forthcoming DNN 6.2. which will necesitate an new patch/upgrade for this great iFinity product. I would assume that the lastest revision does not incorporate the necessary fix for DNN 6.2.
2/22/2012 11:56:25 AM
DotNetNuke.com
SkinPath in html module

Hi everybody

I'm putting an image in a html module.

In the "src" attribute I would like to use the variable SkinPath. So I write my code in this way:

<a href="/userregistration.aspx"><img alt="" src="<%=skinpath%>images/bonusDouble-Int.png" /></a>

But the variable isn't rendered by the web server, so in the html code of the page it remains:

<a href="/userregistration.aspx"><img alt="" src="<%=skinpath%>images/bonusDouble-Int.png" /></a>

Please help me!

Thanks in advance

2/22/2012 11:51:24 AM
DotNetNuke.com
Different Blog For Difrent people
DNNCreative has some good tutorials on the Blog module.
2/22/2012 11:43:37 AM
Copyright (c) 2012 Orizonti Group Inc.   |  Privacy Statement  |  Terms Of Use