| Re: xfGuestbook for XOOPS 2.5.8, PHP7 |
| by Mamba on 2018/11/26 7:37:48 Glad to hear it... |
| Re: xfGuestbook for XOOPS 2.5.8, PHP7 |
| by xsell on 2018/11/25 22:20:18 sorry for the delay in replying to you Mamba , its working for me .. thx for the new release . |
| Re: xfGuestbook for XOOPS 2.5.9, PHP7 |
| by Mamba on 2018/11/5 10:52:43 Please test the 3.21 Beta 1 - I hope, these bugs are now fixed https://github.com/mambax7/xfguestbook Hopefully I didn't introduce some new bugs there... Tested on PHP 7.2.11 |
| Re: xfGuestbook for XOOPS 2.5.8, PHP7 |
| by xsell on 2018/10/19 13:03:22 the latest release 3.20 . two bugs 1- Anonymous can not add msg even if you enable it . Simple fix : open xfcreate.php change line 154 le="color: #000000"><?php if ('' == $_POST['uman']) { to le="color: #000000"><?php if ('' !== $_POST['uman']) { 2- if you disable email asking . it will keep asking to insert your email anyway sorry do not have time to investigate this one .. |
| Re: xfGuestbook for XOOPS 2.5.8, PHP7 |
| by Mamba on 2016/10/20 8:44:43 Quote: Getting error messages on this one when I click to add new guestbook entry at this url:/modules/xfguestbook/xfcreate.php Please test this version https://github.com/mambax7/xfguestbook |