Looking at the Addons site it would appear there's not a download yet for the yellowfade. I think Mark has more important things on his mind than that right now.
most of those extensions in old svn don't work (another reason why they've been removed from the repos) - I wouldn't get them if I were you. just wait until they're available in the addon's site.
Firefox doesn't work when enabling extensions...
1.5 does. It's been tested in all browsers on all OSes. What version and OS are you on?
Fair enough but I can't find the 'whisper' extension in Add-ons. Should I just use the one from the 0.9 version?
Go to settings > application settings and there is a checkbox on that form to enable or disable whispers.
Thank heavens! The horse's mouth! It works perfectly! The thing is the last yellowfade php worked when put straight into extensions. Having created the folder 'yellowfade' and renamed the file 'default' (as suggested) all is well.
Many thanks.
Over and out.
Hello!
I decided I wanted to make a clean install of Vanilla 1.pre3, but I wan into some problems. I am using Windows, and Apache (as part of XAMPP). First of all, the XAMPP package doesn't seem to have mod_rewite included, so I got a 500 error before I had even started. Removing the .htaccess file fixed that. After that I could install Vanilla. All tables (and their contents) seem to have been created alright, but I can't log in once the installation is complete.
I did a little search and saw that there still were a few places in the code where it said "LUM_" (uppercase), but I don't know if that might be a cause. For instance here in appg/database.php it says: $DatabaseTables['User'] = 'LUM_User'; (I tried changing just that value to lowercase, but that didn't help any).
Any suggestions would be welcome.
For mod_rewrite, check httpd.conf. Mod_rewrite is not enable by default. If it available with xampp, you just need to uncomment a line in httpd.conf. You it is not available with xampp- what would be strange, you can switch to EasyPhp.
Yet for some reason it isn't showing up in the extensions part of the site, nggh.
I've absolutely no idea why, but it seems lately like no matter what I try and do with Vanilla it goes horribly wrong, I'm jinxed!
// it's okay, I've got it working via the conf/extensions.php, it's still not showing in the actual Extensions list but it works and I've no intention of disabling it, so this'll do just fine
@bjrn: What error does it give you when you try to log in?
You can open up your mysql database using whatever program you use and change your user's account to a plain text password of your choice. Then to try to log in with that password. Once signed in, go change your password in the account area and sign back out. If you try to sign in and it fails again, I bet it's a mysql problem.
Comments
what is the proper procedure for updating to pre3?
:0
more info about svn
export http://lussumo.com/svn/vanilla/trunk/extensions/ revision 472 to get the extensions
Firefox doesn't work when enabling extensions...
1.5 does. It's been tested in all browsers on all OSes. What version and OS are you on?
Fair enough but I can't find the 'whisper' extension in Add-ons. Should I just use the one from the 0.9 version?
Go to settings > application settings and there is a checkbox on that form to enable or disable whispers.
Here is the code that goes in extensions/YellowFade/default.php:
<?php /* Extension Name: YellowFade Effect Extension Url: http://michaelraichelson.com/hacks/vanilla/ Description: Adds the YellowFade effect on some stuff. Version: 0.1 Author: Michael Raichelson Author Url: http://michaelraichelson.com/ */ if (in_array($Context->SelfUrl, array("index.php", "categories.php", "comments.php", "search.php", "post.php", "account.php", "settings.php"))){ $Head->AddScript('extensions/YellowFade/functions.js'); } ?>
Then make sure you've got the js file that goes along with it:
/extensions/YellowFade/functions.js
Good stuff getting this sorted - just installed the new version and it works a treat...:)
I have a folder in the extentions directory called "yellowfade" which contains the file default.php as above and the js file as above.
What do i need to do next?
creating the default.php file from scratch in notepad and it didnt work.
bastardising an existing default.php file (i.e using their linebreaks) - it worked a treat.
odd.
/public_html/extensions/YellowFade/default.php
/public_html/extensions/YellowFade/functions.js
Yet for some reason it isn't showing up in the extensions part of the site, nggh.
I've absolutely no idea why, but it seems lately like no matter what I try and do with Vanilla it goes horribly wrong, I'm jinxed!
// it's okay, I've got it working via the conf/extensions.php, it's still not showing in the actual Extensions list but it works and I've no intention of disabling it, so this'll do just fine
You can open up your mysql database using whatever program you use and change your user's account to a plain text password of your choice. Then to try to log in with that password. Once signed in, go change your password in the account area and sign back out. If you try to sign in and it fails again, I bet it's a mysql problem.