PEAK XOOPS - minicalender in 2.014 show up but wil not show dot gif in englishin japanese

minicalender in 2.014 show up but wil not show dot gif

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 | Posted on 2006/9/4 3:13
ananda  企霹始   Posts: 3
Who can help me ,,
i have instal xoops 2.014
after that I have changed the 3 files written on this page,
after that minicalx was showing,,
but in admin not the plugin file,, (blanc page)
I have removed the file plugin manager for te original one
so what to do now for to get the dots etc seen in the calend xx
thank you
ananda
Votes:0 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2006/9/4 7:05
GIJOE  黎扦烦菱   Posts: 4110
I can't understand what you mean.
Votes:0 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2006/9/4 17:48
ananda  企霹始   Posts: 3
installed 0.88 in xoops 2.014
MinicalendarEx is seeing but not working,,with dots.gif and link to ;;
changed and,, implemented the 3 files,,
file pical_minical no good,, no pluginmanager in proggie,
so I replaced this file,,with your last file
$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'" ) ;
list($bid)= $xoopsDB->fetchRow( $mcx_sql );

Everything works in program,, I emptyed cache and template_c many times, but still no plugin in MinicalendarEx. I use plugin piCal.php and news.php, both are enabled.
til so far,,

my pi_type is mcx21
I have tryed to change this file in line 40
delete all and replace onley list($bid = 21) );
maybe i did it wron,, it was not working,,
maybe you wil send a file that works,,
thank you
hari

Votes:0 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2006/9/4 22:35
PinMaster  惧霹始 From: Marseille (France)  Posts: 40
In the file pical_minical_ex.php at the line 40, is here :
		$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'" ) ;
		list($bid)= $xoopsDB->fetchRow( $mcx_sql );
Replace by :
$bid=21;

PS: It will be necessary that I correct this modification to avoid having a request overlapping.
Votes:0 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2006/9/5 1:40
ananda  企霹始   Posts: 3
thanks very much
the problem is solved,, even thanks to mr KLOMP
HE ADVICED ME WITH THE SAME PROBLEM?
every thing is ok by now
thanks for your very very nice calander,,
ananda
Votes:0 Average:0.00
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
Previous post - Next post | Parent - Children.1 | Posted on 2006/9/14 6:44
tazrulz99  企霹始   Posts: 2
I am on 2.0.14 and I can not even get minicalendarex to show up at all. I can get other blocks to show up, but not that one. Also when on the editing view, the date selectors do not work. I did put the /common/jscalendar in the site. The image for the date selector is there, but when I click, nothing happens.
Votes:1 Average:10.00
Previous post - Next post | Parent - Children.1 | Posted on 2006/9/14 9:28
GIJOE  黎扦烦菱   Posts: 4110
hmmm.

I have to make an image "NOT WORK with XOOPS 2.0.14/15 from xoops.org"
Votes:0 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2006/9/14 12:56
tazrulz99  企霹始   Posts: 2
I managed to figure it out by looking in some other posts.
Votes:0 Average:0.00
Previous post - Next post | Parent - No child | Posted on 2006/9/15 1:56
PinMaster  惧霹始 From: Marseille (France)  Posts: 40
My fix is good under xoops 2.0.14 (xoops.org).

My proof: www.lipom.org
Votes:0 Average:0.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!