Page 20 of 23 FirstFirst ... 101819202122 ... LastLast
Results 191 to 200 of 229
  1. #191
    Join Date
    Jul 2011
    Location
    Glasgow, Scotland
    Posts
    113
    Plugin Contributions
    1

    Default Re: Scheduled Events Add-On

    Can't remember if I ever thanked you for making this Mod/Add-on. Works great with an easy enough set-up.
    After playing around with it I have the layout just the way I want, for now anyway...

    Thanks again Billy

  2. #192
    Join Date
    Feb 2010
    Location
    ny
    Posts
    223
    Plugin Contributions
    0

    Default Re: Scheduled Events Add-On

    Thanks for the add on, I installed to blue cart zen 1.5, It is working well. Question. How can I change some of the DB fields like words start time for instance.

  3. #193
    Join Date
    Apr 2005
    Location
    TN
    Posts
    94
    Plugin Contributions
    0

    Default Re: Scheduled Events Add-On

    Great Mod - not much happening since July I see.

    I installed the mod on 1.5 downloaded from the plugin area which states it is for 1.5 - it works fine on pretty much every aspect, however the Google Maps do not work regardless of the URL I use from Google Maps.

    It shows as text (As the entire URL) and NOT a clickable link.


    the tpl_events_default.php shows that it SHOULD show as a link as the code appears correct (at least to me):

    Code:
    if ($eventInfo['map'] != '') echo "<strong><a href=" . $eventInfo["map"] . ' target="_blank">Driving Directions</a></strong>';
    Any suggestions?

  4. #194
    Join Date
    Apr 2005
    Location
    TN
    Posts
    94
    Plugin Contributions
    0

    Default Re: Scheduled Events Add-On

    IGNORE PREVIOUS LACK OF SLEEP POST!
    I was looking at eventz/index.php where you enter and not the actual LISTING link... I have been at this too long

  5. #195
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,472
    Plugin Contributions
    11

    Default Re: Scheduled Events Add-On

    Quote Originally Posted by bubbadan View Post
    IGNORE PREVIOUS LACK OF SLEEP POST!
    I was looking at eventz/index.php where you enter and not the actual LISTING link... I have been at this too long
    Glad you got it going.

    Just a suggestion to help with your entries.

    When you click on the link button in Google Maps, also check the box for Short URL. That way the church's URL would be http://goo.gl/maps/hmZNQ. You'll note the absence of special characters. That can make a big difference depending on the encoding of the database. There are no special characters in the Google short URL.

  6. #196
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,472
    Plugin Contributions
    11

    Default Re: Scheduled Events Add-On

    Quote Originally Posted by pageblair View Post
    Thanks for the add on, I installed to blue cart zen 1.5, It is working well. Question. How can I change some of the DB fields like words start time for instance.
    All those are in the includes/templates/CUSTOM/templates/tpl_events_default.php. After each echo in the if statements you'll find the item title in quotes. i.e.,
    echo "<strong>Start Date: </strong>"
    could become
    echo "<strong>Start Time: </strong>"
    HOWEVER, you will also need to change the zen_date_long as you would no longer be showing a date.

  7. #197
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,472
    Plugin Contributions
    11

    Default Re: Scheduled Events Add-On

    Sorry, I've missed some of the comments in this thread but I have not been receiving notices for some reason. Working on it now.

    schoolboy -- thanx for the heads up. I am going with changing the sql setup as I want folks to know it can take more than one comment.

  8. #198

    Default Re: Scheduled Events Add-On

    hi there,
    i am installing this mod on a xampp local server for testing purposes and i get the exact same error message:
    MySQL error 1054

    Unknown column 'PMEtable0.event_comment' in 'field list'
    phpMyEdit error: invalid SQL query


    SELECT `PMEtable0`.`event_id` AS `qf0`,`PMEtable0`.`event_name` AS `qf1`,`PMEtable0`.`event_location` AS `qf2`,`PMEtable0`.`event_start` AS `qf3`,`PMEtable0`.`event_stop` AS `qf4`,`PMEtable0`.`event_comment` AS `qf5`,`PMEtable0`.`event_booth_location` AS `qf6`,`PMEtable0`.`special_text` AS `qf7`,`PMEtable0`.`map` AS `qf8` FROM `zen_events` AS `PMEtable0` ORDER BY `PMEtable0`.`event_id` LIMIT 0, 1530.182 miliseconds

    I am running ZC 1.5.1, installed the very latest update mod (already checked that the index.php is correct)
    Xampp 1.8.1
    PHP 5.4.7
    MySQL 5.5.27

    i have installed all from scratch and dont seem to get rid of the error above.
    appreciate any suggestions, thanks a lot!

  9. #199

    Default Re: Scheduled Events Add-On

    Quote Originally Posted by pukram View Post
    hi there,
    i am installing this mod on a xampp local server for testing purposes and i get the exact same error message:
    MySQL error 1054

    Unknown column 'PMEtable0.event_comment' in 'field list'
    phpMyEdit error: invalid SQL query


    SELECT `PMEtable0`.`event_id` AS `qf0`,`PMEtable0`.`event_name` AS `qf1`,`PMEtable0`.`event_location` AS `qf2`,`PMEtable0`.`event_start` AS `qf3`,`PMEtable0`.`event_stop` AS `qf4`,`PMEtable0`.`event_comment` AS `qf5`,`PMEtable0`.`event_booth_location` AS `qf6`,`PMEtable0`.`special_text` AS `qf7`,`PMEtable0`.`map` AS `qf8` FROM `zen_events` AS `PMEtable0` ORDER BY `PMEtable0`.`event_id` LIMIT 0, 1530.182 miliseconds

    I am running ZC 1.5.1, installed the very latest update mod (already checked that the index.php is correct)
    Xampp 1.8.1
    PHP 5.4.7
    MySQL 5.5.27

    i have installed all from scratch and dont seem to get rid of the error above.
    appreciate any suggestions, thanks a lot!
    hmmm... got it solved - despite the new index the field "event_comments" was written "event_comment" somehow (figured out when entering data in the DB directly, it had the right spelling |event_comments" but the comment itself would not appear on the scheduled event page of the web site...

    well, sorted out by now! thanks for the mod :)

  10. #200

    Default Re: Scheduled Events Add-On

    Does anyone have this working (with actual upcoming events) where i can see what it looks like? Thanks, Leslie
    I was floating in a peaceful sea...rescued by a sinking ship.

 

 
Page 20 of 23 FirstFirst ... 101819202122 ... LastLast

Similar Threads

  1. Scheduled sending of eCards
    By cna-tester in forum General Questions
    Replies: 0
    Last Post: 18 Aug 2010, 09:14 AM
  2. Send scheduled email to customers???
    By hifipj in forum General Questions
    Replies: 2
    Last Post: 16 Oct 2007, 02:39 PM
  3. USPS API Updates Scheduled
    By batteryman in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 25 Apr 2007, 09:43 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR