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.
User Info
This discussion has been closed.
Comments
Not-so-funny story though, I uploaded the tar.gz to my server, untarred it and moved it to the extensions directory. I then refreshed my page and it still said UserInfo 1.3, I instantly assume you'd forgotten to change the version number in the default.php, so I change it to 2.0.
It hadn't worked; a few hours later, I decided to have a look at UserInfo.js since I think the script is now being run, it's just not bringing up the intended pop-up box. My plan was to add the console.log lines somewhere (it's changed too much for me to do this anyway) but I notice that the lines are still there where I left them. Confused, I exit vi and then notice this in the scrollback:
marrow@yoshi:~$ mv UserInfo ./public_html/vanilla/extensions/ mv: cannot move `UserInfo' to a subdirectory of itself, `./public_html/vanilla/extensions/UserInfo'
$ cd /public_html/vanilla/extensions/ $ rm -rf UserInfo $ mv /path/to/UserInfo.tar.gz . $ tar xvf UserInfo.tar.gz $ rm UserInfo.tar.gz
You are a credit to the Vanilla community Fyorl.
user info retrieves the data, but it seems to be unable to build the tool-tip (btw, the userinfo.js file is added to the head section)
maybe there exists a conflict or whatever in the JS..
any help? thanks!
www.psusasa.org/hood
No idea what to do at all!
Found this using FireBug:
Class is not a constructor http://psusasa.org/hood/extensions/UserInfo/userinfo.js Line 33