Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ploupoz

    (@ploupoz)

    Well, I believed I had found the right place in “stafflist_setup.php” and I had made some changes but it still doesn’t work. Could you help me ?
    Thanks in advance !

    $sql = “CREATE TABLE {$staffdb} (
    id mediumint(9) NOT NULL AUTO_INCREMENT,
    firstname varchar(128) NOT NULL,
    lastname varchar(128),
    phone varchar(16),
    email varchar(128),
    department varchar(128),
    col6 varchar(256) DEFAULT NULL,
    col7 varchar(256) DEFAULT NULL,
    col8 varchar(256) DEFAULT NULL,
    col9 varchar(256) DEFAULT NULL,
    col10 varchar(256) DEFAULT NULL,
    col11 varchar(256) DEFAULT NULL,
    col12 varchar(256) DEFAULT NULL,
    col13 varchar(256) DEFAULT NULL,
    col14 varchar(256) DEFAULT NULL,
    col15 varchar(256) DEFAULT NULL,
    col16 varchar(256) DEFAULT NULL,
    col17 varchar(256) DEFAULT NULL,
    col18 varchar(256) DEFAULT NULL,
    col19 varchar(256) DEFAULT NULL,
    col20 varchar(256) DEFAULT NULL,
    UNIQUE KEY id (id)
    ) $charset_collate;”;

    Thread Starter ploupoz

    (@ploupoz)

    Hi, thank you for this answer. I am going to try it & also waiting for updates.
    Thanks a lot,
    GE

    Thread Starter ploupoz

    (@ploupoz)

    Thank you for your quick answer ! It works great even on “type” rather than “enter”.
    Best regards

    Thread Starter ploupoz

    (@ploupoz)

    Thank you for answer even if it is for a bad news!
    Best regards,
    Gaël

    Thread Starter ploupoz

    (@ploupoz)

    thanks for this answer.
    Well, I guess I wasn’t very clear : Shortcodes allow to show the whole calendar (or a specific catagory, tag…) as a post. I use a similar function (http://trigenotoul.com/).
    But this is not my aim : I want to mix post and events on a blog masonry template. For that, each event of All-in-one calendar should be display as it was a post. Is it possible?
    Thanks,
    gaël

Viewing 5 replies - 1 through 5 (of 5 total)