Discussions

Tag Filter:
I am displaying date fields in my template and if the date is null, the field name is displayed in the view template. how do I fix this? here is the code that displays the field: <td>[[30 Hour]]</td> if there is data in the field, the date is displayed correctly.
Good Day, i like to know how to reach the follow structure for display items in xmod template using bootstrap and the bootstrap code is <div class="container-fluid"><!-- in head --> <!-- begin ItemTemplate --> <!-- how to print this tag every 5 items? --> <div class="row"> <!-- end row --> <div class="col-md-15"><!-- demo code for one item and repeat 5 times per row --> <div class="gr_audio_br"
We are creating a training template that allows the user to click links on a page and when they first click a link it counts as 10% of a 100% completion of the training. To create these links, we have several CommandLinks on the template that updates the db field (percentage_complete) and then links to a site in a new window. Once the link is clicked, it updates the total : <xmod:CommandLink Text=
Hi Xmod pros, I know that I can place limits on the number of items returned to a template by using SQL constructs such as SELECT TOP 30, etc. As I mostly use stored procedures as the data source for my templates, I end up needing to pass a parameter to control how many rows would be returned when I need to limit them. I've used the URL query string parameters to set that value, and also used Modu
I have a facility that I offer across multiple portals using global templates. I have just upgraded one portal to use a responsive skin, and had to change my template to use some skin specific CSS - e.g. div class="span3". Now if that template is used on a portal where the skin/css does NOT contain class span3, there will be no effect - or rather the divs will assume default behaviour and this is
I have a striped table in my template with the edit and delete buttons present. How do I on the edit form and on the template generate the feed output. I have form that user' select checkboxes which generates a qual and exceptions record for a project. I would like the end user's to generate a word doc feed download of the data the entered. I can't figure out how to call the feed to download the w
Hello, I'd like to make a form/template that only the host can use. I figured I could do EditRoles="Superusers" in the template, but that doesn't seem to work. Also, I can't find a way to block the form either. The trouble is that administrators are able to configure the module to select the "host" form/template. So, first, is there some way to make it so admins can't select certain forms/template
I'm trying to get the Snippets working and not having any luck. I created file snippets.js with the code in the documentation and put it under the portals/_default/XModPro/. Then reloaded the frame and page they still don't show up.