1
jagibu
xfguestbook 2.51 artCode RC - ready for tests
  • 2012/8/6 21:12

  • jagibu

  • Just popping in

  • Posts: 68

  • Since: 2005/6/17


Guestbook Xoops module - blue refreshed.
Tested and works for me on X2.5.5

xfguestbook 2.51 artCode RC

2
DCrussader
Re: xfguestbook 2.51 artCode RC - ready for tests

damn newbb

definitions
this
define('_MD_XFGB_CONFIRM_CODE'"Confirm verification code");


into this
define('_MD_XFGB_CONFIRM_CODE',"Confirm verification code");


remove outdated translations

3
jagibu
Re: xfguestbook 2.51 artCode RC - ready for tests
  • 2012/8/7 16:05

  • jagibu

  • Just popping in

  • Posts: 68

  • Since: 2005/6/17


Quote:

DCrussader wrote:
damn newbb

definitions
this
define('_MD_XFGB_CONFIRM_CODE'"Confirm verification code");


into this
define('_MD_XFGB_CONFIRM_CODE',"Confirm verification code");




I'm beginner in PHP - can't see problem here ...

My understanding is
1. fastest one for PHP interpreter
define('_MD_XFGB_CONFIRM_CODE','Confirm verification code');


2. good looking and easy to edit/copy/paste/'look for' part of code ( and not slower for PHP, still )
define'_MD_XFGB_CONFIRM_CODE''Confirm verification code' ) ;


3. "" are useful with variables inside ..

4
DCrussader
Re: xfguestbook 2.51 artCode RC - ready for tests

Point 2 - good looking and forget about translations via TX, several times in every post about module release I'm writing this "Do NOT add spaces anywhere"

5
Mamba
Re: xfguestbook 2.51 artCode RC - ready for tests
  • 2012/8/7 17:22

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


I've added it to XOOPS SVN

I have removed some files (like thumbs.db), and added the missing about.php

Please synchronize it with your version, so we have the same trunk version

Let's use XOOPS SVN for any changes, so we can track them, OK?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

6
Roby73
Re: xfguestbook 2.51 artCode RC - ready for tests
  • 2012/8/8 2:07

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


Why not modify xcreate.php and form file in include dir, for use captcha of the core code?

randomscript.php and other file would be unnecessary.

look in my test site link


7
jagibu
Re: xfguestbook 2.51 artCode RC - ready for tests
  • 2012/8/8 6:27

  • jagibu

  • Just popping in

  • Posts: 68

  • Since: 2005/6/17


Quote:

Roby73 wrote:
Why not modify xcreate.php and form file in include dir, for use captcha of the core code?
randomscript.php and other file would be unnecessary.
look in my test site link
.
Thanks for suggestion, I agree.
I have this on my TODO list. Will be done with strongest captcha visualCaptcha or fancyCaptcha.
I made this plugins for xoops core captcha like recaptcha.

Resized Image


Test visualCaptcha



8
jagibu
Re: xfguestbook 2.51 artCode RC - ready for tests
  • 2012/8/8 6:34

  • jagibu

  • Just popping in

  • Posts: 68

  • Since: 2005/6/17


Quote:

Mamba wrote:
Please synchronize it with your version, so we have the same trunk version
Let's use XOOPS SVN for any changes, so we can track them, OK?

Done.
I'm working in Git, but for Xoops will use SVN.

9
Mamba
Re: xfguestbook 2.51 artCode RC - ready for tests
  • 2012/8/8 6:52

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
I made this plugins for xoops core captcha like recaptcha.

Excellent! This will be a very good addition.

BTW - please look at the work by FrankBlack and see what you can reuse from him.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

10
jagibu
Re: xfguestbook 2.51 artCode RC - ready for tests
  • 2012/8/8 7:27

  • jagibu

  • Just popping in

  • Posts: 68

  • Since: 2005/6/17


Quote:

Mamba wrote:
BTW - please look at the work by FrankBlack and see what you can reuse from him.

I know this post and was looking inside his code. But I don't like any core hacks, if can do this jobs in other way.
Recaptcha was made like pure plugin - this is good way for me.
Good suggestion from FrankBlack
Quote:
if the captcha is solved correctly ONLY THEN the submit button will appear.

On my TODO list are:
- autosubmit without normal submit button ( visualCaptcha "ring" with text and function "SUBMIT" )

Login

Who's Online

168 user(s) are online (116 user(s) are browsing Support Forums)


Members: 0


Guests: 168


more...

Donat-O-Meter

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

Latest GitHub Commits