11
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





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



13
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



14
jagibu
Re: smartpartner or alternative on xoops 2.5.4
  • 2012/8/5 22:33

  • jagibu

  • Just popping in

  • Posts: 68

  • Since: 2005/6/17


Working for me smartpartner module ( modified ) on Xoops 2.5.5.
Refreshed version based on smartpartner 1.4 - "blue move" and works without smartobjects Framework.

smartPartner 1.5 artCode RC

Module smartpartner in action - Xoops 2.5.5






15
jagibu
Re: xcgal 2.07 artCode RC ready for testing
  • 2012/8/5 12:05

  • jagibu

  • Just popping in

  • Posts: 68

  • Since: 2005/6/17


Quote:

As long as we update the path in "xoops_version.php",


And we must update path in "xoops_version.php" and do it in ALL modules ... do it simple.



16
jagibu
Re: xcgal 2.07 artCode RC ready for testing
  • 2012/8/5 11:11

  • jagibu

  • Just popping in

  • Posts: 68

  • Since: 2005/6/17


Deeper debug ...

My mistake - trusting for "blue move" schema code from core module Profile and
( my bug ) -> mixed it with new part from wfDownloads menu.php.
This must be unify ?
Paths should be constants for moduleclasses (not multiple def in all modules xoops_version.php but insite xoops class ? )

xoops_version.php :
$modversion['dirname'] = "profile"
$modversion['dirmoduleadmin'] = 'Frameworks/moduleclasses';
$modversion['icons16'] = 'Frameworks/moduleclasses/icons/16';
$modversion['icons32'] = 'Frameworks/moduleclasses/icons/32';


In wfDownolads
xoops_version.php :
$modversion['dirname'] = "wfdownloads";
$modversion['dirmoduleadmin'] = '/Frameworks/moduleclasses/moduleadmin';
$modversion['icons16']        = '../../Frameworks/moduleclasses/icons/16';
$modversion['icons32']        = '../../Frameworks/moduleclasses/icons/32';


+ admin/menu.php differences



17
jagibu
Re: xcgal 2.07 artCode RC ready for testing
  • 2012/8/4 17:56

  • jagibu

  • Just popping in

  • Posts: 68

  • Since: 2005/6/17


Blue move problem.
menu.php

code ( like in whDownloads menu.php where working OK )
$path dirname(dirname(dirname(dirname(__FILE__))));  include_once $path '/mainfile.php';    $dirname         basename(dirname(dirname(__FILE__)));  $module_handler  xoops_gethandler('module');  $module          $module_handler->getByDirname($dirname);  $pathIcon32      $module->getInfo('icons32');  $pathModuleAdmin $module->getInfo('dirmoduleadmin');  $pathLanguage    $path $pathModuleAdmin;    //DEBUG  echo ' <br/> $pathLanguage XCGAL -> ' . $pathLanguage . '<br/>' ;


DEBUG ->

$pathLanguage WFDOWNLOADS -> D:\codeArt\artcode.eu\public_html/Frameworks/moduleclasses/moduleadmin

$pathLanguage XCGAL -> D:\codeArt\artcode.eu\public_htmlFrameworks/moduleclasses

Resized Image



18
jagibu
Re: class/captcha
  • 2012/8/3 17:06

  • jagibu

  • Just popping in

  • Posts: 68

  • Since: 2005/6/17


Captcha config 'skipmember' => false, not works for xoops core comments system ( not needed? but useful for debug modules with captcha ).

in include/comment_form.php hardcoded only user check :

if (!$xoopsUser) {
$cform->addElement(new XoopsFormCaptcha());
}




19
jagibu
Re: xcgal 2.07 artCode RC ready for testing
  • 2012/8/3 6:32

  • jagibu

  • Just popping in

  • Posts: 68

  • Since: 2005/6/17


Last changes ( not all ):



v 2.07 artCode RC
Added
+ uploadify function inside album in thumb view (xcgal_thumb.html)

Removed
- hardcoded in uploadify file size limit - now from module options
- cookies xcgal
- removed from template icon "send ecard" for anonymous user when have not right ( was java alert only )

Fixed
- admin site batchupload
- rating pictures displayed for anonymous when this disabled in album

Changed
- uploaded unique files names based on site name + timestamp + filename ( for speedup and unique )
- module admin menu X2.5 style

Updated
- uploadify 3.1.1
- jquery 1.7.22

===============================================================
v 2.06 artCode
Added:
+ ATOM feed

==============================================================
v2.0.5 artCode
Added:
+ jquery thickbox - for full image display
+ jquery uploadify - fast multiupload



20
jagibu
xcgal 2.07 artCode RC ready for testing
  • 2012/8/2 20:47

  • jagibu

  • Just popping in

  • Posts: 68

  • Since: 2005/6/17


Based on xcGallery 2.0x

Tested with Xoops 2.5x

xcGallery Demo

Download module xcGallery


BUGS / TODO / FIXME:
- jquery thickbox not work in Opera 12
- block xcgal_block_slide blocked in Opera 12 (theme conflict)




TopTop
« 1 (2) 3 4 5 6 »



Login

Who's Online

195 user(s) are online (150 user(s) are browsing Support Forums)


Members: 0


Guests: 195


more...

Donat-O-Meter

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

Latest GitHub Commits