Discussions

Tag Filter:
23 years! That's how long DNN has been a part of my life. Shaun released DotNetNuke in 2002 and I started playing with it in 2003. I had no idea that DNN would still be here over two decades later or that a funny little module called XMod would still be helping people solve their problems. As we step into 2026, I find myself thinking less about features and release dates and more about the people
I'm happy to announce we've just released version 4.9.6 of XMod Pro. This release is geared toward users of DNN 10+. If you are still running DNN 9.x, you don't need to install. The release fixes the jQuery related error that prevents the Form View from loading. This was do to the removal of a DNN method in DNN 10. While we don't expect any compatibility problems, if you experience any issues, ple
If you've noticed a lot of notifications for older releases of XMod Pro in your inbox, I want to apologize. We are actively working not only on XMod Pro, but also this website. As we were trying to correct some descriptions for older versions of XMP in Downloads section, we realized a bit late that notifications were sent every time we made an update. Ooops. We have stopped updating those older de
I have a membership database in the old XMOD system and have exported the data info a XML file, cleaned up the XML file, but I am not proficient enough with SQL to import the file into a table I have created in XMODPRO 4.8. I have read the document at http://dnndev.com/help/xmod/Importing_Data_Into_XM... and the table is format properly. What are the steps I need to go through to import into my ta
Can you use special characters in the Email SendIF comparison e.g. an email address? It works for a number or string without special characters from my testing. But it would be nice to have the user select the email as a value in the select list and send to that email.
Good Day first of all i like to explain the scenario i have list of "audios" into xmod template. on tab called /playlist. also a like button working with feed per each audio row, and in this feed i make a redirection to main list. /playlist when it is done. so if i on the page number 5 when the redirection occurs it got me at first page of all list.. i like to know if i can pass the page number on
Good Day how I can achieve to verify a file exists? using any validation from xmod? is possible? y try using .net but give me some errors i try using this. http://stackoverflow.com/questions/21905268/retrieve-fileid-from-dotnetnuke-using-filename
Good Day i´m using a xmod form (A) to store a basic item in an cart table, but at the same tabID (page) i got other xmod template (B) with the cart count. i like to know how to refresh the cart xmod template via Ajax when the form show´s the AddSuccessTemplate. Can anyone help me to reach this? Template = <xmod:Template runat="server" id="shopCart" UsePaging="True" Ajax="True"> Form = <AddSuccessT
I am trying to create form that can have action and method to post. Is this something xmod can do? For example this is what Ineed: <|form name="form" action=" d omain.com" method="post"|> I see there is a <|AddForm|> but no <|form|>. Is there was to achieve this?
Good Day, all Forms, templates and feeds are stored into \Portalsdefault\XModPro\ by default, so there is an option to configure by portal files, example \Portals\{Portal Name or Id}\XModPro\{forms,feeds,templates} Thanks.