Help - Search - Members - Calendar
Full Version: Popup comments
Movable Type Community Forum > Using Movable Type > Additional Features
noelle
We got expelled from YACCS last week for hogging their bandwidth. The folks over there were nice enough to migrate us over to MT themselves, but there are a few lingering problems I can't figure out how to solve.

How do I fix my comments template so that the cookies will work when users check 'remember info'?

I've read enough old posts on this topic to realize this is probably a pathing problem. Can someone please confirm that, and more importantly, tell me how and where I go to change the path to what it needs to be?

Thanks so much!

http://www.ohnozone.net
Zorbs
go to main menu > weblog config > core setup > site URL

the example on the left shows a trailing slash after the url

CODE
http://www.site.com/


try deleting the trailing slash

CODE
http://www.site.com


that fixed the lingering cookie problem for me.
girlie
Noelle, you left out an important piece of the Javascript code:

CODE
var HOST = '<$MTBlogHost$>';


Add that to your templates for comments.

And Zorbs - you need that trailing slash to construct links in your site anywhere you use the MTBlogURL tag.
noelle
QUOTE
Noelle, you left out an important piece of the Javascript code:

CODE
var HOST = '<$MTBlogHost$>';

Ack! Thanks girlie - I've got it working now.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.