dotnetnuke

Is DotNetNuke documentation really largely void or is it only available in the commercial editions?

I have a difficulty with a statement on the DotNetNuke pages about the documentation only being available when you pay $2000 or more for a professional or higher license. The forums are flooded with questions, many duplicated, many unanswered, despite the hard work of the DNN community to keep up with demand. I've tried the books, but t...

Looking for a best practice to filter module output in DotNetNuke

A client of me is migrating to a new CMS and the old CMS contains placeholders in the content that need to be replaced, something like (bad example ahead): {{ID:CurrentShoppingId}}, which would be replaced with the ID of the current shopper. I can think of three ways, but I'm totally open to new and better suggestions: Create a new mo...

HTML scraping: Forms authentication failed for the request. The ticket supplied has expired

The ActiveForums module we're using as part of our DotNetNuke system has a bug in the XML for it's RSS feed. It doesn't correctly encode ampersands, it leaves them as & rather than encoding them as & I've reported the bug to the company, but in the mean time I need a fix. So what I've done is create an intermediary page that makes a...

File Packager instead of installer?

I have a problem and what I think is the solution. I feel that my solution is not new but don't know of any that have solved the problem the way I would like to. I write custom websites that integrate with an off the shelf cross media platform. We have three installs of this platform. Dev, staging and production. Nothing surprising here...

how to give page-auto-cutter for Dotmatrix(EPSON-LX300) printer..?

hi, am designing invoice for a sale Shop. so am using 'printLine' function to design my Invoice and printing it by BATCH execution. Now my Invoice works(Prints) fine but, IN my EPSON LX300 printer after printing the INVOICE it is going to the next sheet (B4 type sheet).(STOP THE PAPER AFTER THE Last-Line of MY INVOICE PRINTS) its a...

Can't read cookies (Using jQuery and cookies plugin)

I have a DotNetNuke website that by default people use anonymously. When they want to login they click a link which takes them to /DesktopModules/AuthenticationServices/ActiveDirectory/WindowsSignin.aspx and then redirects them back to the front page. On the front page is some jQuery which is designed to change the cookies created durin...

DotNetNuke - Everytime a third party DLL is modified in the BIN folder, it takes DNN 10 seconds to load the next page.

I have a standard DotNetNuke installation that I am developing some modules for. Every time I update one of my modules, it updates that module's DLL in the DotNetNuke installation's bin folder. Despite the fact that I am not touching the main DotNetNuke DLL, it seems that IIS is either reprocessing every DLL in the folder, or doing som...

HTML module with automatic updation in every page

I am extremely new to dotnetnuke. I have added an HTML module in home page. I want this module with same content in some other pages and it should be update automatically when i update in home page. How can i implement this in Dotnetnuke? Please anyone help me!!!! ...

dotnetnuke - How do I create a container skin so that its title is only shown in edit and layout modes?

How do I create a container skin so that its title is only shown in edit and layout modes? I know I can set show-container: false in the page settings... but I'd really rather not have to set this for all pages on the entire site that my container skin is installed on. ...

Sending an email in Javascript

Hi, can you please let me know why am unable to send form data to a mail id.below is my code. And I used this code in Dotnetnuke HTML/TEXT module. Thanks In advance Divya. ** <h3>To join the SoTeC email announcement list, fill out the form below.</h3> <p>&#160;</p> <p>&#160;</p> <p><style type="text/css"> .link, .signupframe { ...

Dot Net Nuke works with rewritten URLs, but not querystring form.

I have a Dot Net Nuke site that is hosted with the Rackspace Cloud (so I don't have access to many of the standard debugging methods I would normally use). The site is running great for virtually every aspect except ad advertising module that is important to the client. When the site is called with a rewritten URL, it works great: http...

accessing form fields in html module in dnn

in my dotnetnuke site, i have added a form and list module. And added the form containing fields name, occupation..., and records are added. will i able to get the values in another html module(row wise or column wise) ...

DotNetNuke - jQuery - Why is this jQuery Watermark plugin not working?

I'm using DNN 5.4 with the default google api jquery reference: I have confirmed that jquery.min.js is loading. I don't know if there's other jQuery (other than the plugin) that needs to be loaded. I'm utilizing the Google Code jQuery Textbox Watermark Plugin (Link) Web Dev Toolbar & Firebug suggest that both jQuery and the Watermar...

dotnetnuke redirect

how can i redirect in dotnetnuke 5.3 + to a particular page? ...

Using NHibernate for DotNetNuke Modules?

I'm thinking of adopting a more Domain-Driven-Design approach to DotNetNuke module development and would like to consider using NHibernate as an OR/M layer. Does anyone have experience using NHibernate with DotNetNuke? I've used SubSonic and EntitySpaces, but not NH. UPDATE Sorry, I should have been more clear. Is NHibernate capable ...

dotnetnuke clicking left bar opening page on the content pane(BEST PRACTISE)

ok i have created a picture gallery module in the left bar , there is a page viewpicturegallery.ascs . on clicking any image i want it details to open in the content pane in the middle . how would i do it. can some tell me the process? i would made a new page or new module or what? for the details in the middle ...

How to convert a DotNetNuke website to a mobile (wap) site

Hi, There is an existing module to convert a DNN site to a mobile site called mobiNuke. I need to however create this from scratch for our client and I don't have any idea as to where I should begin. This is what I have: Pages of DNN content to convert to Mobile. Mobile skin in css and html What I do know: I don't want to duplic...

what is web service in dot net ?

what is web service in dot net ? ...

dotnetnuke effority user directory module clicking username

well i have a member directory on my user front viewed by all the user. clicking on the username in the grid . the details view is not opening , is there some setting or it is the bug in the module. in link to details i enabled the enabled details view button. then i specify the [User:Username] in templdate details but clicking the use...

jQuery slider does not work with DotNetNuke module.

Hello, I have used the s3Slider jquery plugin to create nice banner animations in both html and asp.net pages. here is the link to plugin: http://www.serie3.info/s3slider/demonstration.html However when i try to use it inside a dot net nuke ascx control it does not work at all. Maybe i have to change the code but I have no idea becau...