Ask A Question
|
|
|
|
|
How to delete uploaded image when editing XMod record?
show details +
See answers | Add your answer
I'm using the latest version of fatgeorge file upload and using it to load images on an item.
If I upload a file on Monday and come back on Tuesday to edit the record there is no way to delete the existing file/image. It's back to the browse option in the form.
Answers: 1
|
How to handle broken image display in XMod?
show details +
See answers | Add your answer
I'm using the latest version of fatgeorge file upload and using it to load images on an item.
Allthough 95% of the records have images, the ones that don't end up showing broken image icons (because there isn't any image). How do you handle mixed records where some have images, and some don't?
Answers: 1
|
|
|
How do I add RSS feeds to XMod?
show details +
See answers | Add your answer
How can I add RSS feeds to my XMod application that will work correctly?
The standard module settings RSS syndication option does not link items to a detail view but just back to the page where the module lives.
Answers: 0
|
XMOD form number of rows setting does not work
show details +
See answers | Add your answer
Hi,
I have repeatedly tried to set this value, but it just seems to get ignored, can you suggest what i'm doing wrong or a workaraound?
Please help!
Andy
Answers: 2
|
|
|
Serious SELECT1 Issue ...
show details +
See answers | Add your answer
Here is the code I have for an XMod “select1” element
[select1 ref="MailingCounty" appearance="minimal"]
[items]
[item]
[label]- select -[/label]
[value]dchaffin@dreamcc.com[/value]
[/item]
[item]
[value]wic42a@wvdhhr.org[/value]
[label]Barbour[/label]
[/item]
[item]
[value]wic02a@wvdhhr.org[/value]
[label]Berkeley[/label]
[/item]
[item]
[value]wic03a@wvdhhr.org[/value]
[label]Boone[/label]
[/item]
--- snip ---
[item]
[value]wic55a@wvdhhr.org[/value]
[label]Wyoming[/label]
[/item]
[item]
[value]lbirthisel@wvdhhr.org[/value]
[label]unknown[/label]
[/item]
[/items]
[/select1 ]
Essentially, it renders a drop-down list with each county in WV and a corresponding email to send it to. The email gets sent to the right person; however, when I go to display the selected county to the email recipient and show it in the template I use this code:
[p][strong]County:[/strong] [xmod:field name="MailingCounty" usevalue="false" /][/p]
Using this should look at the item from the list that was selected and display the corresponding label (i.e. name of the county they selected), but because some email addresses are associated with multiple counties, the output simply looks at the selected value and finds the first item that matches it and displays that label. In other words, if my email is listed for both Boone County and Hardy County, it will always display Boone County as that is the first one it comes to.
Do you know of any way to fix this and make it work the way that it should? … or do you know where I can find the answer to how fix or work around it?
Thanks.
Answers: 1
|
User Filtering?
show details +
See answers | Add your answer
Okay, I absolutely know this has to be "do able" because if I'm putting information into a form, then users should be able to filter based on that information as long as the values are the same in each record.
...and I'm getting frustrated because I can't figure out how!!!
Here's the deal:
I have a checkbox list in my Xmod form with four values. "Value 1" "Value 2" "Value 3" and "Value 4"
A single record may have "Value 1" and "Value 3" checked.
How do I provide users with these same checkboxes where they can select to return only records that are matches to "Value 1" and/or "Value 2" and/or "Value 3" and/or "Value 4"?
Help, please-- I'm stuck, and this is key to my project... and I admit it, I'm not a programmer by trade, so I'm feeling my way through this...
Answers: 0
|
JQuery conflict with XMod
show details +
See answers | Add your answer
We're using a very simple JQuery functionality inside a XMod template. It does work correctly but we get the action menu missing. I guess there's some king of javascript conflict between JQuery and DNN Core javascript.
Can anyone help?
Thanks a lot. Regards,
Francisco
Answers: 0
|
|
|
|
|
|
Ask A Question |