hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: css help !!
.Tabs.ActivityTabs, form.Activity, .Datalist.Activities { display: none;} If you want to remove the markup at it's source, you could override all the activities views to not return anything. * C… (View Post)2 -
Re: Custom tag not displaying in discussion
Welcome to the community! What version of Vanilla are you testing against? The quotes plugin will render the [quote] bbcode correctly. (View Post)1 -
Re: Share on Github so we can help Vanilla Cleanser fixes and improvements
I am a huge proponent of git (not necessarily GitHub). In addition to all the great things about version control (built in backups, tracking changes, etc.), git is great because a) The entire reposit… (View Post)2 -
Re: Read also md5 Passwords
In your GDN_User db table, change the HashMethod field to punbb on all the old users. This will use md5 without salt to check the passwords. (View Post)1 -
Re: Read also md5 Passwords
For all the users you imported. IF all your users are imported UPDATE `dbname`.`GDN_User` SET `HashMethod` = 'punbb';` (View Post)1
