x00
MVPx00 MVP
Reactions
-
Re: I have installed Vanilla CMS and tried to enable the application then its bonked
Are you talking about this? http://vanillaforums.org/addon/vanillacms-application I don' think it is 2.1 compatible. You might be interested in http://vanillaforums.org/addon/articles-application (View Post)3 -
Re: Interaction with Vanilla outside of it
Url scheme and files are not the same. Modern frameworks are not based on multiple entry point as files. Vanilla is based on single entry point single dispatcher as default. The fact that url scheme … (View Post)6 -
Re: Help Needed
@Adrian (View Post)2 -
Re: How can I code af custom HTML form for login to Vanilla from another page on same domain?
some errors. should be and <div id="LoginForm"></div> (View Post)1 -
Re: How can I code af custom HTML form for login to Vanilla from another page on same domain?
If in Vanilla, using the framwork. Outside suggest using javascript see http://vanillaforums.org/entry/signin?DeliveryType=VIEW That fetches the form (you will need to style it) example load this scr… (View Post)2