1
XavierS
Re: XOOPS 2.5.5 Final Released
  • 2012/4/18 9:03

  • XavierS

  • Just popping in

  • Posts: 11

  • Since: 2012/3/7 6


Wrong Users count: a kernel/member.php with the correction is sended to Mamba
send a mail a xavier At Soler dot Biz if you want test it




2
XavierS
Re: XOOPS 2.5.5 Final Released
  • 2012/4/16 8:08

  • XavierS

  • Just popping in

  • Posts: 11

  • Since: 2012/3/7 6


a big up to Mamba for his work on Xoops community.

I m on the starting block for 2.6 Alpha ;)



3
XavierS
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/17 7:21

  • XavierS

  • Just popping in

  • Posts: 11

  • Since: 2012/3/7 6


Quote:

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

a small step ;)
1/ you don't have configured you xforms (upload/dir) or chmod 777 it
2/ can you send mail from modules/system/admin.php?fct=mailusers ?
if (error){
you have to set the mail config of xoops with good parameters}
else {
you have a very bad karma ;)
}



4
XavierS
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/14 17:36

  • XavierS

  • Just popping in

  • Posts: 11

  • Since: 2012/3/7 6


Quote:
http://swayamsat.org/modules/xforms/ and
http://swayamsat.org/modules/contact/

Change Use jGrowl redirect on your preference panel to off for seeing message



5
XavierS
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/13 8:20

  • XavierS

  • Just popping in

  • Posts: 11

  • Since: 2012/3/7 6


nmshah : control your mail config on xoops
i try both contact 1.2 and xforms 1.7 on my test website (test.issy-ps.com) and it work with nothing wrong ?
Are you sure you don't have 2 Jquery script loaded?
That will be a reason for don't seeing any message about sending mail(look in your source code)



6
XavierS
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/12 14:44

  • XavierS

  • Just popping in

  • Posts: 11

  • Since: 2012/3/7 6


Hello Cesag
try a chmod 777 on /xoops_lib/modules/protector/configs




7
XavierS
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/8 21:18

  • XavierS

  • Just popping in

  • Posts: 11

  • Since: 2012/3/7 6


by the way, Mamba
could you send this very small hack to the core team
to correct a lot of pb about order script and css loading in theme
( i think, it's also an open way for switching to a mobile theme)
Quote:

/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');
}
?>



8
XavierS
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/7 18:25

  • XavierS

  • Just popping in

  • Posts: 11

  • Since: 2012/3/7 6


Quote:
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. "

It's not a bug of Xoops or TinyMCE
It's depend to the browser
Sometimes they accept 2 instanciation of TyniMCE
(one for scoop and a second one for extend text)
sometimes they don't
why?
cosmic ray is a good explication

my correction put the 2 fieldnames on one
tinyMCE.init({
theme:'advanced',
.....
elements:'hometext,bodytext',
....
});



9
XavierS
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/7 17:05

  • XavierS

  • Just popping in

  • Posts: 11

  • Since: 2012/3/7 6


Quote:
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.

i'have tested on my testsitehttp://test.issy-ps.com (255beta) with news 1.66 utf8 from frxoops.com and it work well



10
XavierS
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/7 8:33

  • XavierS

  • Just popping in

  • Posts: 11

  • Since: 2012/3/7 6



Quote:
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?



Hello Mamba
try thishttp://test.issy-ps.com/modules/TDMDownloads/singlefile.php?cid=1&lid=1
TinyMCE don't like being instancied more than once
this file correct it




TopTop
(1) 2 »



Login

Who's Online

155 user(s) are online (98 user(s) are browsing Support Forums)


Members: 0


Guests: 155


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits