1
Mamba
xfGuestbook for XOOPS 2.5.8, PHP7
  • 2016/6/14 9:22

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Resized Image

The xfGuestbook module is being updated for XOOPS 2.5.8 and PHP 7

The updated version xfGuestbook 3.1 RC-2 is available now for testing.

DOWNLOAD/FORK

You can download/fork it from GitHub:

https://github.com/XoopsModules25x/xfguestbook

TUTORIAL

We are also looking for help with the Tutorial for xfGuestbook and for few other modules.

You can fork the xfGuestbook Tutorial in GitHub, and then use GitBook to modify it, or you can modify it manually, directly in GitHub, or on your local PC with your own editor.

The beauty of this approach is that once you learn how to use GitHub, you can use these skills for both source code and for Documentation
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

2
safeinsanity
Re: xfGuestbook for XOOPS 2.5.8, PHP7

Getting error messages on this one when I click to add new guestbook entry at this url:/modules/xfguestbook/xfcreate.php

THis one looks nice though, can you get it working Mamba?

3
Mamba
Re: xfGuestbook for XOOPS 2.5.8, PHP7
  • 2016/9/13 15:32

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


More details please: for example, are you doing it as Admin or as a User?
How can I replicate it?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

4
safeinsanity
Re: xfGuestbook for XOOPS 2.5.8, PHP7

Yes, as admin.

5
Mamba
Re: xfGuestbook for XOOPS 2.5.8, PHP7
  • 2016/10/20 8:44

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
Getting error messages on this one when I click to add new guestbook entry at this url:/modules/xfguestbook/xfcreate.php

THis one looks nice though, can you get it working Mamba?


Please test this version

https://github.com/mambax7/xfguestbook
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

6
xsell
Re: xfGuestbook for XOOPS 2.5.8, PHP7
  • 2018/10/19 13:03

  • xsell

  • Quite a regular

  • Posts: 245

  • Since: 2008/9/2 1


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
if ('' == $_POST['uman']) {

to
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 ..

7
Mamba
Re: xfGuestbook for XOOPS 2.5.9, PHP7
  • 2018/11/5 10:52

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


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
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

8
xsell
Re: xfGuestbook for XOOPS 2.5.8, PHP7
  • 2018/11/25 22:20

  • xsell

  • Quite a regular

  • Posts: 245

  • Since: 2008/9/2 1


sorry for the delay in replying to you Mamba , its working for me .. thx for the new release .

9
Mamba
Re: xfGuestbook for XOOPS 2.5.8, PHP7
  • 2018/11/26 7:37

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Glad to hear it...
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

Login

Who's Online

220 user(s) are online (143 user(s) are browsing Support Forums)


Members: 0


Guests: 220


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits