Search

You searched for the word(s): userid:632469

Matching Posts

  • WorldKit geomapping module

    I recently had to create a function that reads through the DNN membership data to plot each member of a portal on a world map. The function takes the member's city and geocodes it in real time, then stores the geocoded location in an XML file. If the member's city wasn't entered, it uses the capital of the member's country to plot the member on the map. The function uses a great open source shockwave app called WorldKit for mapping and a REST interface to geocode the member's location. I put an example
    Posted to Custom Modules (Forum) by Presstopia on 3/11/2006
  • Re: Download Forum Module for version 4.0.2

    Are you talking about the core forum module? I believe the module works in 3 and 4, though someone might want to confirm that. I also have a free forum module at http://presstopia.com. I haven't actively tested the module on DNN 4 yet, but I received feedback that it works just fine. Other free forum modules I know of are YAF and then there's one written in C# called DnnBB. Not sure if they run on DNN 4 though. It's worth a look.
    Posted to Custom Modules (Forum) by Presstopia on 3/9/2006
  • Re: Most efficient way to get list of UserNames in a Role

    Thanks John, I tried your code but there doesn't appear to be a GetUserRolesByRoleName method in the RoleController class in 3.2.2, nor is UserName a property of the UserRoleInfo class (unless I am just totally missing something obvious here - which is quite possible). Is your code example for 4.x perhaps? I'm developing and testing on 3.1.1 and 3.2.2. Thanks again.
    Posted to DotNetNuke (Forum) by Presstopia on 2/1/2006
  • Re: Most efficient way to get list of UserNames in a Role

    Thanks for the reply Paul. I was hoping there was a quick and easy built-in DNN method to do this but it looks like the most efficient way is going to be straight from the database. Thanks again!
    Posted to DotNetNuke (Forum) by Presstopia on 2/1/2006
  • Most efficient way to get list of UserNames in a Role

    I need to get a list of UserNames for a given Role. The obvious choice seemed to be the GetUsersInRole method, but unfortunately the GetUsersInRole method returns a collection of UserRoleInfo objects which exposes all sorts of user data except the UserName. UserRoleInfo does however also provide you with the userID, but then I would have to do another lookup to get the UserName. So, long story short, what is the most efficient way to simply get a list of all UserNames in a given Role? Thanks!
    Posted to DotNetNuke (Forum) by Presstopia on 2/1/2006
  • Re: Advanced Datagrid Module by Efficion Consulting

    funnylearning wrote: Question: Do you have a simple methode to access in DNN 322 the fields Street, Unit, City, Country etc? This would save me the work of developing a new module. Here's what I did. First off, go here and create the two functions mentioned in that article, namely fn_GetElement and fn_GetProfileElement. Using these two functions you can access the profile data. Next, add an instance of Advanced Data Grid to a page an use something like this as the SQL statement for that module :
    Posted to Custom Modules (Forum) by Presstopia on 1/16/2006
  • Re: UsersOnline Core Localization File Not Found

    Here's what I did to get rid of this error : 1) Logon to DNN as host. 2) Go to Admin / Log Viewer 3) Go to Edit Log Configurations 4) Edit the * entry and disable it by unchecking Logging Enabled 5) Go to Host / Host Settings and clear the cache This will get rid of this error, but it also gets rid of a few other log entries I find useful, such as logons, new user created, etc. For those, you can go back to Edit Log Configurations and add the one's you specifically want.
    Posted to Core Framework (Forum) by Presstopia on 12/8/2005
  • Re: DNN 4.0.1 and 3.2.1 Released

    I can't find the list of changes for 3.2.1 in Gemini, just DNN 3.2.0. Is there a complete list available yet? Maybe I'm just not looking in the right place.
    Posted to DotNetNuke (Forum) by Presstopia on 12/8/2005
  • Re: 3 installs have bombed today on version 3.2.1

    Sometimes I'd get this error after an upgrade or install, and many times the solution was to simply restart IIS. I suspect it has something to do with out-of-sync or corrupt files in the .NET temp folder, but haven't bothered to investigate this fully.
    Posted to DotNetNuke (Forum) by Presstopia on 12/8/2005
  • Re: Free Forum wanted

    If you're looking for a free module, I have one called Presstopia Forum . There's also DnnBB (I think it's written in C#) and one I discovered a few days ago called YAF .
    Posted to Custom Modules (Forum) by Presstopia on 12/8/2005
Page 1 of 5 (41 items) 1 2 3 4 5 Next >