Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Nicely modified vanilla
Just wondering if any of you have seen the vanilla install over at Houseblogs.net. He has a nice integration with movable type and a good friends extension and tag extension. Check it out.
0
This discussion has been closed.
Comments
3stripe is right--everything is written as extensions so it's just Vanilla 1.0.1 with added features. (Note: you can't see many of the features unless you log in as a registered user.) To be up front, I didn't code it myself--I paid someone.
I'd originally expected to share several of the extensions in the add-on directory but unfortunately the poject has become increasingly proprietary--alot of the extensions (like 'Friends' or the 'Profiles' directory) are interdependant so they wouldn't work as stand-alone extensions. I can probably answer questions and share some of the approach if people are interested.
As for the tags users can add to their profile pages, the approach involves two new tables: LUM_Tags and LUM_UserTags. The first table itemizes the tags (the fields are TagID and Tag) while the second table pairs tags and users (the fields are TagID, UserID, and tdate).
http://lussumo.com/addons/?PostBackAction=AddOn&AddOnID=169
http://us3.php.net/function.mysql-connect
Example 1. mysql_connect() example
<?php
$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
if (!$link) {
die('Could not connect: ' . mysql_error());
}
echo 'Connected successfully';
mysql_close($link);
?>
How are you generating the words you're using? From the description in the add on directory I wasn't able to tell...