| Re: wgGallery 1.10 ready for testing |
| by Lupin on 2020/3/28 11:06:02 Running to test it
|
| Re: wgGallery 1.10 ready for testing |
| by Mamba on 2020/3/27 22:45:52 The new comment notifications work! Nice job, Goffy! Congratulations! |
| Re: wgGallery 1.10 ready for testing |
| by goffy on 2020/3/27 20:50:38 Hi Pino can you please test last version from github? Dont forget to adapt .\wggallery\language\italian\mail_template\global_img_comment_notify.tpl |
| Re: wgGallery 1.10 ready for testing |
| by goffy on 2020/3/26 6:44:52 Hi Michael thank you I will check it |
| Re: wgGallery 1.10 ready for testing |
| by Mamba on 2020/3/25 22:30:58 In SmartFAQ in xoops_version.php you have this code: le="color: #000000"><?php // Comments $modversion['hasComments'] = 1; $modversion['comments']['itemName'] = 'faqid'; $modversion['comments']['pageName'] = 'faq.php'; // Comment callback functions $modversion['comments']['callbackFile'] = 'include/comment_functions.php'; $modversion['comments']['callback']['approve'] = 'smartfaq_com_approve'; $modversion['comments']['callback']['update'] = 'smartfaq_com_update'; // Notification $modversion['hasNotification'] = 1; $modversion['notification']['lookup_file'] = 'include/notification.inc.php'; $modversion['notification']['lookup_func'] = 'smartfaq_notify_iteminfo'; $modversion['notification']['category'][] = [ 'name' => 'global_faq', 'title' => _MI_SF_GLOBAL_FAQ_NOTIFY, 'description' => _MI_SF_GLOBAL_FAQ_NOTIFY_DSC, 'subscribe_from' => ['index.php', 'category.php', 'faq.php'], ]; I think, that's the way to implement it.... |