Thought it was neccessary to report this. It appears a link has gone rogue and is serving up a nasty trojan. The link is titled "Link". It is supposed to be a demo for the auto complete json feed example. I assume this happened due to this article being old and the domain associated with the link is now redirecting somewhere else instead of the demo. Here hxxp://dnndev.com/Learn/Guide/Article/XMod
I have an issue when using the <xmod:Format /> element for two fields in a template. It's formatting the first, but not showing any data for the second. They are both Numeric fields. The source is thus: <td>£<xmod:Format Type="Numeric" Value='[[PropCurrentPrice]]' Pattern="c" /></td> <td>£<xmod:Format Type="Numeric" Value='[[PropOriginalPrice]]' Pattern="c" /></td> Also, it's not outputting a curr
Howdy... I noticed that all available tokens are not listed on the Token dropdown for the Feed interface: I was able to use the User:Id token here, so I'm assuming that it and it's brothers are just missing from the list.
Got my self all balled up with this one: Correct: <xmod:EditLink Text="Edit"> <Parameter Name="Class_Id" Value='[[Class_Id]]' /> </xmod:EditLink> Incorrect: <xmod:EditLink Text="Edit"> <Parameter Name="Class_Id" Value="[[Class_Id]]" /> </xmod:EditLink> When using Quotes, the proper Value parameter is not passed to the Edit form, but with Apostrophes it works fine.
Is it possible that the word "union" is replaced with " " when I try to use the [[Url:variablename]] tag? When I call a page with "test=testing1234" in the url then [[Url:test]] returns "testing1234" as you would expect. But when I pass "test=testingunion1234" then [[Url:test]] returns "testing 1234" This has broken my application -- please confirm whether or not this is in fact happening somewher
Hello, I've been trying and investigating the <Deletecommand> in the Templates for the last 2 days. It looks like there is a bug that it can only accept 1 parameter. I've only tried with XMod Pro 4.2 (and didn't saw any fixes in the release notes for >4.2). Example: <DeleteCommand CommandText="DELETE FROM tbl_order_details WHERE order_detail_id=@order_detail_id AND order_detail_order_id=@or
I noticed a minor bug: (1) create a Form using the Form Builder and don't select a data source - leave it "(None Selected)". (2) finish creating your form and save it. (3) begin editing the form again - the DataSource has now changed to "DotNetNuke Database Table"
A question that I asked just received another answer, pushing the total to more then can be displayed on one page. I click the page 2 link at the bottom, and the display changes such that the numbering indicates page 2 is now the current page, but the extra posts are not displayed - ie the same question and answers remain on screen. This is most frustrating as I was to read what Patrick added to m