This patch just uses a white background instead of a black background when the uploaded photo uses transparency (PNG for example). If the uploaded photo is opaque (JPEG for example), it doesn't change anything.
Hello, I just fixed the code of this plugin to work with the latest vanilla2 RC3 code. Here is the patch
--- default.php.orig 2010-07-14 10:36:45.000000000 +0200
+++ default.php 2010-07-14 10:36:56.000000000 +0200
@@ -22,7 +22,7 @@
{
…
@Tim (I understand now why @ is useful :p)
Thanks for your explanation, I didn't know these events exist. That's a lot cleaner than my ugly onmouseover.
Is there a documentation about all the available javascript events in vanilla2 ?
Thanks for the release Tim.
I reviewed 0.2.2 and I noticed you didn't integrated one part of my patch (http://pastebin.com/6Udi4A1T) about the onmouseover event. Could you explain why ? For me it is better for the user experience because with this …
Here is another patch to fix a bug when a discussion has 3 pages or more.
To reproduce the bug:
-> open a discussion with 3 or more pages
-> click on the "xxx older comments"
-> then try to quote a message that was loaded
You can observe th…
One more thing about the chosen background color. I think #595959 is too dark, contrast with black font is bad and it integrates badly with the default vanilla theme (I think...).
Here is a patch to have a less dark grey for the background color of…
I thin I found the problem. This is related to BBCode comments types. My imported comments are tagged with the BBCode type and there is a bug in the quote plugin code that clear each bbcode message body.
Here is a patch to fix the problem :
http://…
I have a problem with the 0.2 release. I used the vanilla1 importer, my data seams to be ok without the quote plugin activated.
When I enable it, I click on a imported discussions and I see that all the message body are empty. I'm able to quote it a…
@Tim
I wrote a small tutorial on how to integrate Vanilla2 with ProxyConnect and CAS (SSO I'm using)
http://www.zeitoun.net/articles/cas-jasig-integration-with-sso-proxyconnect-vanilla2-plugin/start
My sso-signout.php just logout from the forum by deleting the cookie. But if I wanted, I could also logout from my global SSO based on CAS JASIG software.
I have another request/question about signin redirect. I would like my sso-signin.php script …
Ok but my sso-signout.php doesn't echo any HTML, it just removes cookies and redirect to the forum homepage. The default browser's behavior is to load a /favicon.ico URL...
To make it working with vanilla structure I have to display a empty HTML pa…
I experimented problem with logout action that doesn't work.
I created my own sso-signout.php file in the root vanilla installation folder. This script just logout from vanilla by removing the cookie like that:
setcookie('Vanilla', ' ', time() - 36…