x00
MVPx00 MVP
Reactions
-
Re: How to customize the email message
I replied to you on on the replyPUSH forum how to edit the files. http://beta.replypush.com/help/discussion/comment/505/#Comment_505 You can do this if you like The "reply above the line" s… (View Post)1 -
Re: Asset Pipeline for Vanilla
One idea is to have accumulate option which would effectively defer that logic to the client side. Over time it could accumulate files to the same resource pattern rules, but across all pages. It wou… (View Post)2 -
Re: Reply bot's id
you need to post under the plugin "Ask a question" (View Post)1 -
Re: Embedding Vanilla in another site (how? Iframe forbidden).
whatever site you are trying to ebbed into is setting this header You need to set the header to ALLOW-FROM https://developer.mozilla.org/en-US/docs/Web/HTTP/X-Frame-Options However due to browser sup… (View Post)3 -
Re: Simple Pages 1.0
I recommend, explicit routes and route reversal for automatically updating urls, as other frameworks do. Implicit routes have their use but are limited, there is not reason to attach a particular url… (View Post)3