danmerhar
New-
Showcase your forum here
I wasn't sure where this would best fit in (category-wise), but I thought it would be interesting to see what everyone has managed to do with their own Vanilla Forums. Mine are here. (View Post)1 -
Re: [Solved] Plugin not working at all
Sure. Sorry for the mix-up. Version 2.0.18.4 URL http://forums.danmerhar.com/discussion/6/gabgas-6-the-logo#Item_3 (View Post)2 -
Re: Correct route to make Cancel button go to the category you are in?
To fix the back to discussions link: add this after line 305 in vanilla/js/discussions.js: $('a.Back');function goBack(evt) { history.go(-1); return false;} I can't figure out how to fix it on the ed… (View Post)1