Forums

Issue with Chronoforms with Joomla 2.5

steverahks 23 Jul, 2013
I had installed chronoforms for Joomla 3.0 instead of Joomla 2.5. I deleted the Joomla 3.0 Chronoforms install and installed the Joomla 2.5 Chronoforms.

Now my form displays a bunch of code above the form. The form displays OK.

I don't know what is going on . . . is this an issue with first installing the wrong version of chronoforms? or Is this an issue with the template and chronoforms conflicting? or Is there something else happening?

I enabled Debug and didn't get any information. The URL for the contact page is http://gertandermas.vm-host.net/joomla2.5/index.php/contact-us.

Any help I can get is greatly appreciated. I have been using Chronoforms for years now and love it. This is definitely a new issue for me.
steverahks 23 Jul, 2013
Ah-ha! discovered that the "Enable WYSIWYG Editor" option was the culprit. So the question becomes what is causing the conflict for the editor?

I am using JoomlaCK as the default editor for the site, is it simply that the default editor doesn't play well with Chronoforms?

Thanks
GreyHead 23 Jul, 2013
Hi Tjhaas,

There's no error showing now so I guess you have disabled the editor. I haven't heard any other comments on editor problem with Joomla! 2.5. Could it have been a problem with a cached file from the J3 version?

Bob
steverahks 24 Jul, 2013
Turned back on - still an issue. I cleared the cache with no improvement.

Here is what displays when editor is turned on:

