R_J
AdminR_J Admin
-
Re: One Click - Premium Vanilla Theme
Why look at screenshots? ;) I tend to buy skins merely as some kind of sponsoring and so I am buyer number 2! I must say, as a theme it sucks :( But that's okay because it is not meant as a theme - w… (View Post)1 -
Re: Error 500, version 2.0.18.4
@whu606 @hgtonight please delete private info from the above @Dub one thing you should do if you want to preserve the content is to update! Your forum can be compromised at any time. Updating is safe… (View Post)2 -
Re: How can I remove "Vanilla forum" footer image on version 2.1.1
No, you have to take the file from your vanilla folder. It should be here: applications/dashboard/views/default.master.tpl Copy that file over to your theme and change this copy. (View Post)2 -
Re: javascript load just before body end tag in DOM
Use base_afterBody_handler(): https://github.com/vanilla/vanilla/blob/master/applications/dashboard/views/default.master.tpl#L42 It might not work for custom themes... (View Post)1 -
Re: Shorten Months Displayed (e.g., November to Nov)
It's only a translation task. Set this in your /conf/locale.php: $Definition['Date.DefaultDateTimeFormat'] = '%b %e, %Y %l:%M%p'; See http://php.net/manual/en/function.strftime.php if you are interes… (View Post)2