Get XOOPS XOOPSXOOPS FAQFAQ ForumsForums NewsNews ThemesThemes ModulesModules
New Posts New Topics All Posts All Forums Index General Modules Themes Development International XOOPS.org

Search

Donat-O-Meter

Make donations with PayPal!
Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $65.00
Net Balance: $61.80
Left to go: $38.20

Donations
studioC  ($25)May-17
Anonymous ($15)May-16
Anonymous ($25)May-4

Learn XOOPS Core

Local Support

Advertisement

XOOPS Code hosted on SourceForge

Cumulus Tag Cloud

2 2.5 2.5.5 2.6 3.0 2013 Abuse alimento AntiHarvesting AntiMalUser AntiSpam API ASP Beats billige black Blocks blue Bytes Captcha cell Christmas chronolabs Client content Conversion demo docek download Dresses editor Elastic ELB evden eve Evening facebook floor free herre Honeypot Human IP jQuery kantor Karaoke lamps log logger mobile module modules Monster MyAlbum-p nakliyat newbb news online oxygen PageRank Payment Permissions pink Plugin portal Prevention profile project Protector publisher Rights rmcommon Room sale security Server site Smarty Spam SQL stem StopForumSpam Studio support tag tags tdmcreate Theme themes Twitter txmod Umfrage User userlog website Whitepaper xoops XOOPS2 Xortify ZendFramework

New Users

Registering user

# 136033

Arizamartin

Welcome to XOOPS!




Bottom   Previous Topic   Next Topic  Register To Post

« 1 (2) 3 »


#11 Posted on: 2008/11/30 7:52 Re: PiCal 0.91 (MiniCalendarEx doesn’t show the events)
Halo,

So I took a look in the groups, all looks OK, The module was there, I did some clicks, and after all again the block is listed in admin mode, very estrange, anyway that’s good, I have enabled the block in the all pages but unfortunately it is not shown.

I will investigate more and I will advice you, but to be honest it is very strange.

Anyway, thank you for your comments.

BR

Top

ToloXoop
Just popping in
Just popping in
Joined:
2006/6/9 10:50
From Spain
Group:
Registered Users
Posts: 26
(Show More) (Show Less)


#12 Posted on: 2008/11/30 7:58 Re: PiCal 0.91 (MiniCalendarEx doesn’t show the events)
Hi!

Quote:
The module was there

Yes and what about the blocks?

Quote:
Anyway, thank you for your comments.

You are wellcome!

@+
Z

Top

zorro87
Just popping in
Just popping in
Joined:
2006/9/29 13:30
From France
Group:
Registered Users
Posts: 92
(Show More) (Show Less)


#13 Posted on: 2008/11/30 8:06 Re: PiCal 0.91 (MiniCalendarEx doesn’t show the events)
This problem afects all XOOPS > 2.0.14
What happens is that a block function can not know to wich block it belongs.

As turn around you may need to hack XOOPS core:

At class/theme_blocks.php I added a global '$block'

function retrieveBlocks() {
        global 
$xoopsUser$xoopsModule$xoopsConfig$block;


This way we are able to get the block id inside a block function using this:
if( is_object$GLOBALS['block'])) {
            
// bid from newblocks
            
$bid $GLOBALS['block']->getVar('bid') ;
        }


You need to apply the above method in piCal\blocks\pical_minical_ex.php line 35

(ps: This will also solve the disappearing block )




Top


Xoops User Utilities | Xoops Search Engine | vil3/trabisdementia
trabis
Core Developer
Core Developer
Joined:
2006/9/1 13:10
From Portugal
Group:
Registered Users
Webmaster
Posts: 2198
(Show More) (Show Less)


#14 Posted on: 2008/12/4 9:07 Re: PiCal 0.91 (MiniCalendarEx doesn’t show the events)
Hello trabis,

I have followed your changes
Quote:

At class/theme_blocks.php I added a global '$block'