<\/script>'); } else { if (window.addEventListener) { // for Mozilla browsers, Opera 9 document.addEventListener("DOMContentLoaded", JCKEvent.domReady.callback, false); // Fail safe window.addEventListener("load", JCKEvent.domReady.callback, false); } else if (window.attachEvent) { window.attachEvent('onload', JCKEvent.domReady.callback); } else { // Legacy browsers (e.g. Mac IE 5) var fn = window.onload; window.onload = function() { JCKEvent.domReady.callback(); if (fn) fn(); } } } } } window.addDomReadyEvent = {}; if(typeof window.addDomReadyEvent.add == 'undefined') window.addDomReadyEvent.add = JCKEvent.domReady.add; } window.addDomReadyEvent.add(function() { CKEDITOR.on('instanceCreated',function(evt) { var editor = evt.editor; editor.on( 'customConfigLoaded', function() { CKEDITOR.tools.extend( editor.config, { removePlugins : 'dialog,htmldataprocessor,flash,filebrowser,about,jlink,jdocumentlistener,jtoolbar', extraPlugins : 'toolbar,jhtmldataprocessor,jflash,jfilebrowser,jsave,safariroverride,stylesoverride,jabout,ajaxoverride,tableresize,autofixlink,multipleclickdialoghandler,autofixbackgroundimage,jhtmlencode,readmore,jtreelink,scayt,forcesimpleamp,ieelementpathfix,html5support,video,audio,uicolor,imagedragndrop,ie9selectionoverride,mobileimage' }, true ); }); //addCustom CSS editor.addCss( 'body { background: #FFFFFF none;}' ); }); }); window.addDomReadyEvent.add(function() { (function() { CKEDITOR.editor.replace = function( elementOrIdOrName, config ) { var element = elementOrIdOrName; if ( typeof element != 'object' ) { // Look for the element by id. We accept any kind of element here. element = document.getElementById( elementOrIdOrName ); // Elements that should go into head are unacceptable (#6791). if ( element && element.tagName.toLowerCase() in {style:1,script:1,base:1,link:1,meta:1,title:1} ) element = null; // If not found, look for elements by name. In this case we accept only // textareas. if ( !element ) { var i = 0, textareasByName = document.getElementsByName( elementOrIdOrName ); while ( ( element = textareasByName[ i++ ] ) && element.tagName.toLowerCase() != 'textarea' ) { /*jsl:pass*/ } } if ( !element ) throw '[CKEDITOR.editor.replace] The element with id or name "' + elementOrIdOrName + '" was not found.'; } // Do not replace the textarea right now, just hide it. The effective // replacement will be done by the _init function. element.style.visibility = 'hidden'; // Create the editor instance. return new CKEDITOR.editor( config, element, CKEDITOR.ELEMENT_MODE_REPLACE ); } } )(); (function() { var mooTools = typeof MooTools != 'undefined' ? MooTools : false , browser = typeof Browser != 'undefined' ? Browser : false; CKEDITOR.env.ie9Compat = document.documentMode == 9; CKEDITOR.env.opera = mooTools && browser && browser.Engine && (browser.Engine.name == 'presto') && true || CKEDITOR.env.opera; CKEDITOR.env.version = mooTools && CKEDITOR.env.opera && browser && browser.Engine && browser.Engine.version && browser.Engine.version/100 || CKEDITOR.env.version; var env = CKEDITOR.env; version = CKEDITOR.env.version; var agent = navigator.userAgent.toLowerCase(); CKEDITOR.env.iOS = /(ipad|iphone|ipod)/.test(agent); CKEDITOR.env.isCompatible = // White list of mobile devices that supports. Patch 7190 env.iOS && version >= 534 || !env.mobile && ( ( env.ie && version >= 6 ) || ( env.gecko && version >= 10801 ) || ( env.opera && version >= 9.5 ) || ( env.air && version >= 1 ) || ( env.webkit && version >= 522 ) || false ); } )(); (function() { CKEDITOR.dom.element.prototype.setOpacity = function( opacity ) { if ( CKEDITOR.env.ie && CKEDITOR.env.version < 9 ) { opacity = Math.round( opacity * 100 ); this.setStyle( 'filter', opacity >= 100 ? '' : 'progid:DXImageTransform.Microsoft.Alpha(opacity=' + opacity + ')' ); } else this.setStyle( 'opacity', opacity ); } } )(); (function(){ var jfunctions = {}; CKEDITOR.tools.extend(CKEDITOR.tools, { getData : function(IdOrName) { return CKEDITOR.instances[IdOrName] && CKEDITOR.instances[IdOrName].getData() || oEditor && oEditor.getData(); }, setData : function(IdOrName,ohtml) { if(oEditor) {oEditor.setData(ohtml);} else { CKEDITOR.instances[IdOrName].setData(ohtml);} }, addHashFunction : function( fn, ref) { jfunctions[ref] = function() { fn.apply( window, arguments ); }; }, callHashFunction : function( ref ) { var fn = jfunctions[ ref ]; return fn && fn.apply( window, Array.prototype.slice.call( arguments, 1 ) ); } }); })(); CKEDITOR.on('instanceCreated',function(evt) { var editor = evt.editor; editor.on( 'customConfigLoaded', function() { editor.config.toolbar_Full = [ ['Source','Save'], ['Cut','Copy','Paste','PasteText','PasteFromWord','SelectAll','-','Print','SpellChecker','Scayt'], ['Undo','Redo','RemoveFormat','-','Find','Replace','-'], ['Bold','Italic','Underline','Strike','-','Subscript','Superscript','Blockquote','SpecialChar'], ['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'], ['NumberedList','BulletedList','-','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], ['JTreeLink','Link','Unlink','Anchor'], ['Image','Flash','Templates','Table','HorizontalRule','Smiley'], ['Styles','Format','CreateDiv','ShowBlocks'], ['Font','FontSize','TextColor','BGColor'], ['Maximize','Preview','-','About','Video','Audio','UIColor'] ]; }); editor.on( 'configLoaded', function() { if(editor.config.extraPlugins) editor.config.extraPlugins += ',adddialogfieldexample,codemirrorresize,ietoolbarcollasperfix'; else editor.config.extraPlugins += 'adddialogfieldexample,codemirrorresize,ietoolbarcollasperfix'; }); editor.on( 'configLoaded', function() { if(editor.config.extraPlugins) editor.config.extraPlugins += ',webkitdrag'; else editor.config.extraPlugins += 'webkitdrag'; }); editor.config['startupFocus'] = 0; editor.on( 'configLoaded', function() { editor.config.dialog_backgroundCoverColor = '#000000'; editor.config.dialog_backgroundCoverOpacity = 0.7; }); editor.config['forcesimpleAmpersand'] = 0; editor.on( 'configLoaded', function() { editor.config.EnableImageDragndrop = 1; }); editor.on( 'configLoaded', function() { if(editor.config.extraPlugins) editor.config.extraPlugins += ',mobilefloatpanelfix,mobileviewport,mobilemodalfix'; else editor.config.extraPlugins += 'mobilefloatpanelfix,mobileviewport,mobilemodalfix'; }); editor.on( 'configLoaded', function() { if(editor.config.removePlugins) editor.config.removePlugins += ',jroverride'; else editor.config.removePlugins += 'jroverride'; }); editor.on( 'configLoaded', function() { if(editor.config.extraPlugins) editor.config.extraPlugins += ',paneloverride'; else editor.config.extraPlugins += 'paneloverride'; }); editor.on( 'configLoaded', function(evt) { var editor = evt.editor; var toolbarName = 'Full '; if(!toolbarName) return; var toolbar = editor.config.toolbar_Full; var sortArray = []; var element; var removes = editor.config.removePlugins.split(','); for(var i= 0; i < toolbar.length;i++) { element = toolbar[i] if(element instanceof Array) { var buttons = []; for(var j = 0; j < element.length;j++) { var button = element[j]; if(!button) continue; var title = button.toLowerCase() ; if(title == 'flash') title = 'jflash'; if(title == 'about') title = 'jabout'; if(CKEDITOR.tools.indexOf(removes,title ) != -1) continue buttons.push(button); } element = buttons; if(element.length) sortArray.push(element); } } toolbar = sortArray; //cleanup if( typeof toolbar[toolbar.length] == 'string') delete toolbar[toolbar.length]; if( typeof toolbar[0] == 'string') delete toolbar[0]; editor.config.toolbar_Full = toolbar; }); editor.on( 'configLoaded', function() { if(editor.config.contentsCss instanceof Array) editor.config.contentsCss.unshift('http://gertandermas.vm-host.net/joomla2.5/plugins/editors/jckeditor/typography/typography.php'); else if(editor.config.contentsCss) editor.config.contentsCss = ['http://gertandermas.vm-host.net/joomla2.5/plugins/editors/jckeditor/typography/typography.php',editor.config.contentsCss]; else editor.config.contentsCss = ['http://gertandermas.vm-host.net/joomla2.5/plugins/editors/jckeditor/typography/typography.php']; if(editor.config.stylesCss instanceof Array) editor.config.stylesCss.unshift('http://gertandermas.vm-host.net/joomla2.5/plugins/editors/jckeditor/typography/typography.php'); else if(editor.config.stylesCss) editor.config.stylesCss = ['http://gertandermas.vm-host.net/joomla2.5/plugins/editors/jckeditor/typography/typography.php',editor.config.stylesCss]; else editor.config.stylesCss = 'http://gertandermas.vm-host.net/joomla2.5/plugins/editors/jckeditor/typography/typography.php'; }); editor.on( 'configLoaded', function() { if(editor.config.stylesCss instanceof Array) editor.config.stylesCss.push('http://gertandermas.vm-host.net/joomla2.5/templates/tx_delicious/css/template.css'); else if(editor.config.stylesCss) editor.config.stylesCss = ['http://gertandermas.vm-host.net/joomla2.5/templates/tx_delicious/css/template.css',editor.config.stylesCss]; else editor.config.stylesCss = ['http://gertandermas.vm-host.net/joomla2.5/templates/tx_delicious/css/template.css']; editor.config.stylesCss.push('body { background: #FFFFFF none; }'); if(CKEDITOR.tools.indexOf( editor.config.contentsCss, 'http://gertandermas.vm-host.net/joomla2.5/templates/tx_delicious/css/template.css') == -1) { editor.config.contentsCss.push('http://gertandermas.vm-host.net/joomla2.5/templates/tx_delicious/css/template.css'); } if(editor.config.extraPlugins) editor.config.extraPlugins += ',cmsstylesheet'; else editor.config.extraPlugins += 'cmsstylesheet'; }); editor.on( 'configLoaded', function() { if(editor.config.extraPlugins) editor.config.extraPlugins += ',xml'; else editor.config.extraPlugins += 'xml'; }); }); }); window.addDomReadyEvent.add(function() { CKEDITOR.on('instanceReady',function(evt) { var editor = evt.editor; editor.dataProcessor.writer.setRules( 'pre', { indent : false, breakAfterOpen : false, breakBeforeClose: false }); editor.config['client'] = 0; editor.config['imagePath'] = 'images'; editor.config['bgcolor'] = '#FFFFFF'; }); }); var oEditor; function ReplaceTextContainer(div,autoHeight) { //destroy editor instance if one already exist if ( oEditor ) oEditor.destroy(); CKEDITOR.config.startupFocus = true; //create editor instance oEditor = CKEDITOR.replace(div, { baseHref : 'http://gertandermas.vm-host.net/joomla2.5/', imagePath : 'images/stories', toolbar : CKEDITOR.config.expandedToolbar ? 'Full' : 'Image', toolbarStartupExpanded : CKEDITOR.config.expandedToolbar, uiColor : '#D6E6F4', skin : 'office2007', contentsCss :'http://gertandermas.vm-host.net/joomla2.5/templates/tx_delicious/css/template.css', contentsLangDirection : 'ltr', language : 'en', defaultLanguage :'', enterMode : '1', shiftEnterMode : '2', stylesSet : [{ name : 'dropcap', element : 'span', attributes : { 'class' : 'dropcap' }},{ name : 'bluhlight-jck', element : 'span', attributes : { 'class' : 'bluhlight-jck' }},{ name : 'grehlight-jck', element : 'span', attributes : { 'class' : 'grehlight-jck' }},{ name : 'redhlight-jck', element : 'span', attributes : { 'class' : 'redhlight-jck' }},{ name : 'blahlight-jck', element : 'span', attributes : { 'class' : 'blahlight-jck' }},{ name : 'yelhlight-jck', element : 'span', attributes : { 'class' : 'yelhlight-jck' }},{ name : 'blubox-jck', element : 'P', attributes : { 'class' : 'blubox-jck' }},{ name : 'grebox-jck', element : 'P', attributes : { 'class' : 'grebox-jck' }},{ name : 'redbox-jck', element : 'P', attributes : { 'class' : 'redbox-jck' }},{ name : 'blabox-jck', element : 'P', attributes : { 'class' : 'blabox-jck' }},{ name : 'yelbox-jck', element : 'P', attributes : { 'class' : 'yelbox-jck' }},{ name : 'box-1heading-jck', element : 'span', attributes : { 'class' : 'box-1heading-jck' }},{ name : 'box-2heading-jck', element : 'span', attributes : { 'class' : 'box-2heading-jck' }},{ name : 'info-jck', element : 'P', attributes : { 'class' : 'info-jck' }},{ name : 'warning-jck', element : 'P', attributes : { 'class' : 'warning-jck' }},{ name : 'film-jck', element : 'P', attributes : { 'class' : 'film-jck' }},{ name : 'pin-jck', element : 'P', attributes : { 'class' : 'pin-jck' }},{ name : 'lightbulb-jck', element : 'P', attributes : { 'class' : 'lightbulb-jck' }},{ name : 'recycle-jck', element : 'P', attributes : { 'class' : 'recycle-jck' }},{ name : 'camera-jck', element : 'P', attributes : { 'class' : 'camera-jck' }},{ name : 'comment-jck', element : 'P', attributes : { 'class' : 'comment-jck' }},{ name : 'chat-jck', element : 'P', attributes : { 'class' : 'chat-jck' }},{ name : 'document-jck', element : 'P', attributes : { 'class' : 'document-jck' }},{ name : 'accessible-jck', element : 'P', attributes : { 'class' : 'accessible-jck' }},{ name : 'star-jck', element : 'P', attributes : { 'class' : 'star-jck' }},{ name : 'heart-jck', element : 'P', attributes : { 'class' : 'heart-jck' }},{ name : 'previous-jck', element : 'P', attributes : { 'class' : 'previous-jck' }},{ name : 'cart-jck', element : 'P', attributes : { 'class' : 'cart-jck' }},{ name : 'attachment-jck', element : 'P', attributes : { 'class' : 'attachment-jck' }},{ name : 'calculator-jck', element : 'P', attributes : { 'class' : 'calculator-jck' }},{ name : 'cut-jck', element : 'P', attributes : { 'class' : 'cut-jck' }},{ name : 'dollar-jck', element : 'P', attributes : { 'class' : 'dollar-jck' }},{ name : 'pound-jck', element : 'P', attributes : { 'class' : 'pound-jck' }},{ name : 'euro-jck', element : 'P', attributes : { 'class' : 'euro-jck' }},{ name : 'mail-jck', element : 'P', attributes : { 'class' : 'mail-jck' }},{ name : 'support-jck', element : 'P', attributes : { 'class' : 'support-jck' }},{ name : 'next-jck', element : 'P', attributes : { 'class' : 'next-jck' }},{ name : 'sound-jck', element : 'P', attributes : { 'class' : 'sound-jck' }},{ name : 'flash-jck', element : 'P', attributes : { 'class' : 'flash-jck' }},{ name : 'zip-jck', element : 'P', attributes : { 'class' : 'zip-jck' }},{ name : 'pdf-jck', element : 'P', attributes : { 'class' : 'pdf-jck' }},{ name : 'video-jck', element : 'P', attributes : { 'class' : 'video-jck' }},{ name : 'flashtip-jck', element : 'P', attributes : { 'class' : 'flashtip-jck' }},{ name : 'ziptip-jck', element : 'P', attributes : { 'class' : 'ziptip-jck' }},{ name : 'pdftip-jck', element : 'P', attributes : { 'class' : 'pdftip-jck' }},{ name : 'videotip-jck', element : 'P', attributes : { 'class' : 'videotip-jck' }},{ name : 'infotip-jck', element : 'P', attributes : { 'class' : 'infotip-jck' }},{ name : 'warningtip-jck', element : 'P', attributes : { 'class' : 'warningtip-jck' }},{ name : 'filmtip-jck', element : 'P', attributes : { 'class' : 'filmtip-jck' }},{ name : 'pintip-jck', element : 'P', attributes : { 'class' : 'pintip-jck' }},{ name : 'lightbulbtip-jck', element : 'P', attributes : { 'class' : 'lightbulbtip-jck' }},{ name : 'recycletip-jck', element : 'P', attributes : { 'class' : 'recycletip-jck' }},{ name : 'cameratip-jck', element : 'P', attributes : { 'class' : 'cameratip-jck' }},{ name : 'commenttip-jck', element : 'P', attributes : { 'class' : 'commenttip-jck' }},{ name : 'chattip-jck', element : 'P', attributes : { 'class' : 'chattip-jck' }},{ name : 'documenttip-jck', element : 'P', attributes : { 'class' : 'documenttip-jck' }},{ name : 'accessibletip-jck', element : 'P', attributes : { 'class' : 'accessibletip-jck' }},{ name : 'startip-jck', element : 'P', attributes : { 'class' : 'startip-jck' }},{ name : 'hearttip-jck', element : 'P', attributes : { 'class' : 'hearttip-jck' }},{ name : 'previoustip-jck', element : 'P', attributes : { 'class' : 'previoustip-jck' }},{ name : 'carttip-jck', element : 'P', attributes : { 'class' : 'carttip-jck' }},{ name : 'attachmenttip-jck', element : 'P', attributes : { 'class' : 'attachmenttip-jck' }},{ name : 'calculatortip-jck', element : 'P', attributes : { 'class' : 'calculatortip-jck' }},{ name : 'cuttip-jck', element : 'P', attributes : { 'class' : 'cuttip-jck' }},{ name : 'dollartip-jck', element : 'P', attributes : { 'class' : 'dollartip-jck' }},{ name : 'poundtip-jck', element : 'P', attributes : { 'class' : 'poundtip-jck' }},{ name : 'eurotip-jck', element : 'P', attributes : { 'class' : 'eurotip-jck' }},{ name : 'mailtip-jck', element : 'P', attributes : { 'class' : 'mailtip-jck' }},{ name : 'supporttip-jck', element : 'P', attributes : { 'class' : 'supporttip-jck' }},{ name : 'nexttip-jck', element : 'P', attributes : { 'class' : 'nexttip-jck' }},{ name : 'soundtip-jck', element : 'P', attributes : { 'class' : 'soundtip-jck' }},{ name : 'download-DOC', element : 'P', attributes : { 'class' : 'download-DOC' }},{ name : 'download-IMG', element : 'P', attributes : { 'class' : 'download-IMG' }},{ name : 'bludisc-jck', element : 'span', attributes : { 'class' : 'bludisc-jck' }},{ name : 'bludisc-black-jck', element : 'span', attributes : { 'class' : 'bludisc-black-jck' }},{ name : 'gredisc-jck', element : 'span', attributes : { 'class' : 'gredisc-jck' }},{ name : 'gredisc-black-jck', element : 'span', attributes : { 'class' : 'gredisc-black-jck' }},{ name : 'reddisc-jck', element : 'span', attributes : { 'class' : 'reddisc-jck' }},{ name : 'reddisc-black-jck', element : 'span', attributes : { 'class' : 'reddisc-black-jck' }},{ name : 'bladisc-jck', element : 'span', attributes : { 'class' : 'bladisc-jck' }},{ name : 'bladisc-black-jck', element : 'span', attributes : { 'class' : 'bladisc-black-jck' }},{ name : 'yeldisc-jck', element : 'span', attributes : { 'class' : 'yeldisc-jck' }},{ name : 'yeldisc-black-jck', element : 'span', attributes : { 'class' : 'yeldisc-black-jck' }},{ name : 'caption', element : 'img', attributes : { 'class' : 'caption' }},{ name : 'img_caption', element : 'P', attributes : { 'class' : 'img_caption' }},{ name : 'jck_img_align_left', element : 'img', attributes : { 'class' : 'jck_img_align_left' }},{ name : 'jck_img_align_right', element : 'img', attributes : { 'class' : 'jck_img_align_right' }},{ name : 'image_holder', element : 'img', attributes : { 'class' : 'image_holder' }},{ name : 'fade_in', element : 'img', attributes : { 'class' : 'fade_in' }},{ name : 'zoom', element : 'img', attributes : { 'class' : 'zoom' }},{ name : 'polaroids_zoom', element : 'img', attributes : { 'class' : 'polaroids_zoom' }},{ name : 'screenshot_blue', element : 'img', attributes : { 'class' : 'screenshot_blue' }},{ name : 'screenshot_green', element : 'img', attributes : { 'class' : 'screenshot_green' }},{ name : 'screenshot_red', element : 'img', attributes : { 'class' : 'screenshot_red' }},{ name : 'screenshot_black', element : 'img', attributes : { 'class' : 'screenshot_black' }},{ name : 'screenshot_gray', element : 'img', attributes : { 'class' : 'screenshot_gray' }},{ name : 'screenshot_yellow', element : 'img', attributes : { 'class' : 'screenshot_yellow' }},{ name : 'scroll_box', element : 'div', attributes : { 'class' : 'scroll_box' }},{ name : 'img_rollover', element : 'div', attributes : { 'class' : 'img_rollover' }},{ name : 'table_style_blue', element : 'table', attributes : { 'class' : 'table_style_blue' }},{ name : 'table_style_green', element : 'table', attributes : { 'class' : 'table_style_green' }},{ name : 'table_style_red', element : 'table', attributes : { 'class' : 'table_style_red' }},{ name : 'table_style_black', element : 'table', attributes : { 'class' : 'table_style_black' }},{ name : 'table_style_yellow', element : 'table', attributes : { 'class' : 'table_style_yellow' }} ], width : '400', height: autoHeight ? div.clientHeight +28 : '200', entities : 0 }); } window.addDomReadyEvent.add(function() { CKEDITOR.tools.addHashFunction(function(div) { //create editor instance var oEditor = CKEDITOR.replace(div, { baseHref : 'http://gertandermas.vm-host.net/joomla2.5/', imagePath : 'images/stories', toolbar : CKEDITOR.config.expandedToolbar ? 'Full' : 'Image', toolbarStartupExpanded : CKEDITOR.config.expandedToolbar, uiColor : '#D6E6F4', skin : 'office2007', contentsCss :'http://gertandermas.vm-host.net/joomla2.5/templates/tx_delicious/css/template.css', contentsLangDirection : 'ltr', language : 'en', defaultLanguage :'', enterMode : '1', shiftEnterMode : '2', stylesSet : [{ name : 'dropcap', element : 'span', attributes : { 'class' : 'dropcap' }},{ name : 'bluhlight-jck', element : 'span', attributes : { 'class' : 'bluhlight-jck' }},{ name : 'grehlight-jck', element : 'span', attributes : { 'class' : 'grehlight-jck' }},{ name : 'redhlight-jck', element : 'span', attributes : { 'class' : 'redhlight-jck' }},{ name : 'blahlight-jck', element : 'span', attributes : { 'class' : 'blahlight-jck' }},{ name : 'yelhlight-jck', element : 'span', attributes : { 'class' : 'yelhlight-jck' }},{ name : 'blubox-jck', element : 'P', attributes : { 'class' : 'blubox-jck' }},{ name : 'grebox-jck', element : 'P', attributes : { 'class' : 'grebox-jck' }},{ name : 'redbox-jck', element : 'P', attributes : { 'class' : 'redbox-jck' }},{ name : 'blabox-jck', element : 'P', attributes : { 'class' : 'blabox-jck' }},{ name : 'yelbox-jck', element : 'P', attributes : { 'class' : 'yelbox-jck' }},{ name : 'box-1heading-jck', element : 'span', attributes : { 'class' : 'box-1heading-jck' }},{ name : 'box-2heading-jck', element : 'span', attributes : { 'class' : 'box-2heading-jck' }},{ name : 'info-jck', element : 'P', attributes : { 'class' : 'info-jck' }},{ name : 'warning-jck', element : 'P', attributes : { 'class' : 'warning-jck' }},{ name : 'film-jck', element : 'P', attributes : { 'class' : 'film-jck' }},{ name : 'pin-jck', element : 'P', attributes : { 'class' : 'pin-jck' }},{ name : 'lightbulb-jck', element : 'P', attributes : { 'class' : 'lightbulb-jck' }},{ name : 'recycle-jck', element : 'P', attributes : { 'class' : 'recycle-jck' }},{ name : 'camera-jck', element : 'P', attributes : { 'class' : 'camera-jck' }},{ name : 'comment-jck', element : 'P', attributes : { 'class' : 'comment-jck' }},{ name : 'chat-jck', element : 'P', attributes : { 'class' : 'chat-jck' }},{ name : 'document-jck', element : 'P', attributes : { 'class' : 'document-jck' }},{ name : 'accessible-jck', element : 'P', attributes : { 'class' : 'accessible-jck' }},{ name : 'star-jck', element : 'P', attributes : { 'class' : 'star-jck' }},{ name : 'heart-jck', element : 'P', attributes : { 'class' : 'heart-jck' }},{ name : 'previous-jck', element : 'P', attributes : { 'class' : 'previous-jck' }},{ name : 'cart-jck', element : 'P', attributes : { 'class' : 'cart-jck' }},{ name : 'attachment-jck', element : 'P', attributes : { 'class' : 'attachment-jck' }},{ name : 'calculator-jck', element : 'P', attributes : { 'class' : 'calculator-jck' }},{ name : 'cut-jck', element : 'P', attributes : { 'class' : 'cut-jck' }},{ name : 'dollar-jck', element : 'P', attributes : { 'class' : 'dollar-jck' }},{ name : 'pound-jck', element : 'P', attributes : { 'class' : 'pound-jck' }},{ name : 'euro-jck', element : 'P', attributes : { 'class' : 'euro-jck' }},{ name : 'mail-jck', element : 'P', attributes : { 'class' : 'mail-jck' }},{ name : 'support-jck', element : 'P', attributes : { 'class' : 'support-jck' }},{ name : 'next-jck', element : 'P', attributes : { 'class' : 'next-jck' }},{ name : 'sound-jck', element : 'P', attributes : { 'class' : 'sound-jck' }},{ name : 'flash-jck', element : 'P', attributes : { 'class' : 'flash-jck' }},{ name : 'zip-jck', element : 'P', attributes : { 'class' : 'zip-jck' }},{ name : 'pdf-jck', element : 'P', attributes : { 'class' : 'pdf-jck' }},{ name : 'video-jck', element : 'P', attributes : { 'class' : 'video-jck' }},{ name : 'flashtip-jck', element : 'P', attributes : { 'class' : 'flashtip-jck' }},{ name : 'ziptip-jck', element : 'P', attributes : { 'class' : 'ziptip-jck' }},{ name : 'pdftip-jck', element : 'P', attributes : { 'class' : 'pdftip-jck' }},{ name : 'videotip-jck', element : 'P', attributes : { 'class' : 'videotip-jck' }},{ name : 'infotip-jck', element : 'P', attributes : { 'class' : 'infotip-jck' }},{ name : 'warningtip-jck', element : 'P', attributes : { 'class' : 'warningtip-jck' }},{ name : 'filmtip-jck', element : 'P', attributes : { 'class' : 'filmtip-jck' }},{ name : 'pintip-jck', element : 'P', attributes : { 'class' : 'pintip-jck' }},{ name : 'lightbulbtip-jck', element : 'P', attributes : { 'class' : 'lightbulbtip-jck' }},{ name : 'recycletip-jck', element : 'P', attributes : { 'class' : 'recycletip-jck' }},{ name : 'cameratip-jck', element : 'P', attributes : { 'class' : 'cameratip-jck' }},{ name : 'commenttip-jck', element : 'P', attributes : { 'class' : 'commenttip-jck' }},{ name : 'chattip-jck', element : 'P', attributes : { 'class' : 'chattip-jck' }},{ name : 'documenttip-jck', element : 'P', attributes : { 'class' : 'documenttip-jck' }},{ name : 'accessibletip-jck', element : 'P', attributes : { 'class' : 'accessibletip-jck' }},{ name : 'startip-jck', element : 'P', attributes : { 'class' : 'startip-jck' }},{ name : 'hearttip-jck', element : 'P', attributes : { 'class' : 'hearttip-jck' }},{ name : 'previoustip-jck', element : 'P', attributes : { 'class' : 'previoustip-jck' }},{ name : 'carttip-jck', element : 'P', attributes : { 'class' : 'carttip-jck' }},{ name : 'attachmenttip-jck', element : 'P', attributes : { 'class' : 'attachmenttip-jck' }},{ name : 'calculatortip-jck', element : 'P', attributes : { 'class' : 'calculatortip-jck' }},{ name : 'cuttip-jck', element : 'P', attributes : { 'class' : 'cuttip-jck' }},{ name : 'dollartip-jck', element : 'P', attributes : { 'class' : 'dollartip-jck' }},{ name : 'poundtip-jck', element : 'P', attributes : { 'class' : 'poundtip-jck' }},{ name : 'eurotip-jck', element : 'P', attributes : { 'class' : 'eurotip-jck' }},{ name : 'mailtip-jck', element : 'P', attributes : { 'class' : 'mailtip-jck' }},{ name : 'supporttip-jck', element : 'P', attributes : { 'class' : 'supporttip-jck' }},{ name : 'nexttip-jck', element : 'P', attributes : { 'class' : 'nexttip-jck' }},{ name : 'soundtip-jck', element : 'P', attributes : { 'class' : 'soundtip-jck' }},{ name : 'download-DOC', element : 'P', attributes : { 'class' : 'download-DOC' }},{ name : 'download-IMG', element : 'P', attributes : { 'class' : 'download-IMG' }},{ name : 'bludisc-jck', element : 'span', attributes : { 'class' : 'bludisc-jck' }},{ name : 'bludisc-black-jck', element : 'span', attributes : { 'class' : 'bludisc-black-jck' }},{ name : 'gredisc-jck', element : 'span', attributes : { 'class' : 'gredisc-jck' }},{ name : 'gredisc-black-jck', element : 'span', attributes : { 'class' : 'gredisc-black-jck' }},{ name : 'reddisc-jck', element : 'span', attributes : { 'class' : 'reddisc-jck' }},{ name : 'reddisc-black-jck', element : 'span', attributes : { 'class' : 'reddisc-black-jck' }},{ name : 'bladisc-jck', element : 'span', attributes : { 'class' : 'bladisc-jck' }},{ name : 'bladisc-black-jck', element : 'span', attributes : { 'class' : 'bladisc-black-jck' }},{ name : 'yeldisc-jck', element : 'span', attributes : { 'class' : 'yeldisc-jck' }},{ name : 'yeldisc-black-jck', element : 'span', attributes : { 'class' : 'yeldisc-black-jck' }},{ name : 'caption', element : 'img', attributes : { 'class' : 'caption' }},{ name : 'img_caption', element : 'P', attributes : { 'class' : 'img_caption' }},{ name : 'jck_img_align_left', element : 'img', attributes : { 'class' : 'jck_img_align_left' }},{ name : 'jck_img_align_right', element : 'img', attributes : { 'class' : 'jck_img_align_right' }},{ name : 'image_holder', element : 'img', attributes : { 'class' : 'image_holder' }},{ name : 'fade_in', element : 'img', attributes : { 'class' : 'fade_in' }},{ name : 'zoom', element : 'img', attributes : { 'class' : 'zoom' }},{ name : 'polaroids_zoom', element : 'img', attributes : { 'class' : 'polaroids_zoom' }},{ name : 'screenshot_blue', element : 'img', attributes : { 'class' : 'screenshot_blue' }},{ name : 'screenshot_green', element : 'img', attributes : { 'class' : 'screenshot_green' }},{ name : 'screenshot_red', element : 'img', attributes : { 'class' : 'screenshot_red' }},{ name : 'screenshot_black', element : 'img', attributes : { 'class' : 'screenshot_black' }},{ name : 'screenshot_gray', element : 'img', attributes : { 'class' : 'screenshot_gray' }},{ name : 'screenshot_yellow', element : 'img', attributes : { 'class' : 'screenshot_yellow' }},{ name : 'scroll_box', element : 'div', attributes : { 'class' : 'scroll_box' }},{ name : 'img_rollover', element : 'div', attributes : { 'class' : 'img_rollover' }},{ name : 'table_style_blue', element : 'table', attributes : { 'class' : 'table_style_blue' }},{ name : 'table_style_green', element : 'table', attributes : { 'class' : 'table_style_green' }},{ name : 'table_style_red', element : 'table', attributes : { 'class' : 'table_style_red' }},{ name : 'table_style_black', element : 'table', attributes : { 'class' : 'table_style_black' }},{ name : 'table_style_yellow', element : 'table', attributes : { 'class' : 'table_style_yellow' }} ], width : '400', height : '200', entities : 0 }); },'comment'); }); window.addDomReadyEvent.add(function() { CKEDITOR.config.expandedToolbar = true; CKEDITOR.tools.callHashFunction("comment","comment"); }); function jInsertEditorText( text,editor) { if(oEditor) oEditor.insertHtml( text ); else CKEDITOR.instances[editor].insertHtml( text ); } function jSelectArticle(id, title, catid, object, link, lang) { var hreflang = ''; if (lang !== '') { var hreflang = ' hreflang = "' + lang + '"'; } var tag = '' + title + ''; jInsertEditorText(tag, 'comment'); SqueezeBox.close(); } window.addEvent('domready', function() { SqueezeBox.initialize({}); SqueezeBox.assign($$('a.modal'), { parse: 'rel' }); }); function insertReadmore(editor) { var content = CKEDITOR.tools.getData('comment'); if (content.match(//i)) { alert('There is already a Read more... link that has been inserted. Only one such link is permitted. Use {pagebreak} to split the page up further.'); return false; } else { jInsertEditorText('', editor); } } jQuery.noConflict(); jQuery(document).ready(function($){ jQuery('#roof .column').equalHeight('.block');jQuery('#header .column').equalHeight('.block');jQuery('#top .column').equalHeight('.block');jQuery('#utility .column').equalHeight('.block');jQuery('#feature .column').equalHeight('.block');jQuery('#main-top .column').equalHeight('.block');jQuery('#content-top .column').equalHeight('.block');jQuery('#content-bottom .column').equalHeight('.block');jQuery('#main-bottom .column').equalHeight('.block');jQuery('#bottom .column').equalHeight('.block');jQuery('#footer .column').equalHeight('.block');jQuery('#mainbody, #sidebar-a, #sidebar-b').equalHeight(); jQuery(".container").fitVids(); jQuery('img').lazyload({effect: "fadeIn",threshold : 100}); var _options = { _hideDelay:350, _easing:'easeInOutQuad', _isFancy:false }; jQuery('#megamenu').XpertMenu(_options); jQuery('#scrolltop').click(function () { jQuery('body,html').animate({ scrollTop: 0 }, 800); return false; }); });
GreyHead 24 Jul, 2013
Hi tjhaas,

And if you view the page source what comes just before that?

Bob
This topic is locked and no more replies can be posted.