Blacklisted Tags / Code / Problems with CMS Version 1.5.4
Posted: Tue Jun 02, 2009 9:24 am
Hi all,
I am sorry for this post, but I have spent the last 24 hours banging my head against a wall trying to work out several problems I am having with CMS Simple.
Here is my system information.
My site (http://www.venus-volunteering.com/) seems to be excluding half the javascript code which I am adding into the template. Is there anywhere in CMS Simple where I can allow certain HTML tags?? I have looked at the help / forums and havent seen this mentioned anywhere.
For example the code should be
Also, when I installed CMS simple the server had a temporary URL (http://79.170.44.101/venus-volunteering.com/). My CMS seems to have grabbed this part of the domain and is populating all my URLs with this IP. Is there anyway I change this now??
I am sorry for this post, but I have spent the last 24 hours banging my head against a wall trying to work out several problems I am having with CMS Simple.
Here is my system information.
I have been working on the Son of Suckerfish Dropdowns menu. Like many people I cant get the menu to work in Internet Explorer. I came across the tutorial and read http://qrayg.com/learn/code/cssmenus/ and think I finally came up with the reason why.----------------------------------------------
Cms Version: 1.5.4
Installed Modules:
* CMSMailer: 1.73.14
* FileManager: 0.4.5
* MenuManager: 1.5.3
* ModuleManager: 1.2.1
* News: 2.9.3
* nuSOAP: 1.0.1
* Printing: 0.2.6
* Search: 1.5.3
* ThemeManager: 1.1.0
* TinyMCE: 2.4.13
* FormBuilder: 0.5.11
* GoogleMaps: 0.1.6
* Statistics: 0.9.2
* Album: 0.9.3
Config Information:
* php_memory_limit:
* process_whole_template: false
* max_upload_size: 2000000
* default_upload_permission: 664
* assume_mod_rewrite: false
* page_extension:
* internal_pretty_urls: false
* use_hierarchy: false
Php Information:
* phpversion: 5.2.9
* md5_function: On (True)
* gd_version: 2
* tempnam_function: On (True)
* magic_quotes_runtime: Off (False)
* memory_limit: 128M
* max_execution_time: 30
* safe_mode: Off (False)
* session_save_path: /tmp (1777)
Server Information:
* Server Api: cgi
* Server Db Type: MySQL (mysql)
* Server Db Version: 5.0.77
----------------------------------------------
My site (http://www.venus-volunteering.com/) seems to be excluding half the javascript code which I am adding into the template. Is there anywhere in CMS Simple where I can allow certain HTML tags?? I have looked at the help / forums and havent seen this mentioned anywhere.
For example the code should be
but when I look at the source code through the browser my code is
$(document).ready(function(){
$("#navmenu-h li,#navmenu-v li").hover(
function() { $(this).addClass("iehover"); },
function() { $(this).removeClass("iehover"); } # );@
});
I also had this problem when trying to add a Google map to the site - the iframe tag seemed to be excluded from my code. Is there anyway around this?
$(document).ready(function(),
function() # );@
});
Also, when I installed CMS simple the server had a temporary URL (http://79.170.44.101/venus-volunteering.com/). My CMS seems to have grabbed this part of the domain and is populating all my URLs with this IP. Is there anyway I change this now??