Thread: Events Calendar

Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Events Calendar

    I've really been spending way too much time on a silly calendar mod.

    I am looking at source thru Firebug and see that my events calendar is adding the entire page in addition to the calendar.

    Attached are 3 screen views since firebug doesnt have a print option ().
    One shows code with no calendar box.
    2 shows code with calendar box
    3 shows code expanded to show duplicate page source.

    I have been going nuts trying to read thru all of the php files to catch where its calling the page code.

    Maybe one of you php gurus can spot this easy. Its not been addressed yet. Although you can get the mod to work as seen here in www.gypsyangel.com.au and discussed in aussie thread, a peak using firebug, reveals the same duplicate code. This doesnt seem like a big deal but this turns out to be a never ending page load. As each calendar loads the page which loads the calendar which loads the page ad infin itum.

    Since I can't attach the file.... click here 2MB zip file.

  2. #2
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Re: Events Calendar

    All Right, why would the author put this in the readme file?


    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
    }
    ?>I created an over ride file and added those lines as advised to in the readme file and now I no longer have the problem of the main page getting reloaded inside the calendar.

    One small step to getting this thing running right. I'll go back to the original thread and post this their too. I has never been mention on that thread.

    He neglected to include this file in his download mod. Go Figure.

 

 

Similar Threads

  1. v151 Events Calendar v4 [Support Thread]
    By dw08gm in forum All Other Contributions/Addons
    Replies: 29
    Last Post: 14 Jul 2021, 07:44 PM
  2. Calendar of Events Template?
    By jmcasale in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 Apr 2011, 05:58 PM

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