ploupoz
Forum Replies Created
-
Forum: Plugins
In reply to: [StaffList] Display more than 50 characters a cellWell, 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;”;Forum: Plugins
In reply to: [StaffList] Display more than 50 characters a cellHi, thank you for this answer. I am going to try it & also waiting for updates.
Thanks a lot,
GEForum: Plugins
In reply to: [StaffList] Display more than 100 rowsThank you for your quick answer ! It works great even on “type” rather than “enter”.
Best regardsForum: Plugins
In reply to: [Timely All-in-One Events Calendar] display events as postsThank you for answer even if it is for a bad news!
Best regards,
GaëlForum: Plugins
In reply to: [Timely All-in-One Events Calendar] display events as poststhanks 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