Page 10 of 50 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 500
  1. #91
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    984
    Plugin Contributions
    6

    Default Re: Event Calendar

    I am seeking a calendar layout display similar to that used for this support forum, ie http://www.zen-cart.com/forum/calendar.php,

    which is an integral part of the vBulletin forum software used by zen cart ie. http://www.vbulletin.com/

    I installed the events calendar addon hoping that it would display a large box of forthcoming events (preferably arranged as seven days per row and up to eight weeks hence) in the centre column. In the day boxes, I would like to insert a small thumbnail with caption and links to products catering to future events. I feel this would be a great marketing boon for some.

    Anyone tempted? Solutions greatly appreciated.

    TIA

  2. #92
    Join Date
    Dec 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Event Calendar

    Quote Originally Posted by dw08gm View Post
    I am seeking a calendar layout display similar to that used for this support forum, ie http://www.zen-cart.com/forum/calendar.php,

    which is an integral part of the vBulletin forum software used by zen cart ie. http://www.vbulletin.com/

    I installed the events calendar addon hoping that it would display a large box of forthcoming events (preferably arranged as seven days per row and up to eight weeks hence) in the centre column. In the day boxes, I would like to insert a small thumbnail with caption and links to products catering to future events. I feel this would be a great marketing boon for some.

    Anyone tempted? Solutions greatly appreciated.

    TIA
    IO am also looking for something similar to this format.

  3. #93
    Join Date
    Jan 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Event Calendar

    Hello all,

    I`m making ( a relative ) a complete new website. A few ideas are on the site but..... most of the important ideas are not working. The event calendar is not working at all, no cms and no interaction on the calendar, also the filter isn`t working. These are elemetary items of the website and are very important to work properly.

    Anyone have an idea how to get things right? Why does joomla have 12 calendars and zen only one, wich isn`t working properly?

    I apreciate alle the suggestions!
    Thankx alexander

  4. #94
    Join Date
    Jan 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Event Calendar

    btw.... website= klassiek.portale.nl .....

  5. #95
    Join Date
    Jan 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Event Calendar

    Í've got the same problem as user HRINFO

    - When I click New Event, nothing happens, the same screen comes back, empty page with the New Event button
    - Clicking on next month or previous month does not work, it keeps displaying the current month
    - also selecting different month in the selection box does not change the month

    Running:
    - Zen Cart 1.3.8a
    - PHP 5.2.8
    - MySQL 5.0.41
    - IIS 6.0 on W2k3 sp2

    Any help is welcome.

  6. #96
    Join Date
    Nov 2005
    Location
    Vancouver, Canada
    Posts
    151
    Plugin Contributions
    0

    Default Re: Event Calendar

    In case this helps anyone out there;

    I am running zc v1.3.8a on linux server with php v5.2.8 and mySql v5.0.67 . I'm also using the css menu mod and SEO URL.

    I first installed the Calender v1.02 and noticed that the manager did not show up in admin, unless you manually changed the url to calendar_manager.php

    I also noticed that other than the heading, nothing else showed up on the calendar page and when I added the calendar to my css menu, it just says: HEADER_TITLE_EVENTS_CALENDAR. I cannot get a proper URL to work.

    I overwrote the v1.02 install with v1.01 RCI. this seems to have cleared a lot of the problems, except for 2 things:

    • still does not show up on css menu front end
    • in admin > extras > event calendar some of the fields (image, url, product) and the submit button was missing.

    I reuploaded the admin > includes > boxes > event_drop_dns.php from v1.02 and this fixed the missing fields in admin > insert event.

    now if I can only figure out why the menu reads funny, I would be a happy camper.

    site url

    if anyone has a clue I'd be grateful.

    Lastly, I'm trying to avoid tables as much as possible. since the calendar shows a listing events by month, I'm going to try and convert tables to div. wish me luck.

  7. #97
    Join Date
    Nov 2005
    Location
    Vancouver, Canada
    Posts
    151
    Plugin Contributions
    0

    Default Re: Event Calendar

    Quick question. Does anyone have a working version of the event calendar I can look at? I'm not certain, but right now it only lists events. There is no calendar except in the sidebox, which i have not enabled.

    The drop down only shows existing events, nothing by month or other options.

    BTW, re-installed v1.02. it now works. i did modify
    /classes/calendar.php
    /modules/events_calendar_listing.php
    per falstaffpac on this thread

    Would really appreciate discussing this with someone.

    Thanks.
    Last edited by newagekat; 13 Jan 2009 at 02:44 AM.

  8. #98

    Default Re: Event Calendar

    http://www.homebirthrites.com/store/...09&year_view=0

    I have the events calendar installed and this is what it looks like when you select the month. The year view looks good, but this one stops loading just after the pulldown menu...any help? I love this mod :) Thanks!

  9. #99
    Join Date
    Dec 2005
    Posts
    1
    Plugin Contributions
    0

    red flag Re: Event Calendar

    I installed the event Calendar and everything works but I get this error

    Parse error: parse error, unexpected '}' in /home/content/u/s/h/ushop360/html/uwsai/includes/modules/events_calendar_listing.php on line 23


    Here is the Code:

    <?php

    /** --------------------------------------------------------------------- */
    /** zen-cart Open Source E-commerce */
    /** --------------------------------------------------------------------- */
    /** Copyright (c) 2003 The zen-cart developers */
    /** */
    /** http://www.zen-cart.com/index.php */
    /** */
    /** Portions Copyright (c) 2003 osCommerce */
    /** ---------------------------------------------------------------------- */
    /** This source file is subject to version 2.0 of the GPL license, */
    /** that is bundled with this package in the file LICENSE, and is */
    /** available through the world-wide-web at the following url: */
    /** http://www.zen-cart.com/license/2_0.txt. */
    /** If you did not receive a copy of the zen-cart license and are unable */
    /** to obtain it through the world-wide-web, please send a note to */
    /** [email protected] so we can mail you a copy immediately. */
    /** ---------------------------------------------------------------------- */
    /** $Id: events_manager.php 2007-07-10 [email protected] */


    if(isset($listingTitle)){ echo '<H2>' . $listingTitle . '</H2>';}$events_split = new splitPageResults($events_query_raw, MAX_DISPLAY_NUMBER_EVENTS, 'DAYOFMONTH(start_date)');$events_query = $db->Execute($events_query_raw);//Show Paging Header ?if (($events_split->number_of_rows > 0) && ((PREV_NEXT_BAR_LOCATION == '1') || (PREV_NEXT_BAR_LOCATION == '3'))) {?> </td> </tr> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td class="smallText"> <?php if(isset($displayPagingSuffix)) { $displayPagingSuffix = ' : ' . $displayPagingSuffix; } echo $events_split->display_count(TEXT_DISPLAY_NUMBER_OF_PAGES . $displayPagingSuffix); ?> </td> <td align="right" class="smallText"> <?php echo TEXT_RESULT_PAGE . ' ' . $events_split->display_links(MAX_DISPLAY_PAGE_LINKS, zen_get_all_get_params(array('page', 'info', 'x', 'y'))); ?> </td> </tr> </table> </td> </tr> <tr> <td><?php} $row = 0;$list_box_contents = array();//Add headings ...$list_box_contents[$row][] = array('align' => 'left', 'params' => 'class="event_header"', 'text' => '&nbsp;Start ' . TEXT_EVENT_DATE . '&nbsp;');$list_box_contents[$row][] = array('align' => 'left', 'params' => 'class="event_header"', 'text' => '&nbsp;End ' . TEXT_EVENT_DATE . '&nbsp;');$list_box_contents[$row][] = array('align' => 'center', 'params' => 'class="event_header"', 'text' => '&nbsp;' . TEXT_EVENT_TITLE . '&nbsp;');//Add listing rows ... $events = $db->Execute($events_split->sql_query);
    //while($events = zen_db_fetch_array($events_query))
    while (!$events->EOF){ $row++; list($year, $month, $day) = split ('[/.-]', $events->fields['start_date']); $list_box_contents[$row][] = array('align' => 'left', 'params' => 'class="event_description"', 'text' => date("F j, Y", mktime(0, 0, 0, $month, $day, $year))); $endDate = '-'; if(isset($events->fields['end_date']) && trim($events->fields['end_date']) != '') { list($year, $month, $day) = split ('[/.-]', $events->fields['end_date']); $endDate = date("F j, Y", mktime(0, 0, 0, $month, $day, $year)); } $list_box_contents[$row][] = array('align' => 'left', 'params' => 'class="event_description"', 'text' => $endDate); $list_box_contents[$row][] = array('align' => 'left', 'params' => 'class="event_description"', 'text' => '<a href="index.php?main_page=' . FILENAME_EVENTS_CALENDAR . '&select_event=' . $events->fields['event_id'] . '">' . $events->fields['title'] . '</a>');
    $events->MoveNext(); }//Show listing
    require($template->get_template_dir('tpl_tabular_display.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_tabular_display.php');//new productListingBox($list_box_contents); if (($events_split->number_of_rows > 0) && ((PREV_NEXT_BAR_LOCATION == '2') || (PREV_NEXT_BAR_LOCATION == '3'))) {?> </td> </tr> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td class="smallText"> <?php if(isset($displayPagingSuffix)) { $displayPagingSuffix = ' : ' . $displayPagingSuffix; } echo $events_split->display_count(TEXT_DISPLAY_NUMBER_OF_PAGES . $displayPagingSuffix); ?> </td> <td align="right" class="smallText"> <?php echo TEXT_RESULT_PAGE . ' ' . $events_split->display_links(MAX_DISPLAY_PAGE_LINKS, zen_get_all_get_params(array('page', 'info', 'x', 'y'))); ?> </td> </tr> </table> </td> </tr> <tr> <td><?php}else{?> <table border=0 width="100%" cellspacing="0" cellpadding="4"> <tr> <td class="main"><br><?php echo TEXT_NO_EVENTS; ?></td> </tr> </table><?php}

    ?>

  10. #100
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    58
    Plugin Contributions
    0

    Default Re: Event Calendar

    Hi everyone,
    Can someone please tell me what I have done wrong with this.

    I can create a new event it all goes through with no errors or problems. The sidebox is showing and the page link is there. However, after creating a new event it isn't showing in the events calender or on the linked page.

    Also the events calendar page loses all the sideboxes on one side.

    This is the link to my site:
    http://reiki.spiritconnectionart.com/

    Thanks in advanced

 

 
Page 10 of 50 FirstFirst ... 8910111220 ... 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