Dive Calendar   Social Calendar   Gallery   Newsletters
Register  |  Login
 
DotNetNuke Blog

Current Articles | | Search |

Entries for July 2008

Event enrollments need to be retrieved for sub-calendars

Prior to version 4.0.0, event enrollments were being retrieved for the whole portal. This is incorrect and should be linked at least to the module being viewed. However, the change made, meant that only enrollments for the current calendar and not it's sub-calendars were being displayed. This requires a minor SPROC change to EventsSignupsMyEnrollments. Basically this makes it check whether the Mod...

posted @ 17 July 2008 08:46 by Roger Selwyn - Comments 0 - Views 49
Categories: DNN Events

Correcting the initially Selected Date

In version 4.0.1, the Events module uses Now.Date to set the initially Selected Date. This is unfortunately based on the server date. In order to make this more relevant for users in different timezones to their servers (which is common), I have tried to correct the time (and therefore the associated date). This is not 100% accurate, but will be near enough for most use cases.: Therefore.... Getti...

posted @ 16 July 2008 20:42 by Roger Selwyn - Comments 0 - Views 69
Categories: DNN Events

Currency bug in Events Module

A bug appeared during the week in the module, related to how some countries handle currency strings. For example in some European countries the decimal delimiter is a ','. So €5 can be represented as 5,00. The problem is PayPal doesn't accept this, in must be in the format 5.00. So I've added some coding to process the currency in a neutral format for passing to PayPal. Old code is:- strPayPalURL ...

posted @ 11 July 2008 17:49 by Roger Selwyn - Comments 0 - Views 42
Categories: DNN Events

RSS Feed Updated

The original version of my RSS Feed module (1.0.0), included Title, Description and Link as mandatory field. It also enabled PubDate, Creator and Category as optional fields. To this I have just added ImageURL (with Height and Width as optional attributes). This simply adds the picture at the bottom of the Description. The module is now version 1.0.1.

posted @ 07 July 2008 18:33 by Roger Selwyn - Comments 0 - Views 43
Categories: DNN General

What's New (for the members) RSS Feed

Having created a report that generates a What's New type display as detailed in my previous post, I wanted to create an RSS feed with pretty much the same content, because currently I use about 6 different feeds off the site, and it is a pain monitoring them all. I couldn't find a module that would generate an RSS feed based on a specific query, and whilst it is on the reports module roadmap, it's...

posted @ 04 July 2008 13:50 by Roger Selwyn - Comments 0 - Views 181
Categories: Club Website, DNN General

Previous Page | Next Page

Print