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…
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…
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/…
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…
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/…
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…
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…