lifeisfoo
✭✭✭lifeisfoo ✭✭✭
Reactions
-
Re: Conversation's messages via json
I fixed that using @kasperisager suggestion. I changed also the messages.php view to reuse fetched data in the controller: foreach ($this->Data['Messages'] as $Message) {} I'll open an issue on gi… (View Post)2 -
Re: [Solved] FileUpload v.1.1.0 by Tim
Add to your css (to hide bottom thumbnails): .Comment .Attachments { display: none;} (View Post)8 -
Re: Change language dynamically
You can use the Eventi plugin to see all events on a page http://vanillaforums.org/addon/eventi-plugin (View Post)2 -
Re: Default login/register method?
You can add/edit this line in your conf/config.php: $Configuration['Garden']['Authenticator']['RegisterUrl'] = '/entry/register?Target=%2$s'; Try changing the url with steam login page (does it exist… (View Post)2 -
Re: Default login/register method?
There is also this: $Configuration['Garden']['Authenticator']['SignInUrl'] = '/entry/signin?Target=%2$s' (View Post)2