Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Products › Development › Forge › Module - Users Online Register  |  

 

dnn_pt_usersonline_170x64.gif

 

  Quick Links  
 


  Team Lead  

Scott McCulloch

ScottMcCulloch.jpg

 


  Team Members  
 


  DotNetNuke Projects  
The DotNetNuke Projects are a special category of platform extensions which are developed by volunteers to conform to the high professional standards mandated by DotNetNuke Corporation. The DotNetNuke Projects are distributed as a standard part of the DotNetNuke core application release offerings.

 


Affordable ASP.NET Hosting Service
DotNetNuke® Project :: Users Online Module

About the Users Online Module
The DotNetNuke "Users Online" module presents information about the users in your portal. This information contains:-

  • Membership
    • Total # of Members
    • New Registrations Today
    • New Registrations Yesterday
    • Latest Registration
  • People Online
    • Visitors
    • Members
    • Total
  • Online Now
    • (list of registered users online currently)

Our Vision for this Version
Our vision for the next version of the module is to provide some fixes for anonymous users (as part of the core integration) and to provide some more efficient queries.

Our Vision for the Future
Later versions of the users online module will build on proposed features as suggested by the community.

 


View_Blog
Oct 10

Posted by: Scott McCulloch
10/10/2005

I've just checked in some minor changes for Friendly URLs for DotNetNuke.

In 3.1.1, I introduced a change to only rewrite alphanumeric and the space character. (Everything else would be left in the querystring).

For example:-

http://www.dotnetnuke.com/default.aspx?tabid=5&path=folder1/folder2

Becomes:-

http://www.dotnetnuke.com/tabid/5/default.aspx?path=folder1/folder2

This worked as designed and helped to alleviate a number of special character issues we were having. However, it also caused some common URLs not to be rewritten, these involved the dash (-) and the underscore (_) character. These are commonly used when selecting a language. (e.g. en-AU)

So for 3.2, these characters will be rewritten into the URL. Moreover, you can also customise the regular expression in the web.config as now it belongs to the provider as an attribute as follows:-

  <friendlyUrl defaultProvider="DNNFriendlyUrl">
   <providers>
    <clear/>
    <add name="DNNFriendlyUrl"
     type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules.UrlRewrite"
     includePageName="true"
     regexMatch="[^a-zA-Z0-9 _-]" />
   </providers>
  </friendlyUrl>

Tags:

Re: Friendly Url Changes for DotNetNuke 3.2

Thanks Scott!

By pspeth on   10/10/2005

Re: Friendly Url Changes for DotNetNuke 3.2

Nice solution!

By RLyda on   10/10/2005
 


Customer Connect
Customer Connect provides cutting edge solutions that deliver sales, marketing and customer service results.
www.customer-connect.com
TechNexxus
Business process and technology sourcing solutions delivering superior people, process and value. We have used, and continue to use, DNN successfully in numerous client projects to deliver exceptional value. We are proud to support the DNN team and community.
www.technexxus.com
PartnerPoint - Microsoft Technology Community
PartnerPoint is one of the largest online communities of Microsoft Partners Worldwide. With over 5,000 active members, it serves as a collaboration platform for other technology communties around the globe
www.partnerpoint.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP