businessdad
MVPbusinessdad MVP
Reactions
-
Re: Finding "default.master.tpl"
I think that the tutorial is incomplete. Themes may contain a default.master.tpl (which is a Smarty file), but they may also contain a default.master.php, which is a plain PHP file, or even no file a… (View Post)2 -
Re: Adding CSS-Class to title under 2.0.18.X
Or you can just put the above in the theme hooks. (View Post)3 -
Re: non riesco
@AWeb Suggerisco di aprire una nuova discussione in merito ai temi, qui si parla di file di traduzione e sarbbe off topic. :) (View Post)1 -
Re: non riesco
In aggiunta a ciò che ha scritto @vrijvlinder: non importa dove inserisci la stringa nel file (in cima, in fondo, in mezzo, è lo stesso), Vanilla lo legge comunque e "riordina" le righe pe… (View Post)2 -
Re: It hit the bonk screen everytime click on "save" when run in Mysql strict mode
Or you can just typecast: $FormValues['RawBody'] = (int)$FormValues['RawBody'];$FormValues['SiteMenuLink'] = (int)$FormValues['SiteMenuLink']; Avoiding an ugly chain of if statements. :smile: (View Post)3