Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Badges

Any minute now…

Dinoboff

Username
Dinoboff
Joined
Visits
15,388
Last Active
Roles
Member, Moderator, User Administrator, Documentation Editor
Badges
0
Points
0
Posts
1,880

Comments

  • 0.1.2 fixed fatal error when upgrading from 0.1.0 to 0.1.1.
  • 0.1.1 fixed a fatal error in default. All changes
  • Great idea. +1
  • Great idea. +1
  • oops... you should use: if (!empty($Configuration['LOWCALVANILLA_TOOLS_PATH'])) { to check if LowCal is installed
  • oops... you should use: if (!empty($Configuration['LOWCALVANILLA_TOOLS_PATH'])) { to check if LowCal is installed
  • Instead of relying on its own permission, it could check for PERMISSION_MANAGE_REGISTRATION.
    in reCAPTCHA Comment by Dinoboff March 2010
  • I think you need one of these permission: PERMISSION_CHECK_FOR_UPDATES PERMISSION_APPROVE_APPLICANTS PERMISSION_MANAGE_REGISTRATION PERMISSION_ADD_ROLES PERMISSION_EDIT_ROLES PERMISSION_REMOVE_ROLES PERMISSION_ADD_CATEGORIES PERMISSION_EDIT_CATEGOR…
    in reCAPTCHA Comment by Dinoboff March 2010
  • Instead of relying on its own permission, it could check for PERMISSION_MANAGE_REGISTRATION.
    in reCAPTCHA Comment by Dinoboff March 2010
  • I think you need one of these permission: PERMISSION_CHECK_FOR_UPDATES PERMISSION_APPROVE_APPLICANTS PERMISSION_MANAGE_REGISTRATION PERMISSION_ADD_ROLES PERMISSION_EDIT_ROLES PERMISSION_REMOVE_ROLES PERMISSION_ADD_CATEGORIES PERMISSION_EDIT_CATEGOR…
    in reCAPTCHA Comment by Dinoboff March 2010
  • Not making website compatible with IE might have an impact if Yahoo or Google were doing it. If the websites that are using YUI doesn't work in IE, IE user will just stop using these sites. It is not about our souls. W3C Standards are not the stone…
  • IE6 and IE7 are the most used browser on internet so web application that doesn't work for them are quite useless. It would be great if everybody had drop IE for a decent browser, but that's not the case. And we already had this discussion before, …
  • Not making website compatible with IE might have an impact if Yahoo or Google were doing it. If the websites that are using YUI doesn't work in IE, IE user will just stop using these sites. It is not about our souls. W3C Standards are not the stone…
  • IE6 and IE7 are the most used browser on internet so web application that doesn't work for them are quite useless. It would be great if everybody had drop IE for a decent browser, but that's not the case. And we already had this discussion before, …
  • You should check the new option that offer gravatar for the default icon (if the user doesn't have it's email associated to a Gravatar icon): http://code.google.com/p/vanilla-friends/wiki/Gravatar#GRAVATAR_DEFAULT_ICON http://en.gravatar.com/site/…
  • Fixed bug with options; the default options were overwriting the ones set in conf/settings.php.
  • The add-on is using the new Gravatar api. Thanks silver-dragon!
  • Constructor delegation, when available, are at the bottom in other classes too. If you need a delegations at the top (PreConstructor?), it can be added. The delegation in the SignInForm page is not use for this extension. In the patch, I put all th…
  • It is just 3 delegations with some few lines for each.
  • You should check the new option that offer gravatar for the default icon (if the user doesn't have it's email associated to a Gravatar icon): http://code.google.com/p/vanilla-friends/wiki/Gravatar#GRAVATAR_DEFAULT_ICON http://en.gravatar.com/site/…
  • Fixed bug with options; the default options were overwriting the ones set in conf/settings.php.
  • The add-on is using the new Gravatar api. Thanks silver-dragon!
  • Constructor delegation, when available, are at the bottom in other classes too. If you need a delegations at the top (PreConstructor?), it can be added. The delegation in the SignInForm page is not use for this extension. In the patch, I put all th…
  • It is just 3 delegations with some few lines for each.
  • when you've got something like include($Configuration['SomePath'] . 'someFile.php'); and that $Configuration['SomePath'] is set in an other file, you should add at the top of the file:if (!defined('IN_VANILLA')) exit(); or you extension will be vuln…
  • when you've got something like include($Configuration['SomePath'] . 'someFile.php'); and that $Configuration['SomePath'] is set in an other file, you should add at the top of the file:if (!defined('IN_VANILLA')) exit(); or you extension will be vuln…
  • Low-Cal Vanilla already do that. @waynem: media temple allow that but you have to activate it I think. Add the following to .htaccess: ForceType text/javascript ForceType text/css # Netscape 4.x BrowserMatch ^Mozi…
  • Low-Cal Vanilla already do that. @waynem: media temple allow that but you have to activate it I think. Add the following to .htaccess: ForceType text/javascript ForceType text/css # Netscape 4.x BrowserMatch ^Mozi…
  • lightgallery is working for me (Vanilla 1.1.5 + Low-Cal 0.5.2 + LightBox 2.03.3 - c + LightGallery 0.0.1). Try to empty the Low-Cal cache and set LOWCALVANILLA_VERSION in conf/settings.php to: $Configuration['LOWCALVANILLA_VERSION'] = '0.5.2.1';Als…
  • It is probably related to that: http://lussumo.com/community/discussion/6926/3/lowcal-vanilla/#Comment_89794