Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

DMX Letterbox upload control not showing
Last Post 09/13/2010 9:24 PM by Peter Donker. 2 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
andrew brenchley
New Member
New Member
Posts:2


--
09/10/2010 9:53 AM

The actual upload control in the letterbox addon is not displaying next to its 'File:' label.

All other configurable options are displaying OK (Title, Author, Remarks etc), but am not able to browse for file upload.

Did I miss something please?

Am running this on DNN version 05.01.03 / DMX v5.2.11 - Letterbox v1.1.2

For your info, I am getting the following error on the page (shown in Firefox Error Console)

Error: document.getElementById("_tsUpload") is null
 

....where the error link points to the following section of script:

"text/javascript" (opening tag)
<!--
function ensureChecked(source, args) {
 var cb = document.getElementById('dnn_ctr564_LetterBox_chkAgreement');
 if (cb.checked == true) { args.IsValid = true; } else { args.IsValid = false; }
}
document.getElementById('_tsUpload').style.display = 'none';
-->
(closing tag)

Any ideas?

Thanks

andrew brenchley
New Member
New Member
Posts:2


--
09/10/2010 9:57 AM

Looks like it didn't like the bit of code I submitted. How about this:

"text/javascript" (opening tag)
 

function ensureChecked(source, args) \
 var cb = document.getElementById('dnn_ctr564_LetterBox_chkAgreement');
 if (cb.checked == true) \ args.IsValid = true; / else \ args.IsValid = false; /
/
document.getElementById('_tsUpload').style.display = 'none';

(close script tag)

 

Andrew

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
09/13/2010 9:24 PM
Hi Andrew,

I'll try to replicate.

Peter
You are not authorized to post a reply.