function retrieveBlocks() {
global $xoopsUser, $xoopsModule, $xoopsConfig, $block;

This way we are able to get the block id inside a block function using this:

if( is_object( $GLOBALS['block'])) {
// bid from newblocks
$bid = $GLOBALS['block']->getVar('bid') ;
}

You need to apply the above method in piCal\blocks\pical_minical_ex.php line 35

The block appears again, so it looks that the change is OK. But what is still missing is the option to configure the block (of course in admin mode).

Hi zorro87, even following your changes and the one form trabis, the MiniCalendarEx doesn’t show the events.
You can take a look in: http://www.r-b-c.info/modules/piCal/

BR,

Top

ToloXoop
Just popping in
Just popping in
Joined:
2006/6/9 10:50
From Spain
Group:
Registered Users
Posts: 26
(Show More) (Show Less)


#15 Posted on: 2008/12/4 11:52 Re: PiCal 0.91 (MiniCalendarEx doesn’t show the events)
Hi ToloXoop,

If you want to see dots in you pical Ex you have to configure Pluggins.

@+
Z


Top

zorro87
Just popping in
Just popping in
Joined:
2006/9/29 13:30
From France
Group:
Registered Users
Posts: 92
(Show More) (Show Less)


#16 Posted on: 2008/12/4 13:11 Re: PiCal 0.91 (MiniCalendarEx doesn’t show the events)
Yup, configure the plugins. I had the same problem. After applying this changes I had to find my way in plugins administration to make them work.

Top


Xoops User Utilities | Xoops Search Engine | vil3/trabisdementia
trabis
Core Developer
Core Developer
Joined:
2006/9/1 13:10
From Portugal
Group:
Registered Users
Webmaster
Posts: 2198
(Show More) (Show Less)


#17 Posted on: 2008/12/6 5:24 Re: PiCal 0.91 (MiniCalendarEx doesn’t show the events)
Dear friends,

Finally the CalendarEx works OK. With dots inclusive.

Thank you very much rabis and zorro87 you are the best!!!!

BTW, do you know if your modifications will be inluded in the PiCal and in the XOOPS Core.

BR,

Top

ToloXoop
Just popping in
Just popping in
Joined:
2006/6/9 10:50
From Spain
Group:
Registered Users
Posts: 26
(Show More) (Show Less)


#18 Posted on: 2008/12/6 9:02 Re: PiCal 0.91 (MiniCalendarEx doesn’t show the events)
I have requested for this core change and I think we may expect it very soon. As for PiCal maybe GiJoe will take a look into it after the core change is done.

Top


Xoops User Utilities | Xoops Search Engine | vil3/trabisdementia
trabis
Core Developer
Core Developer
Joined:
2006/9/1 13:10
From Portugal
Group:
Registered Users
Webmaster
Posts: 2198
(Show More) (Show Less)


#19 Posted on: 2008/12/7 6:54 Re: PiCal 0.91 (MiniCalendarEx doesn’t show the events)
My PiCal problem is different.

I just upgraded to 2.3.2 and now PiCal is showing me this:

Click to see original Image in a new window


The module seems to be working fine but the Sanitiser is upset.

Any ideas how to fix this?


TIA,
Tim

Top

Wonderfish1
Not too shy to talk
Not too shy to talk
Joined:
2007/2/23 18:07
Group:
Registered Users
Posts: 136
(Show More) (Show Less)


#20 Posted on: 2009/1/29 20:39 Re: PiCal 0.91 (MiniCalendarEx doesn’t show the events)
Any word on a fix for the description being empty upon edit bug with pical and XOOPS 2.3.x ?

Top


Life is ten percent what happens to you and ninety percent how you respond to it. - Lou Holtz
BlueHost.com - hosting with the most bang for your buck
tommyZ
Friend of XOOPS
Friend of XOOPS
Joined:
2005/1/4 11:03
From The Internet
Group:
Registered Users
Posts: 86
(Show More) (Show Less)




« 1 (2) 3 »



You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You can vote in polls.
You cannot attach files to posts.
You can post without approval.
You cannot use topic type.
You cannot use HTML syntax.
You cannot use signature.

[Advanced Search]