x00
MVPx00 MVP
Reactions
-
Re: Facebook login error
Some social networks like twitter don't give out emails, for good reason. It is always worth registering an confirm the email separately, and better for the user. Facebok Connect is a login authority… (View Post)1 -
Re: "System" avatar is crisp and clear, while everything I upload turns fuzzy and compressed all to hell
Decrease the size of the upload (file size and dimensions), then there would be no need to resize. There are config options. It also could be a dodgy version of gd library. (View Post)1 -
Re: Category class CSS not being applied inside the post
Avoid custom classes. Never view override just to add classes (if that is what you are doing). This way of adding styling such as uncompiled boostrap, with classes added in views is bad idea. Vanilla… (View Post)1 -
Re: Adding own stuff above header
@"Guido Richter" You use smarty functions/asset/modules, loaded through themehooks to include code. In modern frameworks, views are not meant to be logic heavy. If you are giving up becuase… (View Post)4 -
Re: Adding new message types
For consistency sake it makes sense that formatter are predicable and backward compatible. As there are different markdown flavours, it makes sense to label them differently. There are other way to o… (View Post)1