x00
MVPx00 MVP
Reactions
-
Re: Load Balance Vanilla2 - Storing Sessions in Database
As @hgtonight says sessions are actually stored in "keyed-hash message authentication code" (HMAC) verified cookies. http://en.wikipedia.org/wiki/Hash-based_message_authentication_code So … (View Post)1 -
Re: Multiple activity Feeds ?
@wooolooo I don't know what sort of response you are expecting, but here is my 2p. Very long topics are bad, bad, bad, bad for indexing/SEO, and for users. The very fact that user aren't getting the … (View Post)2 -
Re: Cardinal sins of Vanilla plugin development
conf/locale.php is fine if it doesn't relay belong elsewhere, in fact it great for little site specific mods. If you are translating your whole site then not the best idea. it isn't really to do with… (View Post)1 -
Re: Cardinal sins of Vanilla plugin development
UserMeta table is great. Also people forget about Gnd::Set(), Gnd::Get() this uses the UserMeta table, but is for system variables, were you wouldn't want store in the config.php, I have used it for … (View Post)9 -
Re: Tutorial: How to change wording, How to change text, How to change language. How to change locale
%s and the like are being superseded by ${NamedVariable} I guess another tutorial is how to make addons locale friendly. (View Post)1
