R_J
AdminR_J Admin
-
Re: Importing Custom Data
As you are speaking of MongoDB, I guess you do not have a "normal" db scheme. Porting that will be a lot harder since you have to match your data into any kind of table structure before you… (View Post)1 -
Re: what version running?
By the way: you can test a default installation of an older 2.0.18.4 here: http://www.opensourcecms.com/scripts/details.php?scriptid=128&name=Vanilla There should be no difference in features bet… (View Post)2 -
Re: Favicon notification count
A simple js way would be to include a library like http://lab.ejci.net/favico.js/ and use a script like that: $(function() { var notificationCount = $('ul#Menu li.UserNotifications > a > span')… (View Post)3 -
Re: Vanilla password encryption method needed
Use the search function (and maybe only one question mark) http://vanillaforums.org/search?adv=&search=password+encryption&title=&author=&cat=all&tags=&discussion_d=1&disc… (View Post)3 -
Re: Show Email in profile by default
There is no config setting for this. You would have to write a plugin to hook UserModel_BeforeInsertUser. That would be the clean way. A more hackish way would be to change the default value for the … (View Post)1
