Results 1 to 10 of 500

Threaded View

  1. #11
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Event Calendar

    Quote Originally Posted by LaCamus View Post
    I forget to put this in the other post...I found a bug around line 175, the line should read:
    Code:
              <tr> <!-- event ZC_Link row -->
                <td class="event_heading" nowrap="nowrap">
                  <strong><?php echo TEXT_EVENT_ZC_LINK;?></strong></td>
                <td class="event_description"><?php echo $event_array['ZC_link'];?></td>
    for some reason there were 2 php echos for the built url with only one closing tag, not sure why.
    Should I make the same change to this line as follows:
    Code:
                <td class="event_details_description"><a  href="<?php echo $event_array['ADDL_link'];?>"  target="_blank"><?php echo  $event_array['ADDL_link'];?></td>
    Becomes:
    Code:
                <td class="event_details_description"><?php echo $event_array['ADDL_link'];?></td>
    Quote Originally Posted by LaCamus View Post
    Another thing, those links in the admin are being built with https:// (instead of http://) if your site supports ssl. I don't think it should have been programmed that way. It should use whatever the default prefix is for the front side, instead it is using the back (admin) prefix. There should probably be some code in there to check the main url and pull the prefix from it to build the store link url.
    Agreed.. I think I know how to make this change.. I'll give it a whirl..
    Last edited by DivaVocals; 23 Apr 2013 at 03:31 AM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

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