PEAK XOOPS - Re: minicalenderex in 2.014 show up but wil not show dot gif in englishin japanese

Re: minicalenderex in 2.014 show up but wil not show dot gif

List posts in the topic

question Re: minicalenderex in 2.014 show up but wil not show dot gif

msg# 1.1.1.1.1.1
depth:
5
Previous post - Next post | Parent - Children.1 | Posted on 2006/9/5 6:00
PinMaster  上等兵 From: Marseille (France)  Posts: 40
Could you make a test of this modification?

It is right history to regulate this problem definitively.

Replace the line :
		$sql_mid_mod = "SELECT mid FROM ".$xoopsDB->prefix('modules')." WHERE dirname = '$mydirname'";
		$mcx_sql = $xoopsDB->query( "SELECT bid FROM ".$xoopsDB->prefix("newblocks")." WHERE mid=($sql_mid_mod) AND show_func='pical_minical_ex_show'" ) ;
By :
		$mcx_sql = $xoopsDB->query( "SELECT bid FROM ".$xoopsDB->prefix("modules")." AS module, ".$xoopsDB->prefix("newblocks")." AS block WHERE (block.mid=module.mid and module.dirname='".$mydirname."' AND block.show_func='pical_minical_ex_show')");

Locally that functions. And on your server???
Votes:2 Average:5.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!