
send a mail a xavier At Soler dot Biz if you want test it

Disabled jgrowl
No error in contact 1.7.1 module still and the mails are also not being sent
In xforms, I get the following error:
Warning: mkdir() [function.mkdir]: No such file or directory in file
/modules/xforms/include/common.php line 19
http://swayamsat.org/modules/xforms/ and
http://swayamsat.org/modules/contact/
/class/theme.php
--------------------
function xoInit($options = array()){
.....
$GLOBALS['xoopsTpl'] =& $this->template;
//to control order of loading JS and CSS
if (file_exists($this->path ."/theme_onload.php"))
include_once($this->path ."/theme_onload.php");
-------------
/themes/(thetheme)/theme_onload.php
-------
<?
global $xoTheme;
$xoTheme->addScript('browse.php?Frameworks/jquery/jquery.js');
$xoTheme->addScript('browse.php?Frameworks/jquery/ui/jquery.ui.core.js');
$xoTheme->addScript('browse.php?Frameworks/jquery/ui/jquery.ui.draggable.js');
$xoTheme->addScript('browse.php?Frameworks/jquery/ui/jquery.ui.resizable.js');
$xoTheme->addScript('browse.php?Frameworks/jquery/jquery.metadata.js');
$xoTheme->addScript('browse.php?Frameworks/jquery/styleswitch.js');
$xoTheme->addScript('browse.php?Frameworks/jquery/jquery.hoverIntent.js');
$xoTheme->addScript('browse.php?Frameworks/jquery/mbTooltip.js');
$xoTheme->addStyleSheet('xoops.css');
$xoTheme->addStyleSheet('css/smoothness/jquery-ui-1.8.5.custom.css');
$xoTheme->addStyleSheet('css/style.css');
$xoTheme->addScript('browse.php?Frameworks/jquery/mbMenu.js');
$xoTheme->addStyleSheet('css/menu_style.css');
// by the way we can charge some script only for 1 module
if ($GLOBALS['xoopsModule']->getVar('dirname')=="newbb"){
$xoTheme->addScript('browse.php?Frameworks/jquery/mbContainer.js');
$xoTheme->addStyleSheet('css/menu_red.css');
$xoTheme->addStyleSheet('css/mbContainer.css');
}
?>
Can anybody else check your News version and XOOPS 2.5.5 Beta for the issue reported by Peekay:
Quote:
"TinyEditor only loading in the 'Scoop' part of the News module and not in the 'Extended Text' part. "
by Peekay on 2012/3/7 12:22:27
Many thx for this XavierS.
I have not tested it yet, but this will be a critical change for anyone that uses the News module.
Quote:
I had an issue with the upgraded TinyEditor only loading in the 'Scoop' part of the News module and not in the 'Extended Text' part. It was an old version of News so may not affect newer versions, but perhaps worth checking.
Thanks!
Which version of News?
Can somebody else confirm it?