I have activativated to add thick box to login check box and added login to page template. What am I missing?

thanks

Comments

Gentoo7’s picture

i am open to any suggestions

Gentoo7’s picture

quick bump

frjo’s picture

A link to a example site where we can see your problem?

Gentoo7’s picture

sure, forexdistrict.com

thanks

frjo’s picture

I can not find a login link on that page and the Thickbox module does not seem to be active.

Gentoo7’s picture

thanks, I had deactivated it for a short while, but its back up
and located at the bottom of the page.

Thanks a lot.

frjo’s picture

You need to make the login link absolute. Thickbox expects this since otherwise the links will not work on sub pages.

Like this <a href="/user/login">Login</a>

and not like now <a href="user/login">Login</a>

raiyne’s picture

The add menu item allows "user/login" but doesn't allow "/user/login" says "The path '/user/login' is either invalid or you do not have access to it."

**Actually using firebug the link lists properly:

<a title="Login" href="/user/login">Login</a>

...but it is still not functioning.

frjo’s picture

Status: Active » Fixed

When I look in the footer of forexdistrict.com I find this:

Blog • Contact us • About us • FAQ • Disclaimer & Privacy Policy • Sitemap • Login

That login link code is <a href="user/login">Login</a>.

When I fix that in Firebug and run thickbox_login.js manually the login link get rewritten as it should. But when clicking on it some other JavaScript seems to interfere.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.