Page 5 of 50 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 500
  1. #41

    Default Re: Event Calendar

    Quote Originally Posted by aled View Post
    I've modified the file table_block.php on line 77 and it seems to work but please make some test.
    replace line 77 in admin\includes\classes\table_block.php

    $tableBox_string .= '>' . $contents[$i]['text'] . '</td>' . "\n";

    with:

    if(isset($contents[$i]['text'])){
    $tableBox_string .= '>' . $contents[$i]['text'] . '</td>' . "\n";
    } else {
    $tableBox_string .= '>' . $contents['text'] . '</td>' . "\n";
    }



    I'm not sure this modify not create some other bugs, but for the moment is the best I can do! If is there some guru who want help us, we are waiting for Him!!!
    Bye
    well i tried doing it my way and it didnt work. so i tried things this way and i found a glitch. when i try to edit any of the boxes or modules anywhere in the admin section...the edit area on the right hand side of the screen goes away? its there till i push the edit button?

    would this change of yours do that?
    http://www.fusionspiritualemporium.com
    Contrib: Events Calender v1.02 update

  2. #42

    Default Re: Event Calendar

    Quote Originally Posted by bigjoed View Post
    When trying to add a new event I get the following error:

    Fatal error: Cannot use string offset as an array in mywebsite.com/admin/includes/classes/table_block.php on line 77

    Can anybody tell me what am I doing wrong?

    Thanks
    ok, open admin/includes/boxes/event_drop_dns.php and look near the very bottom line of code. it will be in 2 places that has to change.
    PHP Code:
    echo $box->menuBox($heading,''); 
    change to this:
    PHP Code:
    echo $box->menuBox($heading$info_box_contents); 
    should be around line 88. but i use hostmonster and the editor does not have numbers. found this through an osCommerce site
    http://www.fusionspiritualemporium.com
    Contrib: Events Calender v1.02 update

  3. #43

    Default Re: Event Calendar

    OK...

    i fixed all the errors with this contrubition. i just uploaded the new version. its working with v1.3.8


    http://www.fusionspiritualemporium.com
    Contrib: Events Calender v1.02 update

  4. #44
    Join Date
    Sep 2006
    Posts
    101
    Plugin Contributions
    0

    Default Re: Event Calendar

    Anybody seen this before? I get this on the main calendar page. I'm using ZC 1.37 and the latest version of the Event Calendar

    Parse error: syntax error, unexpected '}' in /home/servername/public_html/mysitename/includes/modules/events_calendar_listing.php on line 23
    Personalized candy favors and gifts: http://www.westcoastfavors.com

    The Sea Crew: http://www.theseacrew.com/shop/

  5. #45

    Default Re: Event Calendar

    Quote Originally Posted by fusionsp View Post
    OK...

    i fixed all the errors with this contrubition. i just uploaded the new version. its working with v1.3.8


    I have downloaded and installed the latest version (1.02) and it works fine apart from not displaying all the events for a given day, or a given month, or all events. It only displays them per event item.

    eg:
    when the URL is ?main_page=events_calendar&_day=25&_month=09&_year=2008 ..OR
    when the URL is ?main_page=events_calendar&_month=09&_year=2008 ... OR
    when the URL is ?main_page=events_calendar&view=all_events ... i only get the drop down menu appearing (which i can then select to show the one item).

    Does anyone know how can I get it to actually list all the items per given day, month, or year ?

    The site can be found at : http://www.thecenterchurch-pm.org

    Your help is highly appreciated !!

  6. #46
    Join Date
    Jul 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: Event Calendar

    I wanted to let the author know I ran into some problems with the most current version, 1.02 After playing around with it for a few hours, I decided to d/l and install version 1.01RC1 and all my problems resolved.

    Unfortunately I am not a programmer, so I can't help isolate the problem but can tell you what it is doing on my end. I can tell you after I installed 1.02, the calendar displayed appropriately in the sidebox and I was able to add events via "Events Manager"

    The event would be highlighted appropriately in the calendar, however when I clicked the hyperlink to the event, it would load the events calendar page, but the event would not be displayed. I simply had a "select event" dialog, and the formatting of the page was lost. I also noticed the hyperlink was not forwarding the day/month/year information.

    Instead of having something like:
    http://www.strungoutandwired.com/ind...=09&_year=2008

    It showed:
    http://www.strungoutandwired.com/ind..._month=&_year=

    Furthermore, if I typed in the address and manually entered the day/month/year values it would still go to the "select event" dialog without displaying the event information (and formatting was lost).

    I hope this information is helpful, if you need me to troubleshoot something on my end, let me know. As I said, 1.01RC1 seems to be working just fine for me!

    Aaron

  7. #47
    Join Date
    Jul 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: Event Calendar

    I continued to play around between the two versions (1.02 and 1.01RC) and can be a bit more specific regarding the problems I'm experiencing.

    /includes/classes/calendar.php
    causes the problem with forwarding the day/month/year information in the hyperlink (works in 1.01RC, does not work in 1.02)

    /includes/modules/events_calendar_listing.php
    causes the problem with the formatting of the events_calendar page, resulting in loss of formatting and lack of events being displayed (works in 1.01RC, does not work in 1.02)

    I seem to still have a problem. If I click on an "event" from the calendar, it hyperlinks me to the events_calendar page, but only shows me a list of events. I would think this should hyperlink me to the description of the specific event, but it does not.

  8. #48
    Join Date
    Jul 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: Event Calendar

    One further observation. As I said, I am not a programmer.

    If I look at the code in /includes/classes/calendar.php and /includes/modules/events_calendar_listing.php in the 1.02 release, it appears the formatting of the actual code has been lost.

    When I look at the code of these two files in the 1.01RC release, the formatting of the code is preserved.

    I'm viewing this code in EditPad Pro, which is a text editor designed to work with code (as opposed to notepad and wordpad, which I know can botch code).

  9. #49
    Join Date
    Jul 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: Event Calendar

    I've hand edited the two files I was having problems with:
    /classes/calendar.php
    /modules/events_calendar_listing.php

    Some code was jumbled in with the comment lines, causing the scripts not to function. As far as I can tell, everything is working correctly now.

  10. #50
    Join Date
    Jul 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: Event Calendar

    Quote Originally Posted by kmkl View Post
    I have downloaded and installed the latest version (1.02) and it works fine apart from not displaying all the events for a given day, or a given month, or all events. It only displays them per event item.
    As I said in my previous post, I had to hand edit some of the code which was jumbled in with some remark lines. You might want to have a look at the code in:

    /classes/calendar.php
    /modules/events_calendar_listing.php

    and edit them as appropriate. My events calendar correctly lists events per month and all events.

    I would very much like to know how you managed to get your calendar to display the event and its description by default. I've been working on getting mine to do this for the past 3 days. You can imagine how frustrating it is when you don't understand php :)

 

 
Page 5 of 50 FirstFirst ... 3456715 ... LastLast

Similar Threads

  1. Timeslot Booking Event Calendar
    By escapis in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 31 Jan 2014, 12:45 AM
  2. Multiple Choices error with Event Booking Calendar addon
    By FukienMan in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 16 Feb 2012, 12:17 AM
  3. Help with Event Calendar add-on
    By blabay in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 24 Mar 2010, 01:34 PM
  4. Event Calendar Broken - take out of download section!
    By Asmodai in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 10 Nov 2007, 07:22 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg