1. I have worked around the issue by modifying my custom theme files to have all the menu and button URLs hard-coded to my main site registration and login pages.
Oops...now I get it. Log in again, and you'll get the sync account dialog, which will create a new account. Wow. This is really, really easy, once you figure out exactly how it works! Now to set up the plugin for logging out of Vanilla when logging …
Hm. According to a print_r($_COOKIE) in the Vanilla index.php file, it does indeed see the cookie. And my authentication page does contain the required information. But it's not doing anything. Where would I begin troubleshooting this?
Here's the f…
I'm having difficulty understanding how this works. What's the difference between "password" and "proxy"? (version 1.0.6 on Vanilla 1.0.3). How can I create a single page for user data? What if I have a dozen logged-in users wanting to go to the for…
What web server is this? No Apache? Contact your hosting tech support; they should have the IIS (or whatever other web server is being used) equivalent of .htaccess available.
Thank you! Exactly what I needed. I had it up to the part of what to put in the default.master.php; I had a funny feeling that just putting in the HTM for a link wouldn't be the Vanilla way!
I did have to put the actual URL to the site's home page…