31
Dante7237
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/8 20:51

  • Dante7237

  • Friend of XOOPS

  • Posts: 294

  • Since: 2008/5/28


Question:"Why would anybody use anything but Chrome?"

Answer:"Because they found Opera."
The more I know, the more I know that I really didn't wanna know.

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

33
jimmyx
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/9 8:15

  • jimmyx

  • Quite a regular

  • Posts: 338

  • Since: 2007/7/18


iQuote:

Mamba wrote:
Quote:
im using a working copy of the amevents module..

Which version? This one seems to be outdated.

Where can we download it?


its my own hacked version..its working ok in 2.5.3 and 2.5.4 but not in 2.5.5

34
Mamba
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/9 9:14

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
Answer:"Because they found Opera."

Ha ha ! That was funny!
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

35
Mamba
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/9 9:17

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
could you send this very small hack to the core team

Absolutely!

Again, thank you so much for testing and providing improvements! This is VERY MUCH appreciated!
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

36
Mamba
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/9 9:20

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
its my own hacked version..its working ok in 2.5.3 and 2.5.4 but not in 2.5.5

If we cannot reproduce it, it's impossible to fix it.

The issue with 40 days in the calendar will be fixed because it's a clear issue.

About the date not being the same, I don't know what you mean. Please provide screenshots and detailed description, or get us a link to download the module, so we can test it.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

37
Cesagonchu
Re: XOOPS 2.5.5 Beta Issues

Debug mode in fresh install of Xoops 2.5.5 beta (3 errors) :

Warningfopen(/xoops_lib/modules/protector/configs/configcache1033e7): failed to open streamPermission denied in file /xoops_lib/modules/protector/class/protector.php line 144


Warningfwrite() expects parameter 1 to be resourceboolean given in file /xoops_lib/modules/protector/class/protector.php line 145


Warningfclose() expects parameter 1 to be resourceboolean given in file /xoops_lib/modules/protector/class/protector.php line 146

38
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


39
Cesagonchu
Re: XOOPS 2.5.5 Beta Issues

Thank you! :)

So it's important to note that on Xoops install.php

40
nmshah
Re: XOOPS 2.5.5 Beta Issues
  • 2012/3/12 16:40

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


There is something wrong with form submission in xoops 2.5.5
I have used 2 contact us modules (Contact us 1.7.1 and xforms) in both the cases after I fill the form and press submit something happens, the page reloads. No error with debug, no mail sent.

Login

Who's Online

169 user(s) are online (105 user(s) are browsing Support Forums)


Members: 0


Guests: 169


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