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...
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...
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...
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...
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...
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...
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...
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!!!!
...
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.
...
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> </p> <p> </p> <p><style type="text/css"> .link, .signupframe {
...
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...
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)
...
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...
how can i redirect in dotnetnuke 5.3 + to a particular page?
...
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 ...
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
...
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 ?
...
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...
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...