Page 2 of 50 FirstFirst 123412 ... LastLast
Results 11 to 20 of 500
  1. #11
    Join Date
    Jan 2007
    Posts
    49
    Plugin Contributions
    0

    Default Re: Event Calendar

    I wanted to add also the Admin Panel seems to be functioning correctly.
    I added an event but the sidebox is showing on Left side of page with the year calendar at a glance off center page.

    Quote Originally Posted by DezineJunkie View Post
    Hi: Ive installed Events Calendar. Im using Apple Zen Temp with drop down menus. The Events Cal is appearing on my sideboxes funky.
    The HOME part of the drop menu is there with the calendar.

    I installed the Sql patch. and the tablenupdate file. I gave the permissins on the image folder also. The caledar reads fine on the side bar with the correct date highlighted in yellow. When i view selected month the sideboxes are showing up on the left side of page. (Apple Zen is a default rt side boxes only) Start Date End Date And Title are showing up on page in yellow bar with a subhead of NO events Found. Above it reads All Events.
    Any idea where the snag is. I checked all install files and did not miss one. thanks for the help, im new at all of this.

    1)Install database sql file tabelenupdate.sql from admin/tools/install sql patches

    2)Add all files to your folders in your zencart directory

    3)Make writable chmod(0777) images/events_images directory

    4)Edit includes/templates/your_template/common/tpl_main_page.php

    //Add at top first line before "<?php " this code:

    <?php
    if (isset($_GET['eventmode']) && $_GET['eventmode'] == 'eventframe') {
    require($body_code);
    }else{
    ?>

    //Add at bottom last line after "?> " this code:

    <?php
    }
    ?>
    [FONT=Arial]DezineJunkie[/FONT]

  2. #12
    Join Date
    Jan 2007
    Posts
    49
    Plugin Contributions
    0

    Default Re: Event Calendar

    can anyone figure out why this is showing up this way in side boxes with the drop menu running over it?
    Attached Images Attached Images  
    [FONT=Arial]DezineJunkie[/FONT]

  3. #13
    Join Date
    May 2007
    Posts
    42
    Plugin Contributions
    0

    Default Re: Event Calendar

    Hi Guys,

    Sorry if im about to sound real stupid. Ive installed this mod (now on two sites) but can find anywhere in my admin section where i can access it.

    Where in admin should it be ?

    Thanks
    Shane

  4. #14
    Join Date
    Jan 2007
    Posts
    49
    Plugin Contributions
    0

    Default Re: Event Calendar

    Hi im using Apple Zen temp and my event cal is not showing correctly.
    here is a screenshot of it.
    in not sure how to fix, ive checked all the files and are loading correctly.
    the rest of the install is working the links and showing the year etc.
    just the pull down menu in apple zen is over the calendar.
    how to fix this???
    Attached Images Attached Images  
    [FONT=Arial]DezineJunkie[/FONT]

  5. #15
    Join Date
    Nov 2007
    Posts
    2
    Plugin Contributions
    0

    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

    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

  6. #16
    Join Date
    May 2004
    Location
    UK
    Posts
    478
    Plugin Contributions
    0

    Default Re: Event Calendar

    I would like this as well - did anyone get any futher?

  7. #17
    Join Date
    May 2004
    Posts
    766
    Plugin Contributions
    0

    Default Re: Event Calendar

    Anyone had the problem in Admin of the event manager showing up with the options like this ?:

    TABLE_HEADING_ID TABLE_HEADING_SIZE TABLE_HEADING_TITLE TABLE_HEADING_DATE_ADDED TABLE_HEADING_DATE_START TABLE_HEADING_DATE_END TABLE_HEADING_LINKS Action

    TEXT_NO_EVENTS

    All of the files have been uploaded (except the ones starting with the period) and the db patch applied. Don't know what I could have missed.

    thank you,

    betty

  8. #18
    Join Date
    Apr 2006
    Location
    Fort Bragg, North Carolina
    Posts
    153
    Plugin Contributions
    0

    Default Re: Event Calendar

    I'm having a problem with this contribution. Whenever I try to view any of the calendar pages I get this:

    1109 Unknown table 'p' in field list
    in:
    [select count(p.products_id) as total ]


    I have three websites but only one gives me the problem. I'm using zencart 1.3.7. I do not get the error however if I change to the classic template.

    Anybody having the same problem?

  9. #19
    Join Date
    Feb 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Event Calendar

    Has anyone had any luck getting this running in 1.3.8?

    Thanks,

    Micah

  10. #20
    Join Date
    Jul 2007
    Location
    Johannesburg
    Posts
    27
    Plugin Contributions
    1

    Default Re: Event Calendar

    Mine is working in 1.3.7 BUT if you go straight from the home page to the shopping cart (to complete an order) the back button now goes to the calendar (now full screen on main_page.

    If anyone has any ideas I'd be grateful.

 

 
Page 2 of 50 FirstFirst 123412 ... 